Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# ZipNeRF
|
2 |
|
3 |
An unofficial pytorch implementation of
|
@@ -5,10 +10,8 @@ An unofficial pytorch implementation of
|
|
5 |
[https://arxiv.org/abs/2304.06706](https://arxiv.org/abs/2304.06706).
|
6 |
This work is based on [multinerf](https://github.com/google-research/multinerf), so features in refnerf,rawnerf,mipnerf360 are also available.
|
7 |
|
8 |
-
##
|
9 |
-
|
10 |
-
- (5.26) Implement the latest version of ZipNeRF [https://arxiv.org/abs/2304.06706](https://arxiv.org/abs/2304.06706).
|
11 |
-
- (5.22) Add extracting mesh; add logging,checkpointing system
|
12 |
|
13 |
## Results
|
14 |
New results(5.27):
|
@@ -249,4 +252,4 @@ which is basically a pytorch translation from [multinerf](https://github.com/goo
|
|
249 |
- Thanks to [multinerf](https://github.com/google-research/multinerf) for amazing multinerf(MipNeRF360,RefNeRF,RawNeRF) implementation
|
250 |
- Thanks to [accelerate](https://github.com/huggingface/accelerate) for distributed training
|
251 |
- Thanks to [torch-ngp](https://github.com/ashawkey/torch-ngp) for super useful hashencoder
|
252 |
-
- Thanks to [Yurui Chen](https://github.com/519401113) for discussing the details of the paper.
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- code
|
5 |
+
---
|
6 |
# ZipNeRF
|
7 |
|
8 |
An unofficial pytorch implementation of
|
|
|
10 |
[https://arxiv.org/abs/2304.06706](https://arxiv.org/abs/2304.06706).
|
11 |
This work is based on [multinerf](https://github.com/google-research/multinerf), so features in refnerf,rawnerf,mipnerf360 are also available.
|
12 |
|
13 |
+
## Credit
|
14 |
+
Initial Code from [SuLvXiangXin](https://github.com/SuLvXiangXin/zipnerf-pytorch)
|
|
|
|
|
15 |
|
16 |
## Results
|
17 |
New results(5.27):
|
|
|
252 |
- Thanks to [multinerf](https://github.com/google-research/multinerf) for amazing multinerf(MipNeRF360,RefNeRF,RawNeRF) implementation
|
253 |
- Thanks to [accelerate](https://github.com/huggingface/accelerate) for distributed training
|
254 |
- Thanks to [torch-ngp](https://github.com/ashawkey/torch-ngp) for super useful hashencoder
|
255 |
+
- Thanks to [Yurui Chen](https://github.com/519401113) for discussing the details of the paper.
|