fsky097 commited on
Commit
54bdf9d
1 Parent(s): 055c6b0

upload joint calibration data

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. others/joint_calib/greenhead/README.md +22 -0
  2. others/joint_calib/greenhead/cameras.json +0 -0
  3. others/joint_calib/greenhead/cameras_normalized.json +0 -0
  4. others/joint_calib/greenhead/images/0000.jpg +3 -0
  5. others/joint_calib/greenhead/images/0001.jpg +3 -0
  6. others/joint_calib/greenhead/images/0002.jpg +3 -0
  7. others/joint_calib/greenhead/images/0003.jpg +3 -0
  8. others/joint_calib/greenhead/images/0004.jpg +3 -0
  9. others/joint_calib/greenhead/images/0005.jpg +3 -0
  10. others/joint_calib/greenhead/images/0006.jpg +3 -0
  11. others/joint_calib/greenhead/images/0007.jpg +3 -0
  12. others/joint_calib/greenhead/images/0008.jpg +3 -0
  13. others/joint_calib/greenhead/images/0009.jpg +3 -0
  14. others/joint_calib/greenhead/images/0010.jpg +3 -0
  15. others/joint_calib/greenhead/images/0011.jpg +3 -0
  16. others/joint_calib/greenhead/images/0012.jpg +3 -0
  17. others/joint_calib/greenhead/images/0013.jpg +3 -0
  18. others/joint_calib/greenhead/images/0014.jpg +3 -0
  19. others/joint_calib/greenhead/images/0015.jpg +3 -0
  20. others/joint_calib/greenhead/images/0016.jpg +3 -0
  21. others/joint_calib/greenhead/images/0017.jpg +3 -0
  22. others/joint_calib/greenhead/images/0018.jpg +3 -0
  23. others/joint_calib/greenhead/images/0019.jpg +3 -0
  24. others/joint_calib/greenhead/images/0020.jpg +3 -0
  25. others/joint_calib/greenhead/images/0021.jpg +3 -0
  26. others/joint_calib/greenhead/images/0022.jpg +3 -0
  27. others/joint_calib/greenhead/images/0023.jpg +3 -0
  28. others/joint_calib/greenhead/images/0024.jpg +3 -0
  29. others/joint_calib/greenhead/images/0025.jpg +3 -0
  30. others/joint_calib/greenhead/images/0026.jpg +3 -0
  31. others/joint_calib/greenhead/images/0027.jpg +3 -0
  32. others/joint_calib/greenhead/images/0028.jpg +3 -0
  33. others/joint_calib/greenhead/images/0029.jpg +3 -0
  34. others/joint_calib/greenhead/images/0030.jpg +3 -0
  35. others/joint_calib/greenhead/images/0031.jpg +3 -0
  36. others/joint_calib/greenhead/images/0032.jpg +3 -0
  37. others/joint_calib/greenhead/images/0033.jpg +3 -0
  38. others/joint_calib/greenhead/images/0034.jpg +3 -0
  39. others/joint_calib/greenhead/images/0035.jpg +3 -0
  40. others/joint_calib/greenhead/images/0036.jpg +3 -0
  41. others/joint_calib/greenhead/images/0037.jpg +3 -0
  42. others/joint_calib/greenhead/images/0038.jpg +3 -0
  43. others/joint_calib/greenhead/images/0039.jpg +3 -0
  44. others/joint_calib/greenhead/images/0040.jpg +3 -0
  45. others/joint_calib/greenhead/images/0041.jpg +3 -0
  46. others/joint_calib/greenhead/images/0042.jpg +3 -0
  47. others/joint_calib/greenhead/images/0043.jpg +3 -0
  48. others/joint_calib/greenhead/images/0044.jpg +3 -0
  49. others/joint_calib/greenhead/images/0045.jpg +3 -0
  50. others/joint_calib/greenhead/images/0046.jpg +3 -0
others/joint_calib/greenhead/README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Joint calibration
2
+
3
+ ### What's this?
4
+
5
+ Recall that we have two sets of cameras in the dataset, DSLR (48) and high speed (24) cameras. These two sets of cameras have different color spaces, thus the images cannot be used together. For example, in the inverse rendering experiments in Section 4.1 and 4.3, we only use the images captured by the DSLR cameras, whereas in Section 4.2, we only use the images captured by the high speed cameras. As a result, we didn't perform joint camera calibration on these two sets of images in the main paper because the color differences makes the COLMAP hard to work. Even if we can perform some color postprocessing, e.g. Photoshop, the resulting images are not unreliable enough to run inverse rendering algorithms.
6
+
7
+ However, one may still need this joint calibration results. For example, let's say we want to perform linear combination on the OLAT images, which requires the light positions relative to each high speed camera. But in the main repo, the light positions are relative to the DSLR cameras. In this case, we need to calibrate the two sets of cameras jointly to transform the light positions from DSLR coordinate system to high speed camera coordinate system.
8
+
9
+ In practice, we manually correct the color of the high speed camera images with the DSLR images in Photoshop and then run COLMAP to register all the cameras.
10
+
11
+ ### File format
12
+ #### images
13
+ There are 71 images here. The image colors have been manually corrected using Photoshop. One image is missed since the corresponding camera was down at the capturing time.
14
+
15
+ #### mappings.txt
16
+ The images have different names (0000.jpg,0001.jpg,...) from the images in the main repo (CA2.jpg,...). This file contains the mapping between the two sets of names.
17
+
18
+ #### cameras.json
19
+ This json file contains the results of COLMAP. K and dist are the intrinsics, newK is the undistorted intrinsics. We only provide this results for reference, you may rerun COLMAP by yourself.
20
+
21
+ #### cameras_normalized.json
22
+ This json file contains the same content as cameras.json, except that the camera poses are normalized to match the poses in the main repo.
others/joint_calib/greenhead/cameras.json ADDED
The diff for this file is too large to render. See raw diff
 
others/joint_calib/greenhead/cameras_normalized.json ADDED
The diff for this file is too large to render. See raw diff
 
others/joint_calib/greenhead/images/0000.jpg ADDED

Git LFS Details

  • SHA256: 1a3574442b1c01f0ae0aa6269c54c2f3d48c8c9e58c3b47b9503654d808904ba
  • Pointer size: 131 Bytes
  • Size of remote file: 204 kB
others/joint_calib/greenhead/images/0001.jpg ADDED

Git LFS Details

  • SHA256: 4eee0ee52a6cc612a30fb1463684ab3107b1ba9c8f376b214d1c386f86d6967b
  • Pointer size: 131 Bytes
  • Size of remote file: 207 kB
others/joint_calib/greenhead/images/0002.jpg ADDED

Git LFS Details

  • SHA256: 1c7737b2c1c71af0b920986a5690a66639c5947dd64252b198f801a45bb02441
  • Pointer size: 131 Bytes
  • Size of remote file: 200 kB
others/joint_calib/greenhead/images/0003.jpg ADDED

Git LFS Details

  • SHA256: b651c80878a05cc89f8cd9157b139a5b1edbca9679b716edd0c375589ca72300
  • Pointer size: 131 Bytes
  • Size of remote file: 196 kB
others/joint_calib/greenhead/images/0004.jpg ADDED

Git LFS Details

  • SHA256: 0de892fbe966f5ead89c09f54cfa264392a9536612c696920edf82de183af90d
  • Pointer size: 131 Bytes
  • Size of remote file: 117 kB
others/joint_calib/greenhead/images/0005.jpg ADDED

Git LFS Details

  • SHA256: baa5257045f0f71af94e37517e9ee4c2a3384d276da74aef3455f3bb1c9d7be7
  • Pointer size: 131 Bytes
  • Size of remote file: 209 kB
others/joint_calib/greenhead/images/0006.jpg ADDED

Git LFS Details

  • SHA256: cc8fb54206e5cc07263164a3cb864a16f54e4a67edf0d78e4a7979d34e8dd02f
  • Pointer size: 131 Bytes
  • Size of remote file: 185 kB
others/joint_calib/greenhead/images/0007.jpg ADDED

Git LFS Details

  • SHA256: 0ada74e690a084f7414cf8ab69344d61d88f032e64738dc1daadc870f8990f89
  • Pointer size: 131 Bytes
  • Size of remote file: 204 kB
others/joint_calib/greenhead/images/0008.jpg ADDED

Git LFS Details

  • SHA256: 63f75a9d949cf789a672604e5a4cb219a668a50d33429b0384e4916af3e3394b
  • Pointer size: 131 Bytes
  • Size of remote file: 178 kB
others/joint_calib/greenhead/images/0009.jpg ADDED

Git LFS Details

  • SHA256: c5e166f14f981a570a6d37b56092e0c3267ff52a9acc5277fcc09a66039120c1
  • Pointer size: 131 Bytes
  • Size of remote file: 190 kB
others/joint_calib/greenhead/images/0010.jpg ADDED

Git LFS Details

  • SHA256: af305d9938d522b0836fd9bd96422a20fb5d985790aec255ebee7ce3f463ee81
  • Pointer size: 131 Bytes
  • Size of remote file: 174 kB
others/joint_calib/greenhead/images/0011.jpg ADDED

Git LFS Details

  • SHA256: 9e11e8a05210dc93e74ff3eddd42420712546933860ea22d6052ea069b57e04b
  • Pointer size: 131 Bytes
  • Size of remote file: 188 kB
others/joint_calib/greenhead/images/0012.jpg ADDED

Git LFS Details

  • SHA256: 110b702c8d7dee22b96e05fd40d5c7005056206e7aaeb9cda2a16e20d6d7eb07
  • Pointer size: 131 Bytes
  • Size of remote file: 178 kB
others/joint_calib/greenhead/images/0013.jpg ADDED

Git LFS Details

  • SHA256: 44714a33eccb02cdf846e9a24d4b9435863997d94890ed34883a85ee30d44eab
  • Pointer size: 131 Bytes
  • Size of remote file: 185 kB
others/joint_calib/greenhead/images/0014.jpg ADDED

Git LFS Details

  • SHA256: b5e310fad836e7543108b7f9cd8067af4547903694c12fdba76ed1aae2e28cd1
  • Pointer size: 131 Bytes
  • Size of remote file: 185 kB
others/joint_calib/greenhead/images/0015.jpg ADDED

Git LFS Details

  • SHA256: dfc5595c6face85dea727d446bdaf0d3ed3ad4d86f1378089d4c559a5fe74740
  • Pointer size: 131 Bytes
  • Size of remote file: 182 kB
others/joint_calib/greenhead/images/0016.jpg ADDED

Git LFS Details

  • SHA256: bbea83f7d3832f13e2aa57912afa5b6c32650b7232ab400ba52d07d026e7ab95
  • Pointer size: 131 Bytes
  • Size of remote file: 159 kB
others/joint_calib/greenhead/images/0017.jpg ADDED

Git LFS Details

  • SHA256: b06acef6a9591b9b3b58b950fa1684e9e06e560a82ef3bc59fef84b3133a5fe8
  • Pointer size: 131 Bytes
  • Size of remote file: 181 kB
others/joint_calib/greenhead/images/0018.jpg ADDED

Git LFS Details

  • SHA256: c5939bab61c0e637034e52c79121b01ccb34daa4dd00182af4ccbe75f46a2641
  • Pointer size: 131 Bytes
  • Size of remote file: 191 kB
others/joint_calib/greenhead/images/0019.jpg ADDED

Git LFS Details

  • SHA256: e0a79ea80516d397c99b6bc28da98d672f0c7bb10dddeb6018f780e9f69caaaf
  • Pointer size: 131 Bytes
  • Size of remote file: 187 kB
others/joint_calib/greenhead/images/0020.jpg ADDED

Git LFS Details

  • SHA256: 9a65c0b10a9c0356ea10d3cdd9c70bec5cb81981a45c5b7aeb9038b3a179201c
  • Pointer size: 131 Bytes
  • Size of remote file: 116 kB
others/joint_calib/greenhead/images/0021.jpg ADDED

Git LFS Details

  • SHA256: 19e50304a8d2e0c40c0823e48903015eab9de5c748fa524da54e8a9a55145834
  • Pointer size: 131 Bytes
  • Size of remote file: 189 kB
others/joint_calib/greenhead/images/0022.jpg ADDED

Git LFS Details

  • SHA256: 461ee5d76f5276e0455d78f40655767c889ccea226d9901e950a90d52cc284d8
  • Pointer size: 131 Bytes
  • Size of remote file: 183 kB
others/joint_calib/greenhead/images/0023.jpg ADDED

Git LFS Details

  • SHA256: 52ea9de3698f76c07bb863ce6803109969322aa1c87c77cb8a91a5b5a2e3f66a
  • Pointer size: 131 Bytes
  • Size of remote file: 187 kB
others/joint_calib/greenhead/images/0024.jpg ADDED

Git LFS Details

  • SHA256: 24411cfa8b4f6e9050fed6b92646f3fdde4a4e57ae8d0ceff90d8290285ebb0a
  • Pointer size: 131 Bytes
  • Size of remote file: 199 kB
others/joint_calib/greenhead/images/0025.jpg ADDED

Git LFS Details

  • SHA256: ce7c7d2133d5675ebf9cce0739ef6e83cd2e173c320670c044e8226f5ab76008
  • Pointer size: 131 Bytes
  • Size of remote file: 214 kB
others/joint_calib/greenhead/images/0026.jpg ADDED

Git LFS Details

  • SHA256: 57a227c3917206d539bee7be6fb0858b84cd566c2ec592bfdd814c5074401ba9
  • Pointer size: 131 Bytes
  • Size of remote file: 223 kB
others/joint_calib/greenhead/images/0027.jpg ADDED

Git LFS Details

  • SHA256: 4ac258be93b7569a12ef9da046ae151f0b30b0e7ef3bcf580fcd884ddc665de3
  • Pointer size: 131 Bytes
  • Size of remote file: 217 kB
others/joint_calib/greenhead/images/0028.jpg ADDED

Git LFS Details

  • SHA256: 0786247f7abd0fb0041cb8d2bc3f5d69efeced39419acd181800ea86bf402910
  • Pointer size: 131 Bytes
  • Size of remote file: 227 kB
others/joint_calib/greenhead/images/0029.jpg ADDED

Git LFS Details

  • SHA256: e9741895aa62680a5cad2c8e3007e43fa1174c6d29320b15bb8abfdab6a08d09
  • Pointer size: 131 Bytes
  • Size of remote file: 191 kB
others/joint_calib/greenhead/images/0030.jpg ADDED

Git LFS Details

  • SHA256: 40905ffc518c146d552a1de1c121ab29f4b7bc706974f66c4418e83f3288f5b4
  • Pointer size: 131 Bytes
  • Size of remote file: 223 kB
others/joint_calib/greenhead/images/0031.jpg ADDED

Git LFS Details

  • SHA256: f623efcf15adbe0cbaca1b6ff3bcef6f0be2b5723100eac3213c20d05c622bef
  • Pointer size: 131 Bytes
  • Size of remote file: 201 kB
others/joint_calib/greenhead/images/0032.jpg ADDED

Git LFS Details

  • SHA256: 2b30ee7d6a4099b83d7f65ae42930842b8f9c4e1b474bca5e89802202511cfe5
  • Pointer size: 131 Bytes
  • Size of remote file: 190 kB
others/joint_calib/greenhead/images/0033.jpg ADDED

Git LFS Details

  • SHA256: 6d41e8d392aa26b9f0f0b716f4ddd4c976a55434b9c5e0c98d15d50c965d4793
  • Pointer size: 131 Bytes
  • Size of remote file: 191 kB
others/joint_calib/greenhead/images/0034.jpg ADDED

Git LFS Details

  • SHA256: 7986f5dc8b2625278acf2f72c706346d40d3cb4d35465591cf61bc0297e1e29f
  • Pointer size: 131 Bytes
  • Size of remote file: 196 kB
others/joint_calib/greenhead/images/0035.jpg ADDED

Git LFS Details

  • SHA256: 69725679d0ca796606259f75a73f74e2420bdf5a756b6f86b1c7d2d307a2fd08
  • Pointer size: 131 Bytes
  • Size of remote file: 186 kB
others/joint_calib/greenhead/images/0036.jpg ADDED

Git LFS Details

  • SHA256: 8874d43228d1e634e8688df25f23d0295356fc69e65ca1c23ecdaba604704977
  • Pointer size: 131 Bytes
  • Size of remote file: 166 kB
others/joint_calib/greenhead/images/0037.jpg ADDED

Git LFS Details

  • SHA256: ee431176bc9f8b18434e65ad01db9a4681dde9393e6ab7a84c092f4c8c4f5754
  • Pointer size: 131 Bytes
  • Size of remote file: 185 kB
others/joint_calib/greenhead/images/0038.jpg ADDED

Git LFS Details

  • SHA256: 46d4e64a224060f35309100bd0f4c501d7378f6888af7117c78ab78840739b82
  • Pointer size: 131 Bytes
  • Size of remote file: 181 kB
others/joint_calib/greenhead/images/0039.jpg ADDED

Git LFS Details

  • SHA256: 0badd7a41941c97cc498f84a45684881ee8d0f854c0b939bf005dd3e6c29f274
  • Pointer size: 131 Bytes
  • Size of remote file: 181 kB
others/joint_calib/greenhead/images/0040.jpg ADDED

Git LFS Details

  • SHA256: d8a4bdcf3fc2cf34a9c7125eac7025776ca550a9a7e8e2cb4562665c819e0288
  • Pointer size: 131 Bytes
  • Size of remote file: 186 kB
others/joint_calib/greenhead/images/0041.jpg ADDED

Git LFS Details

  • SHA256: 501f495d67af61eee7d6400aaf2f418ae94c6c1f1f86a10ecf782da00180efa9
  • Pointer size: 131 Bytes
  • Size of remote file: 173 kB
others/joint_calib/greenhead/images/0042.jpg ADDED

Git LFS Details

  • SHA256: c1dadfaa99738883150a749d48b6b4559f35c86215eb27890bff2aa9f45ff3c2
  • Pointer size: 131 Bytes
  • Size of remote file: 201 kB
others/joint_calib/greenhead/images/0043.jpg ADDED

Git LFS Details

  • SHA256: 997569740c3f9c40d3dc58c1fec2819579a962be89e07aff38fe4d82e173ead7
  • Pointer size: 131 Bytes
  • Size of remote file: 201 kB
others/joint_calib/greenhead/images/0044.jpg ADDED

Git LFS Details

  • SHA256: d4c90ac229688441efc73fc0f1791eef25869a0b14f19e5e28dcbea306c4dbdb
  • Pointer size: 131 Bytes
  • Size of remote file: 204 kB
others/joint_calib/greenhead/images/0045.jpg ADDED

Git LFS Details

  • SHA256: 2d1bf8acd76ec834f7ea79772fac3fd638206d266714c8a1ca4ecf7d77e50635
  • Pointer size: 131 Bytes
  • Size of remote file: 202 kB
others/joint_calib/greenhead/images/0046.jpg ADDED

Git LFS Details

  • SHA256: 4ab9b61f17eaccd6fcb7e922bac4e864b4b2c1670cd126d445f6a0f5323e5dbe
  • Pointer size: 131 Bytes
  • Size of remote file: 192 kB