root commited on
Commit
73b35e3
1 Parent(s): cd191c5

add nerfpp

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. nerfpp_lf_africa_220901/best.ckpt +3 -0
  2. nerfpp_lf_africa_220901/config.gin +27 -0
  3. nerfpp_lf_africa_220901/last.ckpt +3 -0
  4. nerfpp_lf_africa_220901/nerfpp_lf_africa_220901/version_0/events.out.tfevents.1662058058.task1.39.0 +3 -0
  5. nerfpp_lf_africa_220901/nerfpp_lf_africa_220901/version_0/events.out.tfevents.1662274355.task1.39.1 +3 -0
  6. nerfpp_lf_africa_220901/nerfpp_lf_africa_220901/version_0/hparams.yaml +1 -0
  7. nerfpp_lf_africa_220901/render_model/image000.jpg +0 -0
  8. nerfpp_lf_africa_220901/render_model/image001.jpg +0 -0
  9. nerfpp_lf_africa_220901/render_model/image002.jpg +0 -0
  10. nerfpp_lf_africa_220901/render_model/image003.jpg +0 -0
  11. nerfpp_lf_africa_220901/render_model/image004.jpg +0 -0
  12. nerfpp_lf_africa_220901/render_model/image005.jpg +0 -0
  13. nerfpp_lf_africa_220901/render_model/image006.jpg +0 -0
  14. nerfpp_lf_africa_220901/render_model/image007.jpg +0 -0
  15. nerfpp_lf_africa_220901/render_model/image008.jpg +0 -0
  16. nerfpp_lf_africa_220901/render_model/image009.jpg +0 -0
  17. nerfpp_lf_africa_220901/render_model/image010.jpg +0 -0
  18. nerfpp_lf_africa_220901/render_model/image011.jpg +0 -0
  19. nerfpp_lf_africa_220901/render_model/image012.jpg +0 -0
  20. nerfpp_lf_africa_220901/render_model/image013.jpg +0 -0
  21. nerfpp_lf_africa_220901/render_model/image014.jpg +0 -0
  22. nerfpp_lf_africa_220901/render_model/image015.jpg +0 -0
  23. nerfpp_lf_africa_220901/render_model/image016.jpg +0 -0
  24. nerfpp_lf_africa_220901/render_model/image017.jpg +0 -0
  25. nerfpp_lf_africa_220901/render_model/image018.jpg +0 -0
  26. nerfpp_lf_africa_220901/render_model/image019.jpg +0 -0
  27. nerfpp_lf_africa_220901/render_model/image020.jpg +0 -0
  28. nerfpp_lf_africa_220901/render_model/image021.jpg +0 -0
  29. nerfpp_lf_africa_220901/render_model/image022.jpg +0 -0
  30. nerfpp_lf_africa_220901/render_model/image023.jpg +0 -0
  31. nerfpp_lf_africa_220901/render_model/image024.jpg +0 -0
  32. nerfpp_lf_africa_220901/render_model/image025.jpg +0 -0
  33. nerfpp_lf_africa_220901/render_model/image026.jpg +0 -0
  34. nerfpp_lf_africa_220901/render_model/image027.jpg +0 -0
  35. nerfpp_lf_africa_220901/render_model/image028.jpg +0 -0
  36. nerfpp_lf_africa_220901/render_model/image029.jpg +0 -0
  37. nerfpp_lf_africa_220901/render_model/image030.jpg +0 -0
  38. nerfpp_lf_africa_220901/render_model/image031.jpg +0 -0
  39. nerfpp_lf_africa_220901/render_model/image032.jpg +0 -0
  40. nerfpp_lf_africa_220901/render_model/image033.jpg +0 -0
  41. nerfpp_lf_africa_220901/render_model/image034.jpg +0 -0
  42. nerfpp_lf_africa_220901/render_model/image035.jpg +0 -0
  43. nerfpp_lf_africa_220901/render_model/image036.jpg +0 -0
  44. nerfpp_lf_africa_220901/render_model/image037.jpg +0 -0
  45. nerfpp_lf_africa_220901/render_model/image038.jpg +0 -0
  46. nerfpp_lf_africa_220901/render_model/image039.jpg +0 -0
  47. nerfpp_lf_africa_220901/render_model/image040.jpg +0 -0
  48. nerfpp_lf_africa_220901/render_model/image041.jpg +0 -0
  49. nerfpp_lf_africa_220901/render_model/image042.jpg +0 -0
  50. nerfpp_lf_africa_220901/render_model/image043.jpg +0 -0
nerfpp_lf_africa_220901/best.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1efb19bcae612c1be59b49ba85cf1d4c15a0ddc85379f65b9d707e75dc6dd8f
3
+ size 28951359
nerfpp_lf_africa_220901/config.gin ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Config from configs/nerfpp/lf.gin
2
+
3
+ ### LF Specific Arguments
4
+
5
+ run.dataset_name = "lf"
6
+ run.datadir = "data/lf_data"
7
+
8
+ LitData.batch_sampler = "all_images"
9
+ LitDataLF.cam_scale_factor = 0
10
+
11
+ ### NeRF++ Standard Specific Arguments
12
+
13
+ NeRFPP.num_coarse_samples = 64
14
+ NeRFPP.num_fine_samples = 128
15
+ NeRFPP.density_noise = 1.
16
+
17
+ LitData.batch_size = 4096
18
+ LitData.chunk = 8192
19
+ LitData.use_pixel_centers = True
20
+ LitData.epoch_size = 250000
21
+
22
+ run.max_steps = 1000000
23
+ run.log_every_n_steps = 100
24
+ run.model_name = "nerfpp"
25
+
26
+
27
+ ### Binded options
nerfpp_lf_africa_220901/last.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1efb19bcae612c1be59b49ba85cf1d4c15a0ddc85379f65b9d707e75dc6dd8f
3
+ size 28951359
nerfpp_lf_africa_220901/nerfpp_lf_africa_220901/version_0/events.out.tfevents.1662058058.task1.39.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dcfe7f069033b93af0ca41c87840ed0d460d80a058bafe12fe5583132bc2228
3
+ size 2439980
nerfpp_lf_africa_220901/nerfpp_lf_africa_220901/version_0/events.out.tfevents.1662274355.task1.39.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14f9b97c7cc7ebedb393269d4550aaccb4cd89db4e2f95fc4a75996f20fa6c01
3
+ size 233
nerfpp_lf_africa_220901/nerfpp_lf_africa_220901/version_0/hparams.yaml ADDED
@@ -0,0 +1 @@
 
1
+ {}
nerfpp_lf_africa_220901/render_model/image000.jpg ADDED
nerfpp_lf_africa_220901/render_model/image001.jpg ADDED
nerfpp_lf_africa_220901/render_model/image002.jpg ADDED
nerfpp_lf_africa_220901/render_model/image003.jpg ADDED
nerfpp_lf_africa_220901/render_model/image004.jpg ADDED
nerfpp_lf_africa_220901/render_model/image005.jpg ADDED
nerfpp_lf_africa_220901/render_model/image006.jpg ADDED
nerfpp_lf_africa_220901/render_model/image007.jpg ADDED
nerfpp_lf_africa_220901/render_model/image008.jpg ADDED
nerfpp_lf_africa_220901/render_model/image009.jpg ADDED
nerfpp_lf_africa_220901/render_model/image010.jpg ADDED
nerfpp_lf_africa_220901/render_model/image011.jpg ADDED
nerfpp_lf_africa_220901/render_model/image012.jpg ADDED
nerfpp_lf_africa_220901/render_model/image013.jpg ADDED
nerfpp_lf_africa_220901/render_model/image014.jpg ADDED
nerfpp_lf_africa_220901/render_model/image015.jpg ADDED
nerfpp_lf_africa_220901/render_model/image016.jpg ADDED
nerfpp_lf_africa_220901/render_model/image017.jpg ADDED
nerfpp_lf_africa_220901/render_model/image018.jpg ADDED
nerfpp_lf_africa_220901/render_model/image019.jpg ADDED
nerfpp_lf_africa_220901/render_model/image020.jpg ADDED
nerfpp_lf_africa_220901/render_model/image021.jpg ADDED
nerfpp_lf_africa_220901/render_model/image022.jpg ADDED
nerfpp_lf_africa_220901/render_model/image023.jpg ADDED
nerfpp_lf_africa_220901/render_model/image024.jpg ADDED
nerfpp_lf_africa_220901/render_model/image025.jpg ADDED
nerfpp_lf_africa_220901/render_model/image026.jpg ADDED
nerfpp_lf_africa_220901/render_model/image027.jpg ADDED
nerfpp_lf_africa_220901/render_model/image028.jpg ADDED
nerfpp_lf_africa_220901/render_model/image029.jpg ADDED
nerfpp_lf_africa_220901/render_model/image030.jpg ADDED
nerfpp_lf_africa_220901/render_model/image031.jpg ADDED
nerfpp_lf_africa_220901/render_model/image032.jpg ADDED
nerfpp_lf_africa_220901/render_model/image033.jpg ADDED
nerfpp_lf_africa_220901/render_model/image034.jpg ADDED
nerfpp_lf_africa_220901/render_model/image035.jpg ADDED
nerfpp_lf_africa_220901/render_model/image036.jpg ADDED
nerfpp_lf_africa_220901/render_model/image037.jpg ADDED
nerfpp_lf_africa_220901/render_model/image038.jpg ADDED
nerfpp_lf_africa_220901/render_model/image039.jpg ADDED
nerfpp_lf_africa_220901/render_model/image040.jpg ADDED
nerfpp_lf_africa_220901/render_model/image041.jpg ADDED
nerfpp_lf_africa_220901/render_model/image042.jpg ADDED
nerfpp_lf_africa_220901/render_model/image043.jpg ADDED