Errors when training the completion models :1、raise self.exc_type(msg) ValueError: Caught ValueError in DataLoader worker process 0. 2、ValueError: high <= 0
Dear sir, I am a beginner tring to repeat your fantastic work. I made sure that the environment and PyTorch extensions are installed according to the instructions , then I also modified the dataset path in the [configuration files].But when training, I encountered these two problems.1、raise self.exc_type(msg) ValueError: Caught ValueError in DataLoader worker process 0.
2、ValueError: high <= 0
How can I solve theses problems?Thanks and sincere regards!
(spd) ➜ [/home/carl/SnowflakeNet/completion] python train.py --config ./configs/pcn_cd1.yaml
Loaded compiled 3D CUDA chamfer distance
0%| | 0/906 [00:00<?, ?it/s][Open3D WARNING] Read PCD failed: unable to open file: /home/carl/SnowflakeNet/completion/train/partial/04530566/6c1458eec06ad0c147a67ad1fb1cf329/02.pcd
[Open3D WARNING] Read PCD failed: unable to open file: /home/carl/SnowflakeNet/completion/train/partial/04530566/df307c1941ca4bbd8f6810e1a2b6aa04/05.pcd
0%| | 0/906 [00:00<?, ?it/s]
Traceback (most recent call last):
File "train.py", line 166, in
I had this problem as well and it has been resolved. I just started using my previous dataset directly - the pointr dataset. However the test dataset path is not the same as required for this thesis.
我也遇到过这个问题,现在已经解决了。我刚刚开始使用我以前的数据集 - pointr 数据集。但是,测试数据集路径与本论文所需的路径不同。 Hi, have you tested it yet? I would like to ask what is the path to the test dataset?