shafaattahir

Results 1 comments of shafaattahir

Simple solution Add the bellow code into /content/yolov4-deepsort/core/config.py ''' from easydict import EasyDict as edict __C = edict() # Consumers can get config by: from config import cfg cfg =...