WangYueFt / dcp

346 stars 90 forks source link

Yes, just follow the instructions given in the README with the pretrained model. To run inference on the whole dataset - #29

Closed jishuo1 closed 7 months ago

jishuo1 commented 7 months ago
          Yes, just follow the instructions given in the README with the pretrained model. To run inference on the whole dataset - 

python main.py --exp_name=dcp_v2 --model=dcp --emb_nn=dgcnn --pointer=transformer --head=svd --eval --model_path=pretrained/dcp_v2.t7

You have to modify the Dataloaders and inference code to run it on your own point clouds such as STL or PLY

Originally posted by @cy94 in https://github.com/WangYueFt/dcp/issues/19#issuecomment-598009397