Skip to content
Discussion options

You must be logged in to vote

So I found this issue, which showed when support was added for normals in shapenet:
#884

Then checking the history of pointnet2_segmentation.py, I noticed this update made to support normals:
d782f8b#diff-5134187ae97d9080b798f14053558d38d996a6ba8177454dcfccfbf05a0955b7 which contained:
self.sa1_module = SAModule(0.2, 0.2, MLP([3 + 3, 64, 64, 128]))

And later this one:
a4f51d3#diff-5134187ae97d9080b798f14053558d38d996a6ba8177454dcfccfbf05a0955b7

which had:
self.fp1_module = FPModule(3, MLP([128 + 3, 128, 128, 128]))

So I removed the 2 "+ 3"'s that were added, and I seem to be able to run without normals... in case anyone else runs into this.

Still, the include_normals flag isn't obeyed in …

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@rusty1s
Comment options

Answer selected by MBrandt-NASA
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@paulwingert865
Comment options

@rusty1s
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants