prstrive / UniMVSNet

[CVPR 2022] Rethinking Depth Estimation for Multi-View Stereo: A Unified Representation
MIT License
228 stars 12 forks source link

Convergence speed. #8

Closed DIVE128 closed 2 years ago

DIVE128 commented 2 years ago

Hello, we train with a "unification" and “regression” strategy respectively. Abs depth err of "unification" in both avg train and ave test is higher than that of “regression” at the first few epoches. Is it normal to converge slower for "unification" strategy?

prstrive commented 2 years ago

Just looking at the error of the depth map, "unification" does drop slower than “regression”. But from our experience, when the error of depth map decreases to a certain level, the point cloud reconstruction quality does not get better as the depth map error decreases.

DIVE128 commented 2 years ago

Thanks a lot. A recent confusion is that "classication" compares prob volumes with supervision signals. From your experience, is it very different in the point cloud reconstruction to use pure prob_volume_pre, softmax (prob_volume_pre ), or sigmoid (prob_volume_pre) when training?

prstrive commented 2 years ago

I think so!

Sun-Xinnnnn commented 2 years ago

What is your Abs depth err value? Mine seems a little big.