- Create the virtual environment
virtualenv -p python3 artc-py3-env
- Run the virtual environment
venv artc-py3-env/bin/active
- Install tensorflow if not yet present
pip install tensorflow
artc-py3-env/
resource/data/ <-- test set
| *.jpg <-- test image
| data.json <-- dataset index
src/
| main.py <-- program entry point
| data/
| loader/ <-- runtime dataset loader
| sets/ <-- data set downloader