DetVisGUI icon indicating copy to clipboard operation
DetVisGUI copied to clipboard

'vis_tool' object has no attribute 'data_info

Open EudicL opened this issue 3 years ago • 1 comments

Hello. when i run the code, the issue was below: Traceback (most recent call last): File "DetVisGUI/DetVisGUI.py", line 1348, in vis_tool().run() File "DetVisGUI/DetVisGUI.py", line 366, in init self.info.set('DATASET: {}'.format(self.data_info.dataset)) AttributeError: 'vis_tool' object has no attribute 'data_info'

EudicL avatar Oct 11 '22 13:10 EudicL

image The annotation format of my customized dataset is the format of the COCO dataset. The following image is my solution

SunxzY avatar Oct 29 '23 02:10 SunxzY