Skip to content

SakodaShintaro/nerf_practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeRFの実装練習

参考資料

https://blog.albert2005.co.jp/2020/05/08/nerf/

Dockerコンテナ生成コマンド

docker run --gpus all -it --name nerf_practice_container nvcr.io/nvidia/pytorch:22.12-py3 bash

使用データ

https://www.vincentsitzmann.com/deepvoxels/

より synthetic_scenes.zipdata/以下に展開する

nerf_practice/
  |--data/
    |--test/
    |--train/
    |--validation/

となっている想定

環境構築

libtorchの導入

./shell_script/download_libtorch.sh 

OpenCVの導入

sudo apt install libopencv-dev -y

Eigenの導入

sudo apt install libeigen3-dev -y

clang-formatの導入

sudo apt install clang-format -y

mypyの導入

pip install mypy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published