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

Import Data in pts format #169

Closed gunnarsundberg closed 8 months ago

gunnarsundberg commented 5 years ago

The ability to import data in pts format would be extremely useful for annotating images across multiple sessions and adding annotations to existing sets. My research group would greatly appreciate this :-)

amitguptagwl commented 5 years ago

Import for pts format or any other format should not be difficult task. Unfortunately, I'm running busy with my current commitments. So it xan be delayed. I would appreciate, if you can create a PR for the same.

I didnt understand cache part in your statement.

Staars commented 5 years ago

I began with some work on this, but I am still not sure about the ideal user interface. While testing with the ibug_300W...-dataset, I added some functions to the image-slider-file to auto-import the pts-file for the image-file with the same name, when a directory is imported.

This seems to work, but I have some questions:

amitguptagwl commented 5 years ago

How do I map the feature points to the mirrored images?

How is this related to imglab?

How important is the correct bounding box?

Accuracy is must

How important are the naming conventions inside "imglab" for the whole .shapes[]-stuff?

In general, image-name can be used as id. please check implemented code to get this answer.