AnyNet icon indicating copy to clipboard operation
AnyNet copied to clipboard

Where are the inputs and outputs of AnyNet

Open Jiaxunwang opened this issue 3 years ago • 3 comments

I can only train the dataset in main.py and finetune. py, but I don't know how to get their depth map. What file is used in AnyNet?

Jiaxunwang avatar Feb 22 '23 07:02 Jiaxunwang

I have same problem ,do you solve it?

zhouyingfeng avatar Mar 06 '23 07:03 zhouyingfeng

Looks like the author does not release the code related to disparity map/depth map generation.

Xi-Gong avatar Jan 20 '24 08:01 Xi-Gong

You can get the model output by calling model(imgL, imgR). See this.

shubham-monarch avatar Jul 15 '24 09:07 shubham-monarch