VOC_to_COCO
VOC_to_COCO copied to clipboard
ValueError: Filename is supposed to be an integer.
[ Done ! Go check your file ]* Traceback (most recent call last): File "/home/litong/voc_to_coco/VOC_to_COCO/voc_to_coco.py", line 166, in get_filename_as_int return int(filename) ValueError: invalid literal for int() with base 10: ''
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/litong/voc_to_coco/VOC_to_COCO/voc_to_coco.py", line 266, in
Process finished with exit code 1
我也是同样的错误,是不是这个只能支持那种000001.jpg这样子名称的数据集
same error.. any solution??
get_filename_as_int,因为这一句,所以图片名字只能是数字