pmj110119 / YOLOX_deepsort_tracker

using yolox+deepsort for object-tracking
281 stars 58 forks source link

super(type, obj): obj must be an instance or subtype of type #19

Open Comodor-64 opened 2 years ago

Comodor-64 commented 2 years ago

.\YOLOX_deepsort_tracker\detector.py", line 24, in init super(Detector, self).init()

TypeError: super(type, obj): obj must be an instance or subtype of type

How can i fix this error ?