AnyNet
AnyNet copied to clipboard
Where are the inputs and outputs of AnyNet
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?
I have same problem ,do you solve it?
Looks like the author does not release the code related to disparity map/depth map generation.
You can get the model output by calling model(imgL, imgR).
See this.