Open xuncpp opened 3 weeks ago
Apologies for the bug. I've fixed the issue in the Test on your own data section. Since our model is trained on the DTU dataset, we require depth and mask files during training. However, these files are not needed for testing. You can set the dataset parameter to alternatives, such as My_dataset.
First of all, thank you for your excellent work and detailed instructions. I defined my own dataset according to your steps and ran the code but got an error. The error should be because my dataset does not have mask_filename_hr and depth_filename_hr.
How could I solve this problem? Thanks again!