What's the difference between configs/gen/neuray_gen_cost_volume.yaml and configs/train/gen/neuray_gen_cost_volume_train.yaml?
EchoTHChen opened this issue · 2 comments
EchoTHChen commented
This is a great work! But I still have a question. Why does train/ft/neuray_ft_cv_lego.yaml
use neuray_gen_cost_volume.yaml as the pretrained model setting instead of configs/train/gen/neuray_gen_cost_volume_train.yaml
?
liuyuan-pal commented
Hi, they actually are the same, I just use one for training and one for the pre-trained model. The fine-tuning code is an example of how to fine-tune on a scene so I use the pretrain model for the example.
EchoTHChen commented
Thanks