You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
option(BUILD_YOLO_LIB "Should compiled standalone yolo_lib with original darknet?" ON)
I deleted all "constexpr" in " if constexpr ***"(e.g. if constexpr (HUNGARIAN_LOGS)) in src/Tracker/HungarianAlg/HungarianAlg.cpp, because my compiler(C++14) does not support C++17.
The relevant information:
Code branch: Master
settings.ini: default(yolov4.weights,data/yolov4.cfg)
Run examples 5: ./MultitargetTracker ../data/atrium.avi -e=5 -a=0 -o=res_darknet_yolo.mp4
Ubuntu16.04
Cuda 10.0
Cudnn 7.6.4
GCC 5.4.0
Any help is OK, Thanks!
The text was updated successfully, but these errors were encountered:
KCF is feasible. In fact, I also verified that KCF is OK by specifying it in the configuration file(setting.ini) yesterday in both release and debug modes.
When debugging the Master branch code, I got segmentation fault in https://github.com/Smorodov/Multitarget-tracker/blob/master/src/Tracker/track.cpp#L681. The error occurred the second time the Kalman Filters state was updated.
I have changed:
The relevant information:
Code branch: Master
settings.ini: default(yolov4.weights,data/yolov4.cfg)
Run examples 5: ./MultitargetTracker ../data/atrium.avi -e=5 -a=0 -o=res_darknet_yolo.mp4
Ubuntu16.04
Cuda 10.0
Cudnn 7.6.4
GCC 5.4.0
Any help is OK, Thanks!
The text was updated successfully, but these errors were encountered: