Closed ShenZheng2000 closed 2 years ago
Please make sure the model of C3D is used, because we find the error reports that the shape in current model corresponds to the PCN dataset. It should be note that the dataset parameters in PointAttN.yaml need to be modified at the same time.
I have found the problem. In PointAttN.yaml
, we should specify both load_model
and dataset
. Now I have solved the problem, I will close this issue. Thanks for your nice help!
Hello, authors. I am trying to test the Completion3D dataset using your pretrained weight which is placed in
PointAttN.yaml
asload_model: ./log/PointAttN_cd_debug_c3d/model_c3d.pth
However, after I run in terminal
python test_c3d.py -c PointAttN.yaml
, the following error occurs.Since that error does not occur with the PCN dataset, I wonder if if you have uploaded the wrong pretrained weight, or I have made some mistaked placing the pretrained model.
Hope you can clarify it. Thanks!