virajmavani / semi-auto-image-annotation-tool

Anno-Mage: A Semi Automatic Image Annotation Tool which helps you in annotating images by suggesting you annotations for 80 object classes using a pre-trained model
https://www.virajmavani.com/saiat
Apache License 2.0
574 stars 127 forks source link

Issue in the size of the image once it is labelled #14

Open anurajesh1 opened 4 years ago

anurajesh1 commented 4 years ago

after labelling some images, i see it has been resized (by seeing the coordinates). how to retain the same size while labelling.

Another one more issue: I labelled 4,5 images. I have not changed any of the code..for the 6th image when i ask for suggestions, it does not suggest any bounding box. please let me know

virajmavani commented 4 years ago

Hi @anurajesh1!

The model nevertheless is susceptible to normal misclassification that occur with deep learning models. It might be the case that there just aren't any objects that the model can find in the picture.

For any other issue, I am afraid I will need the details for the setup including the image for which there are no detections to get a better idea.

Thank you!

Varat7v2 commented 3 years ago

@anurajesh1 did you solve the issue of dimension mismatch after images are labelled?