Britefury / django-labeller

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

Passing a folder of images to the flask version never loads them. #3

Closed tcapelle closed 3 years ago

tcapelle commented 4 years ago

Passing a user defined folder with images never loads them...

> python -m image_labelling_tool.flask_labeller --images_pat=<images_directory>/*.<jpg|png>

The issue appears to be that the program hangs on loading the "non existent" json files.

Britefury commented 4 years ago

Thanks for reporting this. Should be fixed now. Sorry about that.

tcapelle commented 4 years ago

that was fast! I am really liking this little lib, would like to contribute.