pynif3d icon indicating copy to clipboard operation
pynif3d copied to clipboard

Results 9 pynif3d issues
Sort by recently updated
recently updated
newest added

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

**Describe the requested feature** Some parts of the code may not be covered with the test cases. Using a coverage tool to check missing test cases and adding relevant tests...

feature
normal priority
size-S

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

**Describe the bug** When ran in different times, the tests for ray sampling functions give errors during execution with a dummy data. Check for the possible root cause. Until then,...

bug
normal priority
size-XS

**Describe the requested feature** CON has several variants in terms of encoder and decoder networks, also 2D and 3D processing. This feature request aims to include all other variants of...

feature
normal priority
size-S