Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbzm committed Sep 17, 2024
1 parent a7128e5 commit 54bdab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ Include up to two consistent submethod names for your results across all files t

You can view an example [here](https://github.com/fraunhoferhhi/Self-Organizing-Gaussians/tree/main/results)

### Caution: 3DGS testing conventions
### Important: 3DGS testing conventions

Authors are required to adhere to the testing conventions established in the original [3DGS project](https://github.com/graphdeco-inria/gaussian-splatting). Specifically, this includes:

- Using all 9 scenes from the MipNeRF360 dataset, including "flowers" and "treehill".
- Evaluating images at full resolution up to a maximum width of 1600px. Larger test images should be downscaled to a width of 1600px (which is only applicable for MipNeRF360).
- For the 3 COLMAP datasets (Tanks and Temples, Deep Blending, MipNeRF360), use every 8th image for testing. Concretly, the test images are those where idx % 8 == 0.
- For the 3 COLMAP datasets (Tanks and Temples, Deep Blending, MipNeRF360), use every 8th image for testing. Concretly, the test images are those where ```idx % 8 == 0```.
- For the Blender dataset (SyntheticNeRF), follow the predefined train/eval split.


Expand Down

0 comments on commit 54bdab0

Please sign in to comment.