clinplayer / Point2Skeleton

Point2Skeleton: Learning Skeletal Representations from Point Clouds (CVPR2021)
MIT License
211 stars 38 forks source link

Question about the ninja version #5

Open wangmiaowei opened 3 years ago

wangmiaowei commented 3 years ago

While, When I build the pointnet++, I get the ninja -version wrong:UserWarning: Attempted to use ninja as the BuildExtension backend but we could not find ninja.. Falling back to using the slow distutils backend. warnings.warn(msg.format('we could not find ninja.')) copying build/lib.linux-x86_64-3.6/_ext.cpython-36m-x86_64-linux-gnu.so -> My ninja --version output is :1.10.2

Could you help me solve this problem?

Xrvitd commented 2 years ago

You can try to use pointnet++ code from Pointnet_Pointnet2_pytorch, if using RTX 30 series graphics card.