toolbox icon indicating copy to clipboard operation
toolbox copied to clipboard

various cv tools, such as label tools, data augmentation, label conversion, etc.

Results 6 toolbox issues
Sort by recently updated
recently updated
newest added

缺乏命名: E:\Anaconda\python.exe "G:/CV projects/toolbox/converter/toCOCO/HRSC2COCO.py" HRSC2COCOTrain: 0%| | 0/436 [00:00

ModuleNotFoundError: No module named 'utils'

不好意思打扰了,我是一名小白,水平太弱了,能烦请作者将HRSC转DOTA的时,存放HRSC数据集文件目录结构告知一下么,文件路径总是错,万分感谢

File "D:/project/mydesign/Rotated_Object/HRSC2016_dataset/HRSC2016_COCO/tool/HRSC2COCO.py", line 167, in parse_voc_poly object_struct['long-axis'] = max(distance(poly[0], poly[1]), distance(poly[1], poly[2])) NameError: name 'distance' is not defined

@ming71 I am using your this toolbox to augment my DOTA type custom dataset. The environment is all set on windows 10 server with anaconda environment. After running the code...

thank u for your code,it helps a lot! but the image format in HRSC2016 dataset is '.bmp', in toolbox/tree/master/converter/toDOTA/HRSC2016)/prepare_hrsc2016.py line 35 and line 36, src_im = osp.join(data_dir + '/FullDataSet/AllImages', trf.strip()...