Traceback (most recent call last):
File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/usr/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "/project/train/src_repo/CSL-YOLO/tools/thread_pool.py", line 22, in _Thread
if(parameter==None):result=function()
File "/project/train/src_repo/CSL-YOLO/data_generator.py", line 180, in _ReadFunction
batch_data=self._data_gen()
File "/project/train/src_repo/CSL-YOLO/data_generator.py", line 31, in call
return self.Read()
File "/project/train/src_repo/CSL-YOLO/data_generator.py", line 142, in Read
img_1,bboxes_1=self._GetImgAndBboxes(file_name_1)
File "/project/train/src_repo/CSL-YOLO/data_generator.py", line 46, in _GetImgAndBboxes
bboxes=JSON2Bboxes(json_path)
File "/project/train/src_repo/CSL-YOLO/tools/bboxes_io.py", line 4, in JSON2Bboxes
with open(json_path,"r") as json_fin:
FileNotFoundError: [Errno 2] No such file or directory: './dataset/coco/train/json/.json'
By the way, the description about how to train is wrong
Traceback (most recent call last):
File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/usr/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "/project/train/src_repo/CSL-YOLO/tools/thread_pool.py", line 22, in _Thread
if(parameter==None):result=function()
File "/project/train/src_repo/CSL-YOLO/data_generator.py", line 180, in _ReadFunction
batch_data=self._data_gen()
File "/project/train/src_repo/CSL-YOLO/data_generator.py", line 31, in call
return self.Read()
File "/project/train/src_repo/CSL-YOLO/data_generator.py", line 142, in Read
img_1,bboxes_1=self._GetImgAndBboxes(file_name_1)
File "/project/train/src_repo/CSL-YOLO/data_generator.py", line 46, in _GetImgAndBboxes
bboxes=JSON2Bboxes(json_path)
File "/project/train/src_repo/CSL-YOLO/tools/bboxes_io.py", line 4, in JSON2Bboxes
with open(json_path,"r") as json_fin:
FileNotFoundError: [Errno 2] No such file or directory: './dataset/coco/train/json/.json'
By the way, the description about how to train is wrong