Point2Skeleton icon indicating copy to clipboard operation
Point2Skeleton copied to clipboard

Question about the ninja version

Open wangmiaowei opened this issue 4 years ago • 1 comments

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?

wangmiaowei avatar Aug 05 '21 11:08 wangmiaowei

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

Xrvitd avatar Oct 25 '22 09:10 Xrvitd