Open Tianyi20 opened 1 week ago
I just solved the question by using correct cuda, with corresponding torch, however, the torch has higher version. So i change the DCNv2 to be the latest: https://github.com/lucasjinreal/DCNv2_latest. By
git clone https://github.com/lucasjinreal/DCNv2_latest.git
Then substitue it with the original DCNv2 folder. Note here here we go into the folder, and use $ python3 setup.py build develop
instead of original ./make.sh
.
python3 setup.py build develop
After that, i should be fine. You can directly to run demo.py.
@Uio96 Can you add my comments to the readme?
Hi, following all instructions you provided, i smoothly go to the final demo. However, after i run:
python demo.py --demo /home/tianyi/pose_estimation/src/CenterPose/images/CenterPose/cup --arch dlav1_34 --load_model /home/tianyi/pose_estimation/src/CenterPose/models/cup_mug_v1_140.pth
Then, i got this output. I did a search, it said it is caused by the mismatch of GPU and cuda. Then i reinstalled the cuda. And try some examples and test if cuda could work.
However, everything works well! But then i try the demo.py again. It still doesn't work.