Skip to content

Instantly share code, notes, and snippets.

View kasperschnack's full-sized avatar

kasperschnack

  • 13:52 (UTC +02:00)
View GitHub Profile
@kasperschnack
kasperschnack / mark_n_move.py
Last active November 20, 2018 14:17
Python script for manually tagging images into binary classes
#!/usr/bin/python
import argparse
import os
import shutil
from os.path import isfile, join
import cv2
import numpy as np