THU-DA-6D-Pose-Group / self6dpp

Self6D++: Occlusion-Aware Self-Supervised Monocular 6D Object Pose Estimation. IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2021.
Apache License 2.0
84 stars 10 forks source link

ModuleNotFoundError: No module named 'kaolin.graphics' #22

Open onesmallwhite opened 1 year ago

onesmallwhite commented 1 year ago

I run core/self6dpp/train_self6dpp.sh /home/zhumengjie/self6dpp/configs/self6dpp/ssLMO/ss_mlBCE_MaskFull_PredFull_lr1e_5_lower_woCenter_refinePM10_lmoNoBopTest/ss_mlBCE_MaskFull_PredFull_lr1e_5_lower_woCenter_refinePM10_01_ape.py 0 and it produces an error. image

wangg12 commented 1 year ago

Which kaolin version are you using?

onesmallwhite commented 1 year ago

I have tried two versions, including 0.11.0 and 0.13.0.

wangg12 commented 1 year ago

I guess you should use some version <= 0.1

onesmallwhite commented 1 year ago

Thank you very much for your reply !!!!!!! I have tried more versions, but they cannot include version 0.1. I wonder if there are any other version issues with the package.

onesmallwhite commented 1 year ago

Can you tell me the version of Detectron2 you are using, thank you.

wangg12 commented 1 year ago

I think 0.6 should be OK.