NaturalIntelligence / imglab

To speedup and simplify image labeling/ annotation process with multiple supported formats.
https://solothought.com/imglab/
MIT License
985 stars 608 forks source link

Classification with no segmentation #128

Open sharadxkumar opened 6 years ago

sharadxkumar commented 6 years ago

I just started using imglab and thanks for providing such a useful tool. I was wondering if its possible to just classify an image without having to segment it first with a rectangle(or any other shape)? For example, I just want to classify the image with following classes (dog, cat, sheep, others) without having to draw a rectangle around the animal. Is that possible in the current version of the tool?

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/65353164-classification-with-no-segmentation?utm_campaign=plugin&utm_content=tracker%2F76641010&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F76641010&utm_medium=issues&utm_source=github).
amitguptagwl commented 6 years ago

Yes, imglab internally supports it. However, UI is not updated to take that input. Also mentioned in #86

When no shape or point is selected then label panel should display information about image. Which should be updated when the image is changed from thumbnail slider ...

If you're a developer, I'll suggest you to rais a PR. I can guide you where to do the changes.

amitguptagwl commented 6 years ago

BTW, after classifying the images what are you gonna do next?