File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ python source/train.py
54
54
Training parameters:
55
55
- Learning rate: 1e-4 with exponential decay (gamma=0.995)
56
56
- 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)
58
58
- Positional encoding frequencies: 10 (positions), 4 (directions)
59
59
- Network size: 256 hidden units
60
60
@@ -174,8 +174,8 @@ nerf_synthetic/
174
174
175
175
This implementation has been tested on:
176
176
- 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
179
179
180
180
Note: Performance can vary based on:
181
181
- Scene complexity
You can’t perform that action at this time.
0 commit comments