pointnet2
pointnet2 copied to clipboard
how to run code in modelnet40_normal_resampled?no body can make it?can the author of aticle help us?
how to run code in modelnet40_normal_resampled?no body can make it?can the author of aticle help us?
so do I. I need help!!!
-
Set FLAGS.normal = True in train files.
-
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.
- 在训练文件中设置FLAGS.normal = True。
- 替换 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. :(
https://github.com/charlesq34/pointnet2/issues/41
#41
I already understand about how the code works now.Thanks again!