shengrongjin
shengrongjin
@MoranChen @leejiajun I had the same problem with you ! Only get eval mean mIoU (all shapes): 0.847109 by evaluate.py under the part_seg . However, can't run test.py . Have...
Thank you ! I have the same question
Hi,I had the same problem.I am looking forward to your answers. If you had solved this problem. Traceback (most recent call last): File "/home/sheng/PycharmProjects/pointnet2-master/part_seg/test.py", line 41, in TEST_DATASET = part_dataset.PartDataset(root=DATA_PATH,...
@dogod621 First of all, thank you very much for your kind help and reply! As you said, I try to download datasets that mimic pointnet/part_seg/download_data.sh. wget https://shapenet.cs.stanford.edu/ericyi/shapenetcore_partanno_v0.zip. So I downloaded...
@dogod621 To solve the above error, I changed test.py by use loss = MODEL.get_loss(pred, labels_pl) to replace loss = MODEL.get_loss(pred, labels_pl, end_points) , amazing the error is solved. I executed...
@Ewenwan 你好,想和你讨论下语义的另一种改进思路,我可以加你微信吗?
@heyonghong @seaun163 请问你们用kinect相机的问题解决了吗,可否加微信交流学习
我也在尝试这个,可以一起交流
> > 我也在尝试这个,可以一起交流 > > 我在作者的基础上加了一点功能,同时把你的要求也实现了,你可以参考一下我的项目。https://github.com/MRwangmaomao/semantic_slam_nav_ros 非常感谢,很nice的功能添加,学习了!!!
Thank you for your work, I will continue to pay attention to and learn!