Skip to content

Commit d8ee433

Browse files
committed
2 parents fe13f92 + bbe53b1 commit d8ee433

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ python source/train.py
5454
Training parameters:
5555
- Learning rate: 1e-4 with exponential decay (gamma=0.995)
5656
- Batch size: 1 (processes multiple rays per batch)
57-
- Number of epochs: 200
57+
- Number of epochs: 200 * 2 (trainning best checkpoint again for 200 epochs)
5858
- Positional encoding frequencies: 10 (positions), 4 (directions)
5959
- Network size: 256 hidden units
6060

@@ -174,8 +174,8 @@ nerf_synthetic/
174174

175175
This implementation has been tested on:
176176
- NVIDIA T4 GPU
177-
- Training time: ~3 hours for 200 epochs on the chair dataset
178-
- Inference time: ~2-3 minutes for rendering a complete 360° view
177+
- Training time: ~3 hours for 200 epochs on the chair dataset (for 400 epochs, took around 5-6 hrs)
178+
- Inference time: ~2-3 seconds/image for rendering a complete 360° view
179179

180180
Note: Performance can vary based on:
181181
- Scene complexity

0 commit comments

Comments
 (0)