POP
POP copied to clipboard
configs/clo_config.yaml
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?
Can you post the error message?
This problem solved. Thank you for your answer!
I still have one doubts:
- 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?
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.