iNeRF-public icon indicating copy to clipboard operation
iNeRF-public copied to clipboard

Results 8 iNeRF-public issues
Sort by recently updated
recently updated
newest added

Hi Authors, Thanks for the work! I tried to use the provided code on some new dataset. However, within this code base, I only find three sampling method, namely "random",...

![image](https://user-images.githubusercontent.com/50726335/228464590-ddfd03cf-cce4-4f44-ad8e-276c976ebdfe.png)

Is this net a NeRF model for this line of code in the pose_estimation.ipynb file? `# Encode. net.encode( input_image.unsqueeze(0), input_pose.unsqueeze(0).to(device=device), focal, )` Are the parameters of this NeRF model modified...

Hi, i try to run the code on the colab, and I find that the code run perfectly on my local laptop(fail because of fun out of PU memory), but...

Solves issue #3 and is tested locally on a Mac M1 (with CPU only)

When I compare the optimized camera pose and the real relative pose transformation of the two input images, there is a large deviation, especially when calculating the rotation angle of...

Hi, thanks for your great work! May I know how your NeRF models were generated? Were they generated by the official NeRF code? Or were they generated by thepixelNeRF as...

Hello @yenchenlin, Thank you for sharing the repo for this great work. I enjoy reading your paper... By the way, the teaser image and demos look fantastic! Here, I am...