StructDepth icon indicating copy to clipboard operation
StructDepth copied to clipboard

PyTorch implementation of our ICCV2021 paper: StructDepth: Leveraging the structural regularities for self-supervised indoor depth estimation

Results 5 StructDepth issues
Sort by recently updated
recently updated
newest added

Hi, @huangyuan2020! I follow the instruction, but when I extract the main directions, it requires arguments --split. What else should I add? Thanks a lot!

I found that datasets/scannet_dataset.py and interior_dataset.py did not use CROP. Why is CROP used only in NYU dataset?

Hi there, Could you please tell me what camera intrinsic are used for the pretrained models? I would like to see some depth results on a custom input in the...

Thanks for sharing code! What changes did you make in the skimage code,can you release the changing code and explain why ?

When I train the model,it said ' normD_down = D_down + norm_down RuntimeError: The size of tensor a (378) must match the size of tensor b (281) at non-singleton dimension...