easy_detection
easy_detection copied to clipboard
'Namespace' object has no attribute 'width'
when training with yolov3, I met the problem that 'Namespace' object has no attribute 'width', while it has no problem when training with yolov2. The code is shape = (opt.width, opt.height) How should I verify the code to make it run successfully! Thanks!
replaced with
shape = self.config.DATA.SCALE