root commited on
Commit
cd191c5
1 Parent(s): e5fb7b0

revert commit

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 +0 -3
  2. nerfpp_lf_africa_220901/config.gin +0 -27
  3. nerfpp_lf_africa_220901/last.ckpt +0 -3
  4. nerfpp_lf_africa_220901/nerfpp_lf_africa_220901/version_0/events.out.tfevents.1662058058.task1.39.0 +0 -3
  5. nerfpp_lf_africa_220901/nerfpp_lf_africa_220901/version_0/events.out.tfevents.1662274355.task1.39.1 +0 -3
  6. nerfpp_lf_africa_220901/nerfpp_lf_africa_220901/version_0/hparams.yaml +0 -1
  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 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d1efb19bcae612c1be59b49ba85cf1d4c15a0ddc85379f65b9d707e75dc6dd8f
3
- size 28951359
 
 
 
 
nerfpp_lf_africa_220901/config.gin DELETED
@@ -1,27 +0,0 @@
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 DELETED
@@ -1,3 +0,0 @@
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 DELETED
@@ -1,3 +0,0 @@
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 DELETED
@@ -1,3 +0,0 @@
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 DELETED
@@ -1 +0,0 @@
1
- {}
 
 
nerfpp_lf_africa_220901/render_model/image000.jpg DELETED
Binary file (110 kB)
 
nerfpp_lf_africa_220901/render_model/image001.jpg DELETED
Binary file (109 kB)
 
nerfpp_lf_africa_220901/render_model/image002.jpg DELETED
Binary file (111 kB)
 
nerfpp_lf_africa_220901/render_model/image003.jpg DELETED
Binary file (115 kB)
 
nerfpp_lf_africa_220901/render_model/image004.jpg DELETED
Binary file (118 kB)
 
nerfpp_lf_africa_220901/render_model/image005.jpg DELETED
Binary file (116 kB)
 
nerfpp_lf_africa_220901/render_model/image006.jpg DELETED
Binary file (113 kB)
 
nerfpp_lf_africa_220901/render_model/image007.jpg DELETED
Binary file (110 kB)
 
nerfpp_lf_africa_220901/render_model/image008.jpg DELETED
Binary file (107 kB)
 
nerfpp_lf_africa_220901/render_model/image009.jpg DELETED
Binary file (105 kB)
 
nerfpp_lf_africa_220901/render_model/image010.jpg DELETED
Binary file (107 kB)
 
nerfpp_lf_africa_220901/render_model/image011.jpg DELETED
Binary file (108 kB)
 
nerfpp_lf_africa_220901/render_model/image012.jpg DELETED
Binary file (108 kB)
 
nerfpp_lf_africa_220901/render_model/image013.jpg DELETED
Binary file (110 kB)
 
nerfpp_lf_africa_220901/render_model/image014.jpg DELETED
Binary file (109 kB)
 
nerfpp_lf_africa_220901/render_model/image015.jpg DELETED
Binary file (107 kB)
 
nerfpp_lf_africa_220901/render_model/image016.jpg DELETED
Binary file (111 kB)
 
nerfpp_lf_africa_220901/render_model/image017.jpg DELETED
Binary file (113 kB)
 
nerfpp_lf_africa_220901/render_model/image018.jpg DELETED
Binary file (111 kB)
 
nerfpp_lf_africa_220901/render_model/image019.jpg DELETED
Binary file (110 kB)
 
nerfpp_lf_africa_220901/render_model/image020.jpg DELETED
Binary file (110 kB)
 
nerfpp_lf_africa_220901/render_model/image021.jpg DELETED
Binary file (108 kB)
 
nerfpp_lf_africa_220901/render_model/image022.jpg DELETED
Binary file (105 kB)
 
nerfpp_lf_africa_220901/render_model/image023.jpg DELETED
Binary file (104 kB)
 
nerfpp_lf_africa_220901/render_model/image024.jpg DELETED
Binary file (104 kB)
 
nerfpp_lf_africa_220901/render_model/image025.jpg DELETED
Binary file (104 kB)
 
nerfpp_lf_africa_220901/render_model/image026.jpg DELETED
Binary file (107 kB)
 
nerfpp_lf_africa_220901/render_model/image027.jpg DELETED
Binary file (109 kB)
 
nerfpp_lf_africa_220901/render_model/image028.jpg DELETED
Binary file (108 kB)
 
nerfpp_lf_africa_220901/render_model/image029.jpg DELETED
Binary file (106 kB)
 
nerfpp_lf_africa_220901/render_model/image030.jpg DELETED
Binary file (104 kB)
 
nerfpp_lf_africa_220901/render_model/image031.jpg DELETED
Binary file (100 kB)
 
nerfpp_lf_africa_220901/render_model/image032.jpg DELETED
Binary file (98.9 kB)
 
nerfpp_lf_africa_220901/render_model/image033.jpg DELETED
Binary file (97.5 kB)
 
nerfpp_lf_africa_220901/render_model/image034.jpg DELETED
Binary file (97.5 kB)
 
nerfpp_lf_africa_220901/render_model/image035.jpg DELETED
Binary file (101 kB)
 
nerfpp_lf_africa_220901/render_model/image036.jpg DELETED
Binary file (99.1 kB)
 
nerfpp_lf_africa_220901/render_model/image037.jpg DELETED
Binary file (101 kB)
 
nerfpp_lf_africa_220901/render_model/image038.jpg DELETED
Binary file (104 kB)
 
nerfpp_lf_africa_220901/render_model/image039.jpg DELETED
Binary file (104 kB)
 
nerfpp_lf_africa_220901/render_model/image040.jpg DELETED
Binary file (103 kB)
 
nerfpp_lf_africa_220901/render_model/image041.jpg DELETED
Binary file (106 kB)
 
nerfpp_lf_africa_220901/render_model/image042.jpg DELETED
Binary file (105 kB)
 
nerfpp_lf_africa_220901/render_model/image043.jpg DELETED
Binary file (106 kB)