Files @ 9c78e6f2e2ea
Branch filter:

Location: OneEye/exp/config.py - annotation

Laman
fixed data generation, color sampler showing filename
1
2
3
4
5
6
7
8
9
import os


INTERACTIVE=False
imgDir="/tmp/oneEye"
i=1

if not os.path.exists(imgDir):
	os.mkdir(imgDir)