From 1d0772ba884192e7638541b731adaf45615c2cb1 Mon Sep 17 00:00:00 2001 From: Geralt_of_Rivia <87054407+guanjunwu@users.noreply.github.com> Date: Wed, 18 Oct 2023 14:02:26 +0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab87afa..e5ce922 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ --------------------------------------------------- +--- + ![block](assets/teaserfig.png) Our method converges very quickly and achieves real-time rendering speed. @@ -75,7 +77,7 @@ The dataset provided in [HyperNeRF](https://github.com/google/hypernerf) is used ## Training -For training synthetic scenes such as `lego`, run +For training synthetic scenes such as `bouncingballs`, run ``` python train.py -s data/dnerf/bouncingballs --port 6017 --expname "dnerf/bouncingballs" --configs arguments/dnerf/bouncingballs.py ``` @@ -99,7 +101,11 @@ python metrics.py --model_path "output/dnerf/bouncingballs/" There are some helpful scripts in `scripts/`, please feel free to use them. --- +## Contributions +**This project is still under development. Please feel free to raise issues or submit pull requests to contribute to our codebase.** + +--- Some source code of ours is borrowed from [3DGS](https://github.com/graphdeco-inria/gaussian-splatting), [k-planes](https://github.com/Giodiro/kplanes_nerfstudio),[HexPlane](https://github.com/Caoang327/HexPlane), [TiNeuVox](https://github.com/hustvl/TiNeuVox). We sincerely appreciate the excellent works of these authors. ## Acknowledgement