zenseact / zod

Software Development Kit for the Zenseact Open Dataset (ZOD)
https://zod.zenseact.com
MIT License
92 stars 13 forks source link

Inconclusive objects #40

Closed ErikLarssonDev closed 5 months ago

ErikLarssonDev commented 5 months ago

Hello,

I found an object with the class = "Inconclusive" in the frames dataset but I cannot find this in the annotation guide as one of the annotated classes. It is also not a part of the OBJECT_CLASSES tuple ´from zod.anno.object import OBJECT_CLASSES´. How should this class be handled?

ErikLarssonDev commented 5 months ago

This was no longer an issue when we used ´frame.get_annotation(AnnotationProject.OBJECT_DETECTION)´.