TruongKhang / cds-mvsnet

[ICLR2022] Curvature-guided dynamic scale networks for Multi-view Stereo
118 stars 6 forks source link

fine-tuning on BlendedMVS #16

Closed liubowen1233 closed 1 year ago

liubowen1233 commented 1 year ago

hello. thank you for sharing this wonderful research result. I'm having some problems in fine-tuning on BlendedMVS and Training on DTU and BlendedMVS simultaneously. To train model on DTU dataset is fine,After the training is finished,fine-tuning on BlendedMVS,TypeError: init() got an unexpected keyword argument 'pretrained'. image in Training on DTU and BlendedMVS simultaneously,AttributeError: module 'models.model' has no attribute 'TAMVSNet'. I can't find where TAMVSNet is defined.

TruongKhang commented 1 year ago

@liubowen1233, I changed the method name after releasing the code. So, you only need to change TAMVSNet --> CDSMVSNet. I updated the config_all_dataset.json file for your reference. If you have any problems, please let me know!!!

liubowen1233 commented 1 year ago

Thank you very much for your answer!