UCMCTrack icon indicating copy to clipboard operation
UCMCTrack copied to clipboard

Why the dets before and after tracker.update are same?

Open gengauss opened this issue 1 year ago • 0 comments

dets = detector.get_dets(frame_img,args.conf_thresh,class_list) print("Before", dets) tracker.update(dets,frame_id) print("After", dets)

I found that the dets before and after tracker.update are actually same. Is it really updated?

gengauss avatar Jun 19 '24 08:06 gengauss