xiaofulenlong / Nerf

my nerf code framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nerf

my nerf code framework

Nerf
├── dataset : 加载数据
│   ├── get_randomBatchRays.py
│   ├── get_Rays.py
│   └── load_data.py
├── main.py
├── model  :mlp模型
│   ├── nerf_helpers.py
│   ├── nerf_model.py
├── rendering  :渲染
│   └── intergrateToAll.py
├── run :调用神经辐射场表达的主函数 【之后复现其他代码时,主函数就放在这里】
│   └── OriginNeRF_run.py
├── utils :辅助工具
│   └── public_tools.py
│   └── sample.py
├── README.md
├── data : 数据
    └── nerf_synthetic
        └── lego

About

my nerf code framework


Languages

Language:Python 100.0%