Britefury / django-labeller

An image labelling tool for creating segmentation data sets, for Django and Flask.
MIT License
134 stars 40 forks source link

can't save and load label #11

Open licyj opened 2 years ago

licyj commented 2 years ago

I run labeller in conda with flask application. How can I load labels in different directory? Not in images directory. For example: data/ |--- images/ |---------1.jpg, 2.jpg .... |--- jsons/ |---------1labels.json, 2labels.json...

I want to separate json files from images directory like above. Then load json files from jsons/ to modify my label. Thanks.

zyx926995 commented 1 year ago

hi, have you solved your problem? I want to know how can i get json file with label data. I always get an error like this: Not Found: /get_labels/ [05/Oct/2022 15:03:11] "POST /get_labels/ HTTP/1.1" 404 3638 [05/Oct/2022 15:03:11] "GET /get_api_labels/4 HTTP/1.1" 200 7 [05/Oct/2022 15:03:11] "POST /labelling_tool_api HTTP/1.1" 200 23 [05/Oct/2022 15:03:12] "GET /labelling_tool_api?labels_for_image_id=4 HTTP/1.1" 200 149