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

Failed to run scannet #29

Open
jsdd25 opened this issue Apr 11, 2018 · 6 comments
Open

Failed to run scannet #29

jsdd25 opened this issue Apr 11, 2018 · 6 comments

Comments

@jsdd25
Copy link

jsdd25 commented Apr 11, 2018

@charlesq34 Hi,thank you very much for sharing your pointnet2 code.
I am trying to reproduce semantic segmentation results on scannet using pointnet++. However, I faced with an importerror when I am running the code from scannet/train.py on the scannet dataset. It seems that there is no module named unit_test. What's the unit_test? How can I find it? Would you mind taking some time to give me a hint? Thank you!

@akshay1123
Copy link

@jsdd25 remove the line that imports unit test module. it hasn't been used anywhere in the code later.

@Coastline2018
Copy link

@akshay1123 Hi, could you find the file named tf_sampling_so.so?

@Coastline2018
Copy link

@jsdd25 Do you know how to solve the problem?
tf_ops/sampling/tf_sampling_so.so: cannot open shared object file: No such file or directory

@shima4
Copy link

shima4 commented Jun 11, 2019

Hi, I also trying to train pointnet++ with semantic data but not found "tf_sampling_so.so" part.how can i solve this issue? Does anyone know?

@pixx1
Copy link

pixx1 commented Aug 23, 2019

@shima4 did you compiled the tf_ops?

@An0nym0u-s
Copy link

@Coastline2018 You need to compile "pointnet2/tf_ops/grouping/" and "pointnet2/tf_ops/sampling/".

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

6 participants