Skip to content

Instantly share code, notes, and snippets.

View parikshit14's full-sized avatar
:octocat:
GitHub supremacy 🛐

Parikshit Singh Rathore parikshit14

:octocat:
GitHub supremacy 🛐
View GitHub Profile
@bertcarremans
bertcarremans / img_train_test_split.py
Last active November 5, 2021 09:49
Split images randomly over train or validation folder
# Copyright 2014-2017 Bert Carremans
# Author: Bert Carremans <bertcarremans.be>
#
# License: BSD 3 clause
import os
import random
from shutil import copyfile