j96w / DenseFusion

"DenseFusion: 6D Object Pose Estimation by Iterative Dense Fusion" code repository
https://sites.google.com/view/densefusion
MIT License
1.08k stars 301 forks source link

UserWarning: failed to import module _transformations warnings.warn('failed to import module %s' % name) #206

Open an99990 opened 2 years ago

an99990 commented 2 years ago

Hi, I am trying to compile the following repo and I get this error. Does anyone have something similar ?

i did ./experiments/scripts/train_linemod.sh

current torch version

torch                                1.10.0+cu113         
torchaudio                           0.10.0+cu113         
torchvision                          0.11.1+cu113  

Would this warning affect the training ? Because the training is still happening .. please help

houph4 commented 2 years ago

Don't mind the warning,my environment is the same as u, it could run with no problem