Closed vineetjai closed 5 years ago
Sorry about that. I will try to update to fix the error as. It was my mistake to forget to add the utils file.
I already update the project, please try it again.
Also can you share your pretrained model?
As python train.py --gpu_id 0 --batch_size 8 --lr 0.0001
is throwing error FileNotFoundError: [Errno 2] No such file or directory: './checkpoint/train1_20.pth'
. So please upload your pretrained model also.
I am getting error while doing training. Please help me:
I think there has to be file(
utils.py
) in utils folder which consist of img2tensor, iou and getbboxfromkps. So please include function in utils folder or changetest.py
such thatcan be replaced by other function. Or am I need to install packages other than requirements package? please correct me if I am wrong.