PointCNN
PointCNN copied to clipboard
Some problem about the code for senamic segmentation
Thank you for sharing the code. I' m trying to follow the steps in Readme for testing S3DIS. When I used the command './test_s3dis.sh -g 0 -x s3dis_x8_2048_k16_fps -a 1 -l ../../models/seg/s3dis_x8_2048_fps_k16_xxxx/ckpts/iter-xxxxx -r 4
cd ../evaluation.', I got a mistake like this
. I find that the code in test_s3dis.sh use the test_general_seg.py with a parameter '-f', but there is no such selection in test_general_seg.py. The same proplem occurs in test_scannet.sh.
In addition, I want to segment my own data, do I need to train all the Areas?
@CQUlds I have update test_s3dis.sh script, please try it again.
In addition, I want to segment my own data, do I need to train all the Areas?
if your own data is similar to S3DIS, you can train all the areas for better performance Thanks
感谢您分享代码。我正在尝试按照自述文件中的步骤测试S3DIS。当我使用命令 './test_s3dis.sh -g 0 -x s3dis_x8_2048_k16_fps -a 1 -l ../../models/seg/s3dis_x8_2048_fps_k16_xxxx/ckpts/iter-xxxxx -r 4 cd ..“,我犯了这样的错误
。我发现test_s3dis.sh中的代码使用带有参数“-f”的test_general_seg.py,但test_general_seg.py中没有这样的选择。同样的道具也发生在test_scannet.sh。
此外,我想分割我自己的数据,我需要训练所有区域吗?
您好。我在test时也遇到了该问题,,请问您的问题已经得到解决了吗?谢谢