mirror of
https://github.com/azaion/detections.git
synced 2026-04-22 05:26:32 +00:00
Update TILE_DUPLICATE_CONFIDENCE_THRESHOLD declaration in constants_inf.pyx to ensure proper type casting to double
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ cdef str MODELS_FOLDER = "models"
|
||||
cdef int SMALL_SIZE_KB = 3
|
||||
|
||||
cdef str SPLIT_SUFFIX = "!split!"
|
||||
cdef double TILE_DUPLICATE_CONFIDENCE_THRESHOLD = 0.01
|
||||
cdef double TILE_DUPLICATE_CONFIDENCE_THRESHOLD = <double>0.01
|
||||
cdef int METERS_IN_TILE = 25
|
||||
|
||||
cdef class AnnotationClass:
|
||||
|
||||
Reference in New Issue
Block a user