Archerwz

Results 4 issues of Archerwz

Hi, I wonder how you finetune on Kitti 2015 without overfitting. Because, when I tried to finetune on Kitti 2015 with random crop, the validation loss start to increase at...

## error log | 日志或报错信息 | ログ ``` pnnxparam = model.pnnx.param pnnxbin = model.pnnx.bin pnnxpy = model_pnnx.py pnnxonnx = model.pnnx.onnx ncnnparam = model.ncnn.param ncnnbin = model.ncnn.bin ncnnpy = model_ncnn.py fp16...

In your code, you seem to set the range of disparity from 0 to ndisp-1, which is convenient when using it as indices and have no problem. However, the real...

Hi, I'm trying to combine monodepth with other stereo methods, since most of stereo depth prediction is using random crop when training, so I use random crop on monodepth together...