Files @ 247811dfb9be
Branch filter:

Location: OneEye/exp/kerokero/config.py - annotation

Laman
data augmentation
import os
import json
import logging as log


log.basicConfig(level=log.INFO,format="%(asctime)s %(levelname)s: %(message)s")
thisDir=os.path.dirname(__file__)

with open(os.path.join(thisDir,"ftp.json")) as f:
	ftp=json.load(f)