prs-eth / Marigold

[CVPR 2024 - Oral, Best Paper Award Candidate] Marigold: Repurposing Diffusion-Based Image Generators for Monocular Depth Estimation
https://marigoldmonodepth.github.io
Apache License 2.0
2.42k stars 132 forks source link

Use data sets with different resolutions for training #108

Closed dongyyyy closed 3 months ago

dongyyyy commented 3 months ago

The following problems occur when I use data sets with different resolutions for training. How should I solve this problem, thank you.

Q
YacineDeghaies commented 3 months ago

Can you share more details ? Maybe try adding this to your dataset configuration

resize_to_hw:
    - 480
    - 640