You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
I'm trying to retrain the model with just changing the conversion of the data to the cpu in the region_loss.py but I have bad results in all epochs. I'm using CUDA 11.1, python 3.8, Pytorch 1.8.0 and Cudnn 8.8.1 on Ubuntu 20.04.
Here, the results I have :
and when I test the model retrain I don't have a good result when I print the 3D bounding boxes :
Hi,
I'm trying to retrain the model with just changing the conversion of the data to the cpu in the region_loss.py but I have bad results in all epochs. I'm using CUDA 11.1, python 3.8, Pytorch 1.8.0 and Cudnn 8.8.1 on Ubuntu 20.04.
Here, the results I have :
and when I test the model retrain I don't have a good result when I print the 3D bounding boxes :
Here the command like in the example I launch :
python train.py --datacfg cfg/benchvise.data --modelcfg cfg/yolo-pose.cfg --initweightfile backup/benchvise/init.weights
And it doesn't work with all models
Is there some parameters to adjust to have good training result ?
Thanks you for your help !!
The text was updated successfully, but these errors were encountered: