duanyiqun / DiffusionDepth

PyTorch Implementation of introducing diffusion approach to 3D depth perception ECCV 2024
https://arxiv.org/abs/2303.05021
Apache License 2.0
306 stars 17 forks source link

Wrong result #46

Closed wangjiyuan9 closed 11 months ago

wangjiyuan9 commented 11 months ago
image

Could you tell me why the result is like that? I really follow your constructions strictly.

duanyiqun commented 11 months ago

Hi there,

Sorry for a late reply since recently I'm too jammed by other projects and will be not able look into every issue. It's unusual to see this curve, it's usually as shown below. Probably increasing the batch size would help.
image

Best regards Yiqun

ZhouCX117 commented 9 months ago

@wangjiyuan9 Hi, sorry to bother you. Could you please provide the environment you used? The provided requirement does not work, and I have tried several times.