Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An Issue related to running the furthest_point_sampling function #8

Closed
NeilCui6 opened this issue Jan 29, 2022 · 4 comments
Closed

Comments

@NeilCui6
Copy link

NeilCui6 commented Jan 29, 2022

Dear Author,

Hope you are well.

I got an issue related to the pointnet2_utils.py and setup.py files. When I stalled setup.py the file, I got a warning below related to the GCC version.

b2f965312567d709789efabf3f0db5d

Then when I was running the highlighted part within the setup.py below, I got an error of "Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)".

image

Just wondering if you happen to know what's the issue? Does it related to the g++version?

Our PyTorch version is 1.2.0.

Many thanks! @hehefan

@hehefan
Copy link
Owner

hehefan commented Jan 30, 2022

Hi @NeilCui6,

Did you successfully compile the PointNet++ operations?

@NeilCui6
Copy link
Author

NeilCui6 commented Feb 9, 2022

Hi @NeilCui6,

Did you successfully compile the PointNet++ operations?

Many thanks for your reply, @hehefan ! All good now. It was the GCC version issue, which has been solved.

May I ask you another question? when running the MSRAction dataset, do I need to do any conversion with the original bin type data(like using the codes provided by the dataset to load and display depth map )? Also, do I need to convert it to cloud points like what needs to be done for the NTU data by using your depth2point4ntu.py code?

Thanks again!

@hehefan
Copy link
Owner

hehefan commented Feb 10, 2022

Hi, you do need to convert the MSRAction dataset. The MeteorNet work provides a way to do that.

@NeilCui6
Copy link
Author

All good now. Thanks a lot for your help! : ) @hehefan

@hehefan hehefan closed this as completed Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants