coco-annotator icon indicating copy to clipboard operation
coco-annotator copied to clipboard

How to setup the INITIALIZE_FROM_FILE path?

Open SYLin117 opened this issue 3 years ago • 0 comments

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')

SYLin117 avatar Apr 25 '22 07:04 SYLin117