Skip to content

omariott/viewnerf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ViewNerf[PDF]

Unsupervised category viewpoint estimation with neural rendering

Installation

conda env create -f spec.yml

Training

Specify the dataset and log path in config/conf_file.yaml then run:

python train.py --config config/conf_file.yaml

Visualizations

Acknowledgment

Some functions in this repo -namely the NeRF-related bits- directly come from the GIRAFFE GitHub repo

Citation

If you use this this code for your research, please cite our paper using:

@inproceedings{Mariotti_2022_BMVC,
author    = {Octave Mariotti and Oisin Mac Aodha and Hakan Bilen},
title     = {ViewNeRF: Unsupervised Viewpoint Estimation Using Category-Level Neural Radiance Fields},
booktitle = {33rd British Machine Vision Conference 2022, {BMVC} 2022, London, UK, November 21-24, 2022},
publisher = {{BMVA} Press},
year      = {2022},
url       = {https://bmvc2022.mpi-inf.mpg.de/0740.pdf}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages