POP icon indicating copy to clipboard operation
POP copied to clipboard

configs/clo_config.yaml

Open Ruinmou opened this issue 3 years ago • 3 comments

This file stores the name of the model and the name of the folder to be guessed.

In my understanding, the things stored in this file should be modifiable

But When I delete the next line of seen, or replace the in unseen with seen, an error will appear

I understand that there is an error. Is this file fixed?

Ruinmou avatar Oct 30 '21 07:10 Ruinmou

Can you post the error message?

qianlim avatar Oct 31 '21 16:10 qianlim

This problem solved. Thank you for your answer!

I still have one doubts:

  1. Is the provided pre-training model universal? Can I use this model to test my own data?Or do I need to train my own model?

Ruinmou avatar Nov 01 '21 05:11 Ruinmou

It depends on how big is the domain gap of your data from what we trained on. Currently POP is trained on clean, full point clouds (i.e. complete, without holes and noise etc.). You can always try the pretrained model but if the domain gap is significant, the performance may drop.

qianlim avatar Dec 16 '21 17:12 qianlim