WongKinYiu / yolor

implementation of paper - You Only Learn One Representation: Unified Network for Multiple Tasks (https://arxiv.org/abs/2105.04206)
GNU General Public License v3.0
1.98k stars 524 forks source link

Traceback (most recent call last): File "train.py", line 506, in <module> opt.data, opt.cfg, opt.hyp = check_file(opt.data), check_file(opt.cfg), check_file(opt.hyp) # check files File "/content/yolor/utils/general.py", line 74, in check_file assert len(files) == 1, "Multiple files match '%s', specify exact path: %s" % (file, files) # assert unique AssertionError: Multiple files match '../Rdata.yaml', specify exact path: ['./mish-cuda/../Rdata.yaml', './darknet/../Rdata.yaml', './scripts/../Rdata.yaml', './figure/../Rdata.yaml', './valid/../Rdata.yaml', './test/../Rdata.yaml', './data/../Rdata.yaml', './pytorch_wavelets/../Rdata.yaml', './models/../Rdata.yaml', './cfg/../Rdata.yaml', './train/../Rdata.yaml', './__pycache__/../Rdata.yaml', './inference/../Rdata.yaml', './utils/../Rdata.yaml'] #273

Open OsamaImtiaz5 opened 1 year ago

OsamaImtiaz5 commented 1 year ago

Error while running training