ss928_framework/libapi/sort/include/utils.h

10 lines
195 B
C
Raw Normal View History

2024-12-16 13:31:45 +08:00
#pragma once
constexpr int kNumColors = 32;
constexpr int kMaxCoastCycles = 1;
constexpr int kMinHits = 3;
// Set threshold to 0 to accept all detections
constexpr float kMinConfidence = 0.6;