Fix ALPR pipeline. Ready for production
This commit is contained in:
@@ -422,7 +422,7 @@ namespace ANSCENTER
|
||||
|
||||
// Store config so per-camera trackers can be created lazily
|
||||
_trackerMotType = 1; // default BYTETRACK
|
||||
_trackerParams = R"({"parameters":{"frame_rate":"15","track_buffer":"300","track_threshold":"0.500000","high_threshold":"0.600000","match_thresold":"0.980000"}})";
|
||||
_trackerParams = R"({"parameters":{"frame_rate":"10","track_buffer":"300","track_threshold":"0.500000","high_threshold":"0.600000","match_thresold":"0.980000"}})";
|
||||
|
||||
switch (trackerType) {
|
||||
case TrackerType::BYTETRACK: {
|
||||
|
||||
Reference in New Issue
Block a user