Mihai Morariu

Results 6 issues of Mihai Morariu

The pixelNeRF paper will be added to the repository: https://arxiv.org/abs/2012.02190 **Tasks to be completed** - [x] Implement DTU dataset loader - [x] Implement the encoder - [x] Implement the NIF...

feature
normal priority
size-L

The installation procedure currently requires running the `post_install.bash` script in order to install `torchsearchsorted` and `torch_scatter`. These dependencies should be added to `setup.py` instead, allowing users to install PyNIF3D simply...

normal priority
size-XS

Implement the DTU dataset loader for the pixelNeRF paper. **Tasks to be completed** - [x] Implement the color jitter - [x] Implement the on-the-fly loading - [x] Review **Definition of...

normal priority
size-XS

Integrate all the components of PixelNeRF into the pipeline. **Tasks to be completed** - [ ] Implement PixelNeRF pipeline - [ ] Add unit tests - [ ] Review **Definition...

feature
normal priority
size-M

Add helper function for pixel to camera conversion. **Tasks to be completed** - [ ] Implement the helper function - [ ] Add unit tests - [ ] Review **Definition...

feature
normal priority
size-XS

The implementation of `torchsearchsorted` that is currently being used does not support multi-batch processing. A `for` loop in currently being used in NeRF training for handling a batch size larger...

feature
low priority
size-XS