Skip to content

Instantly share code, notes, and snippets.

View Eiji-Kb's full-sized avatar

Eiji-K Eiji-Kb

  • ジャパリパーク
View GitHub Profile
@Eiji-Kb
Eiji-Kb / macacon.py
Created July 11, 2016 15:40
macacon python list
import tensorflow as tf
import numpy as np
import cv2
import argparse
import time
start_time = time.time()
parser = argparse.ArgumentParser()
parser.add_argument("inputMovie", type=file)