Iammuratc / satellitepy

Fine-grained object detection in satellite images
MIT License
2 stars 0 forks source link

Fix order and orientation of annotations #211

Open LNdr28 opened 4 months ago

LNdr28 commented 4 months ago

There is a significant number of airplanes with wrong annotations where the first point is not at the nose of the airplane. All airplanes should be annotated with the nose first moving clockwise for the other points.

E.g. in this image, only the top right and bottom left annotations are correct; the blue dot marks the first annotation: image

Please check for the airplanes you already annotated if the order of the points is correct. For all images that were in /mnt/2tb-1/satellitepy/data/FR24_dataset/images on the 19.06.2024, I created the chips for each class in /mnt/2tb-1/satellitepy/mtl-experiments/chips. They are sorted by fine-class, so check all classes for your images. If you want to create these chips only for your annotated images or have annotated images you want to check after the 19.06.2024, you can create these chips like this:

Feel free to use any other method to check the annotations; This script is just a suggestion.