prstrive / UniMVSNet

[CVPR 2022] Rethinking Depth Estimation for Multi-View Stereo: A Unified Representation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convergence speed.

DIVE128 opened this issue · comments

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?

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.

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?

I think so!

commented

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