Point2Skeleton icon indicating copy to clipboard operation
Point2Skeleton copied to clipboard

Point2Skeleton: Learning Skeletal Representations from Point Clouds (CVPR2021)

Results 7 Point2Skeleton issues
Sort by recently updated
recently updated
newest added

Issue Description: I encountered the following error while attempting GAE training, and I'm unsure how to resolve it. I've tried multiple approaches, but none have been successful. Please help me...

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...

Hello, I was trying to produce some skeletons from your test example, but it seems like I receive no information through skel_xyz. All 100 points of the skeleton are similar...

When I run the command:python setup.py build_ext --inplace Something occures: =0 -std=c++14 FAILED: /mnt/f/Ubuntu_win/Project/Point2Skeleton/code/pointnet2/build/temp.linux-x86_64-3.6/_ext-src/src/bindings.o c++ -MMD -MF /mnt/f/Ubuntu_win/Project/Point2Skeleton/code/pointnet2/build/temp.linux-x86_64-3.6/_ext-src/src/bindings.o.d -pthread -B /mnt/f/Ubuntu_win/Anaconda/envs/dl/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC...

When I run the command:**python setup.py build_ext --inplace** I face some problems: Traceback (most recent call last): File "setup.py", line 37, in cmdclass={"build_ext": BuildExtension}, File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 129, in setup...

14957 segmentation fault (core dumped) python train.py --pc_list_file ../data/data-split/all-train.txt --data_root Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)

When conducting the test, I made sure that the data and weights were correctly downloaded and the code was used directly, but some problems occurred during the run. ValueError: probabilities...