Skip to content

AnushreeBannadabhavi/DE-TensoRF

 
 

Repository files navigation

DE-TensoRF

DE-TensoRF - a data-efficient implementation of TensoRF. This is a course project for CPSC533R: Computer Graphics and Computer Vision.

Proposed three techniques to achieve data-efficiency:

  • Obtain unseen views using symmetry
  • Semantic conditioning
  • Semantic loss

Detailed report can be found here

This work is based on TensoRF. The original code can be found here.

Installation

Tested on Ubuntu 20.04 + Pytorch 1.10.1

Install environment:

conda create -n TensoRF python=3.8
conda activate TensoRF
pip install torch torchvision
pip install tqdm scikit-image opencv-python configargparse lpips imageio-ffmpeg kornia lpips tensorboard

Datasets

To train DE-TensoRF:

python train.py --config configs/lego.txt

Contributors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 99.2%
  • Shell 0.8%