.\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 ?
.\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 ?