VanniZhou

Results 4 comments of VanniZhou

When will radar points support?@ChernoA

> Hello, I have the same problem。Do you solve it? not yet

> 您只需更改此行。 > > https://github.com/yehengchen/Object-Detection-and-Tracking/blob/7993e32f9c8dacc395d4c2859ec5c197879278fc/OneStage/yolo/deep_sort_yolov3/yolo.py#L127 怎么做才可以将人和车的class_name同时显示在屏幕上呢? main.py中 if len(class_names) > 0: class_name = class_names[0] cv2.putText(frame, str(class_names[0]),(int(bbox[0]), int(bbox[1] -20)),0, 5e-3 * 150, (color),2) 将class_name[0]改成class_name[i]或者class_name[j]都有问题