pointnet2 icon indicating copy to clipboard operation
pointnet2 copied to clipboard

how to run code in modelnet40_normal_resampled?no body can make it?can the author of aticle help us?

Open longmalongma opened this issue 5 years ago • 5 comments

how to run code in modelnet40_normal_resampled?no body can make it?can the author of aticle help us?

longmalongma avatar Apr 24 '19 11:04 longmalongma

so do I. I need help!!!

iwtbam avatar May 18 '19 13:05 iwtbam

  1. Set FLAGS.normal = True in train files.

  2. Replace l0_xyz = point_cloud l0_points = None

by l0_xyz = tf.slice(point_cloud, [0,0,0], [-1,-1,3]) l0_points = tf.slice(point_cloud, [0,0,3], [-1,-1,3])

in model files.

sheshap avatar Feb 06 '20 02:02 sheshap

  1. 在训练文件中设置FLAGS.normal = True。
  2. 替换 l0_xyz = point_cloud l0_points =无

通过 l0_xyz = tf.slice(point_cloud,[0,0,0],[-1,-1,3]) l0_points = tf.slice(point_cloud,[0,0,3],[-1,-1, 3])

在模型文件中。

I tried,but it didn't work. :(

lyy-1997-hub avatar Sep 15 '20 03:09 lyy-1997-hub

https://github.com/charlesq34/pointnet2/issues/41

sheshap avatar Sep 15 '20 19:09 sheshap

#41

I already understand about how the code works now.Thanks again!

lyy-1997-hub avatar Sep 16 '20 07:09 lyy-1997-hub