coco-annotator
coco-annotator copied to clipboard
How to setup the INITIALIZE_FROM_FILE path?
I have tried to initialize categories by setting the INITIALIZE_FROM_FILE path in config.py, but nothing happened after the startup of the docker-compose, because I'm not familiar with docker, I don't know am I setting the path in the right way. Any advice would be grateful.
I placed the json file under project root, and set the value as below: INITIALIZE_FROM_FILE = os.getenv('INITIALIZE_FROM_FILE', '/initializer.json')