Closed Fangkang515 closed 2 years ago
Hi, thanks for your interests. The CostVolumeInitNet does not require depth actually though I have passed it into the model. You can just implement a new database and return a dummy depth map like np.zeros([h,w],dtype=float32) in get_depth().
Thank you for your reply, which solves my problem. Then the new question is:
the neuray results: some objects losed
Thank you very much.
For your new questions:
data/render
.Thank you!
Thank you for your contribution!
I notice that "DepthInitNet" and "CostVolumeInitNet" both use the depth image. Does it mean the model is not end-to-end for the dataset without depth information, because you should get the depth using colmap firstly.
If my dataset is relatively large and there is no depth information or it is time-consuming to calculate depth, how should I use your code to run it?
Thank you very much.