wenchima
wenchima
``` Traceback (most recent call last): File "tools/train.py", line 144, in main() File "tools/train.py", line 140, in main train_detector(model,datasets,cfg,validate=args.validate,timestamp=timestamp,meta=meta) File "/home/wenchi/projects/yolodet-pytorch-2/yolodet/apis/train.py", line 161, in train_detector runner.run(data_loaders, cfg.workflow, cfg.total_epochs) File "/home/wenchi/projects/yolodet-pytorch-2/yolodet/apis/runner.py",...
Hi yeahkun, Thank you for your work. I am using your caffe-yolo to do test while there is no resonable show about the bounding boxes and classification score. When I...
CC@yeahkun, there is a problem when running ./convert.sh. The error shows"./data/yolo/convert.sh: line 27: ../../tools/convert_box_data: No such file or directory". Based on my path, I changed some lines of the file...
Hi, Pau, Thank you for your lua code here. It works following your instructions. I am trying to realize it by Pytorch. Could you provide pytorch code for this function?...