deep_sort_yolov3
deep_sort_yolov3 copied to clipboard
Real-time Multi-person tracker using YOLO v3 and deep_sort with tensorflow
@Qidian213 你好,可以把跟踪到的行人路径的序列保存在.txt文件吗?如果可以应该怎么做呢?谢谢您!
while running, i am facing this issue: Traceback (most recent call last): File "/content/deep_sort_yolov3/demo.py", line 170, in main(YOLO()) File "/content/deep_sort_yolov3/demo.py", line 158, in main if len(pts[track.track_id]) != None: UnboundLocalError: local...
Hi. I have used Deepsort and the output .txt file just have detections without ID of people. How Can I get the ID of people? The output video have the...
If I change this line : ` if predicted_class != ['person', 'car', 'truck']: continue` So how I can display prediction score and label on object with track ID ?
I appreciate your works. It's working completely Fine! But, the problem is, it assigns random_ID to the peoples. I don't know how to fix this one. If you know just...
有没有人把这个东西运行在 NVIDIA 的JETSON NANO中的 ,求教程 谢谢!
Traceback (most recent call last): File "demo.py", line 172, in main(YOLO()) File "demo.py", line 48, in main encoder = gdet.create_box_encoder(model_filename,batch_size=1) File "C:\Users\Administrator\Desktop\deep_sort_yolov3-master\tools\generate_detections.py", line 100, in create_box_encoder image_encoder = ImageEncoder(model_filename, input_name,...
You misspelled "sklearn" as "sklean" in "Dependencies".