NoOneUST / IS-MVSNet

[ECCV 2022] IS-MVSNet: Importance-sampling-based MVSNet
228 stars 0 forks source link

Missing checkpoint for stage1, 2 and 3 #2

Closed HencyChen closed 1 year ago

HencyChen commented 1 year ago

Hi @NoOneUST ,

Thanks for the great works.

I'm trying to run your code but find out there is only a 'backbone.ckpt' under the folder 'weights'. But in the code it seems we also need stage1, 2 and 3's checkpoints for loading.

If there's any possibility for you to provide the corresponded checkpoints?

Thanks a lot!

NoOneUST commented 1 year ago

Dear Hency,

Thank you for your interest in our paper. You may check the ReadMe file here. The checkpoints are provided here.

image
HencyChen commented 1 year ago

Thanks for the quick reply.

Sorry for another question. The import in is_mvsnet.py is model_tnt_intermediate_backbone_new, however, the code name in folder src is model_tnt_intermediate_backbone. I'm wondering if the import module can be modified to model_tnt_intermediate_backbone directly in is_mvsnet.py?

Thanks again!

NoOneUST commented 1 year ago

I am unsure about this question because the code was written several months ago. You may first try this modification and test whether it works. I may have no time to check this problem these days because of some urgent deadlines. I will test it after finishing the dues.

NoOneUST commented 1 year ago

Thanks for the quick reply.

Sorry for another question. The import in is_mvsnet.py is model_tnt_intermediate_backbone_new, however, the code name in folder src is model_tnt_intermediate_backbone. I'm wondering if the import module can be modified to model_tnt_intermediate_backbone directly in is_mvsnet.py?

Thanks again!

Have you solved this problem?