trinity-xai / Trinity

Explainable AI analysis tool and 3D visualization
Apache License 2.0
104 stars 13 forks source link

Image Annotation Support #77

Open Birdasaur opened 2 weeks ago

Birdasaur commented 2 weeks ago

Upgrade Trinity 2D image processing to include support for importing annotations such as COCO and inserting/creating them visually. Depends on #80 use the following as a test example: https://gist.github.com/akTwelve/c7039506130be7c0ad340e9e862b78d9

The following were moved to #83

Birdasaur commented 5 days ago

For the Event class support decided to utilize the already existing ImageEvent class rather than create a whole new class.