Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More benchmarks #11

Merged
merged 5 commits into from
Sep 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ python examples/trainval.py

Ours on TITAN RTX :

| trainval | Lego | Mic | Materials |
| - | - | - | - |
| Time | 300s | 272s | 258s |
| PSNR | 36.61 | 37.45 | 30.15 |
| FPS | 11.49 | 21.48 | 8.86 |
| trainval | Lego | Mic | Materials | Chair | Hotdog |
| - | - | - | - | - | - |
| Time | 300s | 272s | 258s | 331s | 287s |
| PSNR | 36.61 | 37.45 | 30.15 | 36.06 | 38.17 |
| FPS | 11.49 | 21.48 | 8.86 | 15.61 | 7.38 |

Instant-NGP paper (5 min) on 3090:
Instant-NGP paper (5 min) on 3090 (w/ mask):

| trainval | Lego | Mic | Materials |
| - | - | - | - |
| PSNR | 36.39 | 36.22 | 29.78 |
| trainval | Lego | Mic | Materials | Chair | Hotdog |
| - | - | - | - | - | - |
| PSNR | 36.39 | 36.22 | 29.78 | 35.00 | 37.40 |


<!--
Expand Down
Binary file added acc_binary_test.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added acc_binary_train.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/trainval.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def render_image(radiance_field, rays, render_bkgd, render_step_size):
torch.manual_seed(42)

device = "cuda:0"
scene = "materials"
scene = "hotdog"

# setup dataset
train_dataset = SubjectLoader(
Expand Down
Binary file added rgb_train.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.