Travis Driver commited on
Commit
a4c58e7
·
1 Parent(s): 39da340

Add calibrated results

Browse files
example.ipynb CHANGED
The diff for this file is too large to render. See raw diff
 
out/reconstruction_final_dkmv3_Schroder2013PolyFactor2_in85_em85_smooth0.2_sigmaR1e-06_sigmat0.001_sigmas0.001_priorsT0_gtsfm_full_res/points3D.txt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ba44df47c7707c374a191e824ab9c93bc52674666d7c15bf63626c03cf432849
3
- size 76547753
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6368e9c62f37a2aca1b880c097d548edf9c3e2ab8a31a5c2d92cc8b9bfb8a65
3
+ size 76669851
out/reconstruction_final_dkmv3_Schroder2013PolyFactor_in85_em85_smooth0.2_sigmaR1e-06_sigmat0.001_sigmas0.001_priorsT0_gtsfm_if_corrected_full_res.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b9660466d40bc926cdbcdf9f280db2a653f41a076fc69b556915efb1bf15224
3
+ size 6900234
out/reconstruction_final_dkmv3_Schroder2013PolyFactor_in85_em85_smooth0.2_sigmaR1e-06_sigmat0.001_sigmas0.001_priorsT0_gtsfm_if_corrected_full_res/cameras.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2599d6e5e92a4cfaaa6a4ecdaafe6777bf6c94f6f301ff5334a606db4617f31
3
+ size 185
out/reconstruction_final_dkmv3_Schroder2013PolyFactor_in85_em85_smooth0.2_sigmaR1e-06_sigmat0.001_sigmas0.001_priorsT0_gtsfm_if_corrected_full_res/images.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78bc20dc58f9b13be14eb46c0b6aead3bcc75674973c23813cdf248cee389665
3
+ size 197151751
out/reconstruction_final_dkmv3_Schroder2013PolyFactor_in85_em85_smooth0.2_sigmaR1e-06_sigmat0.001_sigmas0.001_priorsT0_gtsfm_if_corrected_full_res/points3D.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6b0a0933df5442817d4d6d6c427cf8a0f514138767de66cc92775e58077bbd5
3
+ size 76811476
utils/__pycache__/__init__.cpython-38.pyc ADDED
Binary file (164 Bytes). View file
 
utils/__pycache__/read_write_model.cpython-38.pyc ADDED
Binary file (14.5 kB). View file
 
utils/__pycache__/reflectance.cpython-38.pyc ADDED
Binary file (1.66 kB). View file
 
utils/__pycache__/spc_types.cpython-38.pyc ADDED
Binary file (6.93 kB). View file
 
utils/reflectance.py CHANGED
@@ -46,6 +46,6 @@ def schroder2013_reflectance(
46
  )
47
  aeq = c0 + c1 * phi + c2 * phi ** 2 + c3 * phi ** 3 + c4 * phi ** 4
48
 
49
- reflect = aeq * ((1 - L) * cs + L * 2.0 * cs / (cs + ce))
50
 
51
  return reflect, np.arccos(cs), np.arccos(ce), phi
 
46
  )
47
  aeq = c0 + c1 * phi + c2 * phi ** 2 + c3 * phi ** 3 + c4 * phi ** 4
48
 
49
+ reflect = aeq / 0.301 * ((1 - L) * cs + L * 2.0 * cs / (cs + ce))
50
 
51
  return reflect, np.arccos(cs), np.arccos(ce), phi