KostadinovShalon / UAVDetectionTrackingBenchmark

78 stars 17 forks source link

MMTracking error #5

Open surabhig11 opened 3 years ago

surabhig11 commented 3 years ago

Are you planning to provide summary on how to setup the framework for TRACKING as well? I tried setting the tracker module myself (Tracktor), running demo_mot.py with corresponding config file (tracktor_faster_mavvid.py - manually set the detector to checkpoints/faster_rcnn_r50_fpn_2x_mav-vid_model.pth) gives me the following error - AttributeError: 'ConfigDict' object has no attribute 'nms'

Any hint where it went wrong? meanwhile I am working on debugging it

DroneDefense commented 1 year ago

Are you planning to provide summary on how to setup the framework for TRACKING as well? I tried setting the tracker module myself (Tracktor), running demo_mot.py with corresponding config file (tracktor_faster_mavvid.py - manually set the detector to checkpoints/faster_rcnn_r50_fpn_2x_mav-vid_model.pth) gives me the following error - AttributeError: 'ConfigDict' object has no attribute 'nms'

Any hint where it went wrong? meanwhile I am working on debugging it

Hi I am facing the same issue. Did you find any solution ?