-
https://stackoverflow.com/questions/72891231/python-omnicv-fisheye-camera
It doesn't work properly. help me.
-
Is it possible to output NeRF videos as equirectangular 2:1 with proper metadata so this can be viewed in YT 360 or in VR headsets?
Thoughts?
-
Hi, thank you for this great dataset!
I was wondering if you could possibly provide the vertical and horizontal FOV of the fisheye cameras...will be very helpful for dual fisheye -> equirectangular…
-
Hi Authors,
I ran the code using the default configuration on Moving MNIST by directly executing `python3 main.py`.
The final MSE obtained after 1000 epochs is around 75.26 which is far higher t…
-
Hello, the paper is very interesting. I tried to run the proposed code, but got MSE 39. After that, I tried to change the Lmoment to 0.1 and 0.01, but got MSE still around 40. What am I missing ?
-
From here - https://react-spring.io/changelog :
![image](https://user-images.githubusercontent.com/5512551/136316147-ef5ae821-765d-4fdc-81c2-2d31b71b0ef9.png)
But this binding doesn't seem to b…
-
The function `fisheyeImgConv.mapper.fisheye2equirect()` seems to ignore _delx_ and _dely_ parameters.
I'm using `applications/set_fisheye_params_gui.py` without modification and the resulting equir…
-
If this library is to be used and maintained by the research community, documentation is paramount. Code documentation should be enforced (e.g., by a tool like [`pydocstyle`](https://pypi.org/project/…
-
Related to https://github.com/kaustubh-sadekar/OmniCV-Lib/pull/13, commented code shouldn't exist in the repo
e.g. in `omnicv/omnicv.py`:
```
# print(self.fmin)
if np.real(self…
-
When getting started with the repo, the two primary entrypoints are "building the code" and "running examples".
While a skilled developer will have no problem building with cmake, running `chmod +x…