matsuren
matsuren
## 🚀 Feature Currently, only perspective images are available. Is it possible to add other camera models such as fisheye images or equirectangular images? ## Motivation Fisheye images and equirectangular...
Thank you for your useful material! Correct me if I'm wrong, but there is wrong calculation for E-step? ```python def Estep(self): "Perform an E(stimation)-step, freshening up self.loglike in the process"...
The parameters (image size, output depth size, the number of the disparity) can't be set to the ones reported in their original paper due to GPU memory consumption. Does anyone...