Skip to content

XTU-PR-LAB/SaNerf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9739a93 · Mar 25, 2024

History

6 Commits
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Mar 25, 2024
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 21, 2022
Sep 13, 2022

Repository files navigation

SaNerf

Structure-Aware NeRF without Posed Camera via Epipolar Constraint

Dependencies

Make sure you have the following dependencies installed before proceeding:

-torch>=1.8 -torchvision>=0.9.1 -imageio -imageio-ffmpeg -matplotlib -configargparse -tensorboard>=2.0 -opencv-python

Training from scratch

Download the correspondeing datasets just like LLFF, and Put them into data folder. Preprocessing run make_correspondences.py to extract the SIFT matches. The training script is in run_nerf.py, to train a NoExtNeRF: python run_nerf.py

Acknowledgments

The code is adapted from https://github.com/yenchenlin/nerf-pytorch

Citation

If you find our code or paper helps, please consider citing:

@article{
  title={SaNeRF: Structure-aware neural radiance fields without posed camera},
  author={Shu Chen, Yang Zhang, Yaxin Xu, Beiji Zou},
  journal={Pattern Recognition, 151 (2024) Article 110419},
  year={2024}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published