Skip GSD and size filtering without altitude

This commit is contained in:
Roman Meshko
2026-04-23 20:37:25 +03:00
parent 5cfcdb5fd5
commit a78e483a33
5 changed files with 14 additions and 29 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ cdef class Detection:
cdef class Annotation:
cdef public str name
cdef public str original_media_name
cdef long time
cdef public long time
cdef public list[Detection] detections
cdef public bytes image