diff --git a/.gitattributes b/.gitattributes index 1ef325f1b111266a6b26e0196871bd78baa8c2f3..61b15f0a1777157233dfea53155bcf0c02705891 100644 --- a/.gitattributes +++ b/.gitattributes @@ -57,3 +57,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text # Video files - compressed *.mp4 filter=lfs diff=lfs merge=lfs -text *.webm filter=lfs diff=lfs merge=lfs -text +*.ply filter=lfs diff=lfs merge=lfs -text +*.blend filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md index 7be5fc7f47d5db027d120b8024982df93db95b74..cb44c3cea442db2cc64e32f97b7e52e446f2ab1a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,23 @@ --- license: mit --- + +# GENIE Demo Dataset + +This is a small demo subset of the full [GENIE dataset](https://huggingface.co/datasets/MikolajZ/genie_data) for interactive editing of Neural Radiance Fields. + +## 📄 Citation + +If you use this demo, please cite: + +```bibtex +@misc{zielinski2025genie, + title = {GENIE: Gaussian Encoding for Neural Radiance Fields Interactive Editing}, + author = {Miko\l{}aj Zieli\'{n}ski and Krzysztof Byrski and Tomasz Szczepanik and Przemys\l{}aw Spurek}, + year = {2025}, + eprint = {2508.02831}, + archivePrefix = {arXiv}, + primaryClass = {cs.CV}, + url = {https://arxiv.org/abs/2508.02831} +} +``` \ No newline at end of file diff --git a/blender/ficus/Ficus.blend b/blender/ficus/Ficus.blend new file mode 100644 index 0000000000000000000000000000000000000000..637ca2eba6d41d5b8e16e3ec35541d1f92add308 --- /dev/null +++ b/blender/ficus/Ficus.blend @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:546b0adfbfb2d94cdd8ad7caf4a71fa2b4c54001761f5e2f2dfb992c10e672fe +size 51576607 diff --git a/blender/ficus/script.py b/blender/ficus/script.py new file mode 100644 index 0000000000000000000000000000000000000000..6a136645e1e9a991469fb681af97e93368449960 --- /dev/null +++ b/blender/ficus/script.py @@ -0,0 +1,54 @@ +import bpy +import os + +# Set output directory +output_dir = "blender/ficus/plys" # Change this! + +# Ensure the output directory exists +if not os.path.exists(output_dir): + os.makedirs(output_dir) + +# Set the frame range +start_frame = bpy.context.scene.frame_start +end_frame = bpy.context.scene.frame_end + +# Name of the object to export +object_names = ["ficus_main", "mask_ficus1_910k"] +for i in range(1, 561): + if i == 12: + continue + object_names.append(f"mask_ficus1_910k.{i:03d}") + +# Deselect everything +bpy.ops.object.select_all(action='DESELECT') + +# Ensure it is selected and active +for name in object_names: + obj = bpy.data.objects[name] + obj.select_set(True) + bpy.context.view_layer.objects.active = obj + +# Loop through each frame +for frame in range(start_frame, end_frame + 1): + bpy.context.scene.frame_set(frame) + bpy.context.view_layer.update() # Ensure simulation is evaluated + + # Export to .obj + filename = f"{(frame - 1):05d}.ply" + filepath = os.path.join(output_dir, filename) + + bpy.ops.wm.ply_export( + filepath=filepath, + apply_modifiers=True, + export_selected_objects=True, + export_normals=True, + export_uv=True, + export_colors='NONE', # options: 'NONE', 'SRGB', 'LINEAR' + export_attributes=False, + export_triangulated_mesh=False, + ascii_format=True, # Set to False for binary PLY + forward_axis='Y', + up_axis='Z' + ) + + print(f"Exported frame {frame} to {filepath}") \ No newline at end of file diff --git a/data/ficus/sparse_pc.ply b/data/ficus/sparse_pc.ply new file mode 100644 index 0000000000000000000000000000000000000000..e8899289df28e3b2f21c7a72cb891376ec8fb51c --- /dev/null +++ b/data/ficus/sparse_pc.ply @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c75abc31b2af9fe77ebfb3dceb9e00cea6b3f2dc704f8cb5633742f4f071f2a6 +size 18874517 diff --git a/data/ficus/test/r_0.png b/data/ficus/test/r_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f7058bdd94371d422a9d018aab9952f7a2205a51 --- /dev/null +++ b/data/ficus/test/r_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd9c56dddb072dc04dd5d222485648ecd112ebb073be89d7ed57ead0f7eb1fae +size 275464 diff --git a/data/ficus/test/r_0_depth_0136.png b/data/ficus/test/r_0_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..367b83e37dd3ca213ecf748d2a336caad14b6b15 --- /dev/null +++ b/data/ficus/test/r_0_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:264e4768b56ecf4b5f34397b777259e9ee47998f9653b699b37584f3dbaa1295 +size 58326 diff --git a/data/ficus/test/r_1.png b/data/ficus/test/r_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d232820faa31832925bcb03329e55a9c0c60ba80 --- /dev/null +++ b/data/ficus/test/r_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc1564ef01a0ba515a3ae8f34699c34503969bff45549b50fe234d0645c02af6 +size 276480 diff --git a/data/ficus/test/r_10.png b/data/ficus/test/r_10.png new file mode 100644 index 0000000000000000000000000000000000000000..5c7ee45c9e4512562c0cdcca2d78b499ded45627 --- /dev/null +++ b/data/ficus/test/r_10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:189b6ca231a7f67ce39220134bed34e503297c1ebd705200906b218a72d07e7e +size 312223 diff --git a/data/ficus/test/r_100.png b/data/ficus/test/r_100.png new file mode 100644 index 0000000000000000000000000000000000000000..cfb06b9fbd0d0eb4ee83ec0157d5758a7ed9d0e7 --- /dev/null +++ b/data/ficus/test/r_100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a82f2f7ead83a0e7ce00345d69e278948625f2485f56681e6cd87831085d35 +size 275545 diff --git a/data/ficus/test/r_100_depth_0136.png b/data/ficus/test/r_100_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..524488b06f9f76c1de74ed40753a29a86db3d99f --- /dev/null +++ b/data/ficus/test/r_100_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231199178301598980f9b269460ca1824b80fcdb3961ebe079bd2d709c2cbc84 +size 58117 diff --git a/data/ficus/test/r_101.png b/data/ficus/test/r_101.png new file mode 100644 index 0000000000000000000000000000000000000000..2d1af27e48ac11ca8695b6a785f9054c58d42727 --- /dev/null +++ b/data/ficus/test/r_101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:744345f181991061e4b45378cd9090dc4bc36e5c75cd43bac3c1ea94302c18fb +size 279056 diff --git a/data/ficus/test/r_101_depth_0136.png b/data/ficus/test/r_101_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..40ae7a7d8dde5b41bbfa9ef6879401a4cc4e69bc --- /dev/null +++ b/data/ficus/test/r_101_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d4b23450ff75c1e1ebcdb0ec551e0c03ba733990d35ca5259ef1ef101591f80 +size 59180 diff --git a/data/ficus/test/r_102.png b/data/ficus/test/r_102.png new file mode 100644 index 0000000000000000000000000000000000000000..bdad2badddcc7ad19bcce9263cd30ab93e739115 --- /dev/null +++ b/data/ficus/test/r_102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4f8f1533670b9f44db15b5d0629a981362123514f0c2fde93339f69d9b91578 +size 283577 diff --git a/data/ficus/test/r_102_depth_0136.png b/data/ficus/test/r_102_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..140b6340aeb94d796a2a22def6f08332e3e48ced --- /dev/null +++ b/data/ficus/test/r_102_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e7ef989efa959e32a066f9ff9a2fe98475f8c740c7ce751f4d25f7d7c2624e +size 59627 diff --git a/data/ficus/test/r_103.png b/data/ficus/test/r_103.png new file mode 100644 index 0000000000000000000000000000000000000000..8df58549e1c4e024b42249a3e78cea0e7bf76b1c --- /dev/null +++ b/data/ficus/test/r_103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae78a8f79548df454647a577e3ff972a1e426ab4c1fea06bf0d396ba47fe0d50 +size 289027 diff --git a/data/ficus/test/r_103_depth_0136.png b/data/ficus/test/r_103_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..f0b45e4cd8ccaf63482150db1d6f881708c00c7f --- /dev/null +++ b/data/ficus/test/r_103_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a887a2b7efa4fdda08ceff07601e64e39a323454698a8ce040543382a9edd7cd +size 59772 diff --git a/data/ficus/test/r_104.png b/data/ficus/test/r_104.png new file mode 100644 index 0000000000000000000000000000000000000000..14725502c729cdf4b34e5d85dc7950e036bacc51 --- /dev/null +++ b/data/ficus/test/r_104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d28c8fe3823ae9089530351f08ddddb1a39deeeb8368fd1424215d956a65bf55 +size 293277 diff --git a/data/ficus/test/r_104_depth_0136.png b/data/ficus/test/r_104_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..11e3edc14f894ca9cf8a15cb53292a832afbc576 --- /dev/null +++ b/data/ficus/test/r_104_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed3024f63356a20f9a7d0c0d79a677feac966cea69cae0614cc7af1b7430ab64 +size 60072 diff --git a/data/ficus/test/r_105.png b/data/ficus/test/r_105.png new file mode 100644 index 0000000000000000000000000000000000000000..3ec76560be10757783c7c125fe6b2696667bce36 --- /dev/null +++ b/data/ficus/test/r_105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fff2289377c0f5ce0e902ed356670fa9fd2d139b11f941b0fb2fb84d0513205 +size 296939 diff --git a/data/ficus/test/r_105_depth_0136.png b/data/ficus/test/r_105_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..f23bcb6d353decd06cf613af42cf7aa4a27767d1 --- /dev/null +++ b/data/ficus/test/r_105_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d6e9eba1f3fd28d6e3dfa7b253ff720c8683ad5d270d00425e1c2c4754ffb8 +size 60589 diff --git a/data/ficus/test/r_106.png b/data/ficus/test/r_106.png new file mode 100644 index 0000000000000000000000000000000000000000..b76c916235113fd953a389875c44b93531616202 --- /dev/null +++ b/data/ficus/test/r_106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d722d4c49fd344e929e07e8ac2c685c8e0fd20400aa98dac7a66a85106ddb335 +size 299926 diff --git a/data/ficus/test/r_106_depth_0136.png b/data/ficus/test/r_106_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..5ddfbc2265af6a774d887bd498b659c3ae17a3a5 --- /dev/null +++ b/data/ficus/test/r_106_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f6d4deccbc77a156ba83807c2961e97049891b7f0828b1dfca500243ed04537 +size 60837 diff --git a/data/ficus/test/r_107.png b/data/ficus/test/r_107.png new file mode 100644 index 0000000000000000000000000000000000000000..bd1cf3b74675aea06fcb295a55dda9b92002445f --- /dev/null +++ b/data/ficus/test/r_107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ba918f0c52e9c5cab06eea3297bf3893f767ce91b6b62d02f0ddce65d788d3e +size 302126 diff --git a/data/ficus/test/r_107_depth_0136.png b/data/ficus/test/r_107_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..3d01a5774c7144000fdf161298b8e559e7b74d8d --- /dev/null +++ b/data/ficus/test/r_107_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19cfacf7d1b63244867d17358f06ee5e9539546f0f71f41131fc88b09f9a3d43 +size 61399 diff --git a/data/ficus/test/r_108.png b/data/ficus/test/r_108.png new file mode 100644 index 0000000000000000000000000000000000000000..381f4fdf7846ca6ccd9f504331bd69ec417c58c6 --- /dev/null +++ b/data/ficus/test/r_108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:340b363b4bba4e6d135a171aa46466909a7ce6c8a20f774fbfc0e34d4be90778 +size 304117 diff --git a/data/ficus/test/r_108_depth_0136.png b/data/ficus/test/r_108_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..9459b305d6ee9bf927da05dcc4a6b948b0674f36 --- /dev/null +++ b/data/ficus/test/r_108_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68bedfcfabd9800b7be911dca4f1d9b42fadd3c55b5652397340b128a16482af +size 61937 diff --git a/data/ficus/test/r_109.png b/data/ficus/test/r_109.png new file mode 100644 index 0000000000000000000000000000000000000000..7d5092ac57de9e92473b3a0817990d65b55a4eb6 --- /dev/null +++ b/data/ficus/test/r_109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66f8389ad4feaf47f29839a41c5869413e39e752cb43f90768886f15115fb337 +size 307094 diff --git a/data/ficus/test/r_109_depth_0136.png b/data/ficus/test/r_109_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..8dfba60e587b40a115679d1eb820706da39c4f1b --- /dev/null +++ b/data/ficus/test/r_109_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:686f7ab51fcdbbe126c7332606986f511e7935f77ba1094b5e6a8173c2638db1 +size 62024 diff --git a/data/ficus/test/r_10_depth_0136.png b/data/ficus/test/r_10_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..97344d2b9875a7c5c0e20c352d690bd78d0dfbe7 --- /dev/null +++ b/data/ficus/test/r_10_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a195c4a17d98eaa6720d1fa525f65787c3a8a3441f80e2401398037b6703f40a +size 62585 diff --git a/data/ficus/test/r_11.png b/data/ficus/test/r_11.png new file mode 100644 index 0000000000000000000000000000000000000000..26a532aceb0f6eef492a6885517787a945ea2a00 --- /dev/null +++ b/data/ficus/test/r_11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a5bf4e97575c176a7e507d1e8611f0ad56308ed4181df979cfbe2d9eb2d221 +size 314334 diff --git a/data/ficus/test/r_110.png b/data/ficus/test/r_110.png new file mode 100644 index 0000000000000000000000000000000000000000..c1f333b41322e3d6994b43cbdd05b07614e4de1f --- /dev/null +++ b/data/ficus/test/r_110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5adb2a2b6fb4da271f2e1c43f17d9faa726a57961740b3cb785e8cd15001a95 +size 308900 diff --git a/data/ficus/test/r_110_depth_0136.png b/data/ficus/test/r_110_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..cb3ef97bfbc87011cb11b90c7649a0d686d3fa44 --- /dev/null +++ b/data/ficus/test/r_110_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cfad852dda5e9a88d4a0d52b8200906d39614175f492289c3a9e35ef1a8a5aa +size 62184 diff --git a/data/ficus/test/r_111.png b/data/ficus/test/r_111.png new file mode 100644 index 0000000000000000000000000000000000000000..225e5be52ad6b15ccb3d42716189a0fcb48cfd97 --- /dev/null +++ b/data/ficus/test/r_111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10eed07014fbb91d0afa08fa8a6e5d5297f6977c49ae95056f5ca53f14aba2c0 +size 309379 diff --git a/data/ficus/test/r_111_depth_0136.png b/data/ficus/test/r_111_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..21c3d9d0db60f853512d7995dc17570bd10c97a0 --- /dev/null +++ b/data/ficus/test/r_111_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8b27932253be9013e8847f076ec79f2e7a6d45f61d6361459203006c85527ed +size 62446 diff --git a/data/ficus/test/r_112.png b/data/ficus/test/r_112.png new file mode 100644 index 0000000000000000000000000000000000000000..973b3913d6bc5dda9f4d18e5078c533e37b69fa8 --- /dev/null +++ b/data/ficus/test/r_112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a80cf7b6ff719c129c01d9236f9498aa7eccd12c68d762c40e248cd071a466e +size 310154 diff --git a/data/ficus/test/r_112_depth_0136.png b/data/ficus/test/r_112_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..18122fd0327c4d3e549ccf55caba2cefc364a84e --- /dev/null +++ b/data/ficus/test/r_112_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85df8475e4b6d30664f65031093d5fbd33d2dae2ab3be283b00f0cf57f9c67fc +size 62397 diff --git a/data/ficus/test/r_113.png b/data/ficus/test/r_113.png new file mode 100644 index 0000000000000000000000000000000000000000..e2a5b151a07f5890082de8b75e65990fd41b9518 --- /dev/null +++ b/data/ficus/test/r_113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d37d57927f8e46585af106d9c0ca8b225c2a2cac767ba5fdc97738c80496a46 +size 312178 diff --git a/data/ficus/test/r_113_depth_0136.png b/data/ficus/test/r_113_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..eef035a5c66a415d0550f8b044d2330dd640c5e5 --- /dev/null +++ b/data/ficus/test/r_113_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f25951735942aa5c85dc2b955c6b231092a7dcc02c8a7072e4b838314eeaf86 +size 62287 diff --git a/data/ficus/test/r_114.png b/data/ficus/test/r_114.png new file mode 100644 index 0000000000000000000000000000000000000000..04c0c11db6fbb5dc2eea4bc3cab15734778fcd21 --- /dev/null +++ b/data/ficus/test/r_114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:196c0bfa9f4848b43173d0f9208ce42d0c0cf44cae9acfb3f1241611dcc41c1e +size 315365 diff --git a/data/ficus/test/r_114_depth_0136.png b/data/ficus/test/r_114_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..61f22274511e3f3a2bf07a0a016faff8228d84f4 --- /dev/null +++ b/data/ficus/test/r_114_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ba18469e70b938c213e18c641f55f154e4d86f802abeecc6b0c0f97661e11c +size 62321 diff --git a/data/ficus/test/r_115.png b/data/ficus/test/r_115.png new file mode 100644 index 0000000000000000000000000000000000000000..077f37cd003106cbf85d5209de37d5d04961be16 --- /dev/null +++ b/data/ficus/test/r_115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9acae2ec6b84074cc0c3ee3646d61d29bf8b46537bc01239bfe758ddfb674e14 +size 315938 diff --git a/data/ficus/test/r_115_depth_0136.png b/data/ficus/test/r_115_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..a0643aef2ebe8b41fd46a6f1fb0421b71622b6b7 --- /dev/null +++ b/data/ficus/test/r_115_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdde11ac8a5b83b1b8e30916a67da81a88ca440ee72a18bc0785ddd0d098a004 +size 62907 diff --git a/data/ficus/test/r_116.png b/data/ficus/test/r_116.png new file mode 100644 index 0000000000000000000000000000000000000000..ddee89db41e81e3e11d312eea995608950063cce --- /dev/null +++ b/data/ficus/test/r_116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d12679b405ffef7ad27031ab6791d5278d81374047d4fb0bf2c7953b02213db9 +size 317966 diff --git a/data/ficus/test/r_116_depth_0136.png b/data/ficus/test/r_116_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..746ccc17d9102b7d0ae1c84c14872fb4be54f536 --- /dev/null +++ b/data/ficus/test/r_116_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dcc88aa8d7d84cbee10b41e4b5927c62b34f9a9e083d716f029ace77a0edba4 +size 62795 diff --git a/data/ficus/test/r_117.png b/data/ficus/test/r_117.png new file mode 100644 index 0000000000000000000000000000000000000000..920646c1f47dc87fac7870ffe32f4343a163a214 --- /dev/null +++ b/data/ficus/test/r_117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de5aa00a777a7405b829e8205abd01bf05c30695dcc22bee96290e198cb556ce +size 319892 diff --git a/data/ficus/test/r_117_depth_0136.png b/data/ficus/test/r_117_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..32e39d93e1282de52e6c1f156883d6e5281000db --- /dev/null +++ b/data/ficus/test/r_117_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ffe5c8132b5d0e5beb57048d2fffd6f6927b85d64385ab613b89e077c5cf243 +size 62927 diff --git a/data/ficus/test/r_118.png b/data/ficus/test/r_118.png new file mode 100644 index 0000000000000000000000000000000000000000..26a84fdd1dd291ff96ac7d91eaefaf507a86772f --- /dev/null +++ b/data/ficus/test/r_118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280a268790f6eb6b08e579cd39d69c7e4072c9e1d78095a4f6da8e3be52847ea +size 322780 diff --git a/data/ficus/test/r_118_depth_0136.png b/data/ficus/test/r_118_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..fe637af0a3e4537afc909812d661fb3a97439789 --- /dev/null +++ b/data/ficus/test/r_118_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8feea7274b6cf5aaa98987c73a673f68d903edb457769443284310cab1d802e +size 63136 diff --git a/data/ficus/test/r_119.png b/data/ficus/test/r_119.png new file mode 100644 index 0000000000000000000000000000000000000000..d220fb8842eedde85cc92763fb8bea928e6b7890 --- /dev/null +++ b/data/ficus/test/r_119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203f07cd926832d330167d9ca50cda7805342e6d28cfc876b3b6c418c48bb6d9 +size 324892 diff --git a/data/ficus/test/r_119_depth_0136.png b/data/ficus/test/r_119_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..b299fe6a4100cdf89cc4e780d2c8fd4bc63ea3aa --- /dev/null +++ b/data/ficus/test/r_119_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4588490584e0b0000edb92a090d1c33fb1373bf3273b005523167be33bf5473c +size 63466 diff --git a/data/ficus/test/r_11_depth_0136.png b/data/ficus/test/r_11_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..15dff046daa3ede619fd221d3acac4bcc840e5da --- /dev/null +++ b/data/ficus/test/r_11_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507af1c1565c2548f866e2ea4690d63fc1b3b677097cef49e5260abbe02584d0 +size 62620 diff --git a/data/ficus/test/r_12.png b/data/ficus/test/r_12.png new file mode 100644 index 0000000000000000000000000000000000000000..9cc6ffab30d92208bddc430c08dd2048cf79e970 --- /dev/null +++ b/data/ficus/test/r_12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cd4ce4b9f473e3ab39c0327fb86215fa28be6299d4261943a506db8ae0073e7 +size 317108 diff --git a/data/ficus/test/r_120.png b/data/ficus/test/r_120.png new file mode 100644 index 0000000000000000000000000000000000000000..730f4ae0ee88b4dc9337148dd158ebf610bb1491 --- /dev/null +++ b/data/ficus/test/r_120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f666bb54119d201f5822c4e652907ba567d958d3ce0095b390c167fcfe4da949 +size 328360 diff --git a/data/ficus/test/r_120_depth_0136.png b/data/ficus/test/r_120_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..b2bdf864c5a2aecc85de3f04276bc8ff9c621525 --- /dev/null +++ b/data/ficus/test/r_120_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0e24b0c8591f5108a01ea4e8b2c00909a0d32d79c46579ab659d247cb3f1c85 +size 63907 diff --git a/data/ficus/test/r_121.png b/data/ficus/test/r_121.png new file mode 100644 index 0000000000000000000000000000000000000000..411bf25ad1e37e564ccce4f4c515ffeb0773f9f0 --- /dev/null +++ b/data/ficus/test/r_121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75204c1775f9e12919b6024d09dd673cbb4d0fd1e5f5da3e3e84ee3697869ea8 +size 332378 diff --git a/data/ficus/test/r_121_depth_0136.png b/data/ficus/test/r_121_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..60ca19ace338d88ee9cd073791f3e42b3339ea17 --- /dev/null +++ b/data/ficus/test/r_121_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67bdbbded94a0c5142f5ee4c09073444b07e2fba5461fcfed46a87aa14bff97c +size 64222 diff --git a/data/ficus/test/r_122.png b/data/ficus/test/r_122.png new file mode 100644 index 0000000000000000000000000000000000000000..5a7d9e7b9f8b167fc0742340a0aa718ce16ea363 --- /dev/null +++ b/data/ficus/test/r_122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f0cd18c084666a08440d27c2b64f1a1210a698d0281105b384a74170ea2d661 +size 334377 diff --git a/data/ficus/test/r_122_depth_0136.png b/data/ficus/test/r_122_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..2c429ce1cf7bc3844e81d750240bf9d1126ba1d9 --- /dev/null +++ b/data/ficus/test/r_122_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188b5a9ede36864d585cff937cec43af15c86631790b968d08ae06772a8b63a0 +size 64678 diff --git a/data/ficus/test/r_123.png b/data/ficus/test/r_123.png new file mode 100644 index 0000000000000000000000000000000000000000..8375ae4e182539abc3c1f15a92b8dda6c7745a14 --- /dev/null +++ b/data/ficus/test/r_123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a48cdf5935f63152681f0152c055be7aec9c2b3382b4f29fa3c8f985a7db162 +size 336772 diff --git a/data/ficus/test/r_123_depth_0136.png b/data/ficus/test/r_123_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..a1cbce67ffcd9863d1a6666e6fae96318306c125 --- /dev/null +++ b/data/ficus/test/r_123_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21535929d0882322829f51c871129505f153bd24080d731f7018829644b533a4 +size 64969 diff --git a/data/ficus/test/r_124.png b/data/ficus/test/r_124.png new file mode 100644 index 0000000000000000000000000000000000000000..0d5a7e4794f72dbd6003aea9fcd7326552c0843b --- /dev/null +++ b/data/ficus/test/r_124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:066599940256847c58b44a92cf1b2779cb99c413257aee8c338e077560d1a2d1 +size 337848 diff --git a/data/ficus/test/r_124_depth_0136.png b/data/ficus/test/r_124_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..459102165d915eb62dd3cfef5ec400adacc63382 --- /dev/null +++ b/data/ficus/test/r_124_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:784bc51c9a008665f10c10f93fdd9eb26b8cbda84b3d96177aeaddb2e4d86d5c +size 65277 diff --git a/data/ficus/test/r_125.png b/data/ficus/test/r_125.png new file mode 100644 index 0000000000000000000000000000000000000000..e884ebdd578ea41e72fad5b11db794e56d4dc89e --- /dev/null +++ b/data/ficus/test/r_125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b22a5de4a1589ff68fdf05d075f27f6962b13205abec5b88f517ee232ee72d +size 339326 diff --git a/data/ficus/test/r_125_depth_0136.png b/data/ficus/test/r_125_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..b0c07cfef4a09215f3a7d439e300789432f32dca --- /dev/null +++ b/data/ficus/test/r_125_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2acfded32567707f6a6e40b9890fcbcfb44bd896c6497ca85498eb7dee9bf7d6 +size 65825 diff --git a/data/ficus/test/r_126.png b/data/ficus/test/r_126.png new file mode 100644 index 0000000000000000000000000000000000000000..1edd981da8e9807ac666b48f03864d1d69c1df7b --- /dev/null +++ b/data/ficus/test/r_126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd33319b32e9cb3d6bbc7ef2c6776bcf8d3bbdde607b49adce3994b88a55dea2 +size 339308 diff --git a/data/ficus/test/r_126_depth_0136.png b/data/ficus/test/r_126_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..f84a175b8351ac4fdf3d4e7fbc162f7521d06c68 --- /dev/null +++ b/data/ficus/test/r_126_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1225d8a624d83a168adfd9c3e0b16a1295f125d59d94d0a59c553e70599ae43 +size 65654 diff --git a/data/ficus/test/r_127.png b/data/ficus/test/r_127.png new file mode 100644 index 0000000000000000000000000000000000000000..3320aa0e0c844c2336e31ba21c77e0bf117af88a --- /dev/null +++ b/data/ficus/test/r_127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4713f37c5f2170409d887a63e428a51960a82c921919bf44c91727a88c43f186 +size 339420 diff --git a/data/ficus/test/r_127_depth_0136.png b/data/ficus/test/r_127_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..6d987f0f7a2fd3f514dd799b3aaedd6f3333c1b1 --- /dev/null +++ b/data/ficus/test/r_127_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2960195cfa619a16aa76b115501beeb0492ce4fc18b3e2095590b18ba4d09a6 +size 65541 diff --git a/data/ficus/test/r_128.png b/data/ficus/test/r_128.png new file mode 100644 index 0000000000000000000000000000000000000000..d8b633b7647cc5beb99ec7baeeb9c6f3fe9f051f --- /dev/null +++ b/data/ficus/test/r_128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf21d2819d49374042260cd04b16646c6646dc54a4d0c2506afdc7d07c62bc4 +size 340919 diff --git a/data/ficus/test/r_128_depth_0136.png b/data/ficus/test/r_128_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..a0c46c9a4c7069c958f1e2e8045a8e89384e91e2 --- /dev/null +++ b/data/ficus/test/r_128_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ac8a760eebad350add67d8d39c78f2fee9793e368dd322aed7db775ffc908e +size 65261 diff --git a/data/ficus/test/r_129.png b/data/ficus/test/r_129.png new file mode 100644 index 0000000000000000000000000000000000000000..b88e7a6ad812fc031a0438f53ab1eac10d899de3 --- /dev/null +++ b/data/ficus/test/r_129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0269e8a4045d83d806caa87ca8ad016e2a536adc1e9d8a3782c15f839e6f5932 +size 342063 diff --git a/data/ficus/test/r_129_depth_0136.png b/data/ficus/test/r_129_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..129b29d6034e7e114ae8486aa14ec4564f72a94e --- /dev/null +++ b/data/ficus/test/r_129_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abe51282d98f7b71edb505904c82918fb92c12eb75bf882c09cd719ded5bbdbd +size 65208 diff --git a/data/ficus/test/r_12_depth_0136.png b/data/ficus/test/r_12_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc26107a18745779f53f0e9c4fb6d61747592f1 --- /dev/null +++ b/data/ficus/test/r_12_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b67c0da10ced5c5b737b7913e12bfca291102b70ee0c08addcd3f8528d27523f +size 62530 diff --git a/data/ficus/test/r_13.png b/data/ficus/test/r_13.png new file mode 100644 index 0000000000000000000000000000000000000000..d92074a4c70f4378fb924079da4dfc233b99e342 --- /dev/null +++ b/data/ficus/test/r_13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa14852ad2294af8af9005ce227e691cd2eca136b8a51530af9852489bf5f84 +size 318675 diff --git a/data/ficus/test/r_130.png b/data/ficus/test/r_130.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9b963ef462e73df67b2b71fff423b9597ffb9e --- /dev/null +++ b/data/ficus/test/r_130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a25603ec6dcc14fca569dbd232ce70be0fbaa3369ea9c2586dbf435f158951e +size 341143 diff --git a/data/ficus/test/r_130_depth_0136.png b/data/ficus/test/r_130_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..abf0d59aee08a0de116dce9f9ad2943efad757ad --- /dev/null +++ b/data/ficus/test/r_130_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ba70c14b9dfd7547dcfcb38668efbc004d916c88c1096cc9500b30872d43af9 +size 65200 diff --git a/data/ficus/test/r_131.png b/data/ficus/test/r_131.png new file mode 100644 index 0000000000000000000000000000000000000000..d1e70a29f01fa6ba4523589dd6531b955a98a637 --- /dev/null +++ b/data/ficus/test/r_131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c61add40239cfcaf236a186c8b6f993de6458445922bd5b3e85dc3a96ea525c3 +size 339806 diff --git a/data/ficus/test/r_131_depth_0136.png b/data/ficus/test/r_131_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..9a74a69eb1379e8714cb5f7778b0d5ec3e452558 --- /dev/null +++ b/data/ficus/test/r_131_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c59d937c682c5a116101f50318f54dec75b1d1eb593746a236cd18d2ce97ee6c +size 65236 diff --git a/data/ficus/test/r_132.png b/data/ficus/test/r_132.png new file mode 100644 index 0000000000000000000000000000000000000000..9c1c54c1d5c07cd7a890587f37f5a9466b341c64 --- /dev/null +++ b/data/ficus/test/r_132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f56939929586e4f12366d16d1f928bcaf07f4e840545c894074b3f875cf90d87 +size 339863 diff --git a/data/ficus/test/r_132_depth_0136.png b/data/ficus/test/r_132_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..1d3f17cac4754f03104cbe289741a30518ef72aa --- /dev/null +++ b/data/ficus/test/r_132_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:437255681dd29318c2f710a1a206ff0c91f4b93da75d0d8579b7f0ed3f3dff2f +size 64988 diff --git a/data/ficus/test/r_133.png b/data/ficus/test/r_133.png new file mode 100644 index 0000000000000000000000000000000000000000..9a0f972422b51979321e89f8482fef304ab76400 --- /dev/null +++ b/data/ficus/test/r_133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c1d27c8447d87a6de55b74da9f198ffb4caaa99c8629d73b6c5373ceed7f3c +size 339670 diff --git a/data/ficus/test/r_133_depth_0136.png b/data/ficus/test/r_133_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..d535440ea2ca36eadaf34636722cb14fa4204be8 --- /dev/null +++ b/data/ficus/test/r_133_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcd11b3ac55080261ca8e3888ac3358b5f71298494374e5858df076e82c86fab +size 64580 diff --git a/data/ficus/test/r_134.png b/data/ficus/test/r_134.png new file mode 100644 index 0000000000000000000000000000000000000000..fe45e77ab0727db9b351dc608291752032065e29 --- /dev/null +++ b/data/ficus/test/r_134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74688f42b91143d966ace5522bccdf52c996456a8c9dc5b32413d863fbbe9866 +size 337719 diff --git a/data/ficus/test/r_134_depth_0136.png b/data/ficus/test/r_134_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..9b302f067154374b7bc51bde24fe12da105f68dd --- /dev/null +++ b/data/ficus/test/r_134_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:900df692a45c424aa86277ae47aad9d448063428af9e5dd721a63d41b051ed05 +size 64730 diff --git a/data/ficus/test/r_135.png b/data/ficus/test/r_135.png new file mode 100644 index 0000000000000000000000000000000000000000..294dd5a3a674b463679584506464b9e6eacfef48 --- /dev/null +++ b/data/ficus/test/r_135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:881e35746f1e9b53ee2d40842291b8087334d386b604a34b08802f6aefbbcf9f +size 335970 diff --git a/data/ficus/test/r_135_depth_0136.png b/data/ficus/test/r_135_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..630036261eacb16e2ce0dbf64cc996ba799b3d41 --- /dev/null +++ b/data/ficus/test/r_135_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed628926cbba77e6d756413686a156554eb06a9d6cce52fa45ecfd1b661d58b +size 65006 diff --git a/data/ficus/test/r_136.png b/data/ficus/test/r_136.png new file mode 100644 index 0000000000000000000000000000000000000000..e5b90a68bb3973deb35728f618c186a498cbdec8 --- /dev/null +++ b/data/ficus/test/r_136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56a881c63750fcdb753a9d108cdf3746f6f38e4e912ddb55a1537325a7fb0b66 +size 333432 diff --git a/data/ficus/test/r_136_depth_0136.png b/data/ficus/test/r_136_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..c5f6d327bba0d194e5857cc7b1429ec94e3b1698 --- /dev/null +++ b/data/ficus/test/r_136_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ec0f35f2a56c42bf76a8569f147cd281fd8bf0a483625dc1e26232261e0cc74 +size 64339 diff --git a/data/ficus/test/r_137.png b/data/ficus/test/r_137.png new file mode 100644 index 0000000000000000000000000000000000000000..a17e30386e4af27ede612893397f8d7b1de02f2a --- /dev/null +++ b/data/ficus/test/r_137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:402d4804a91874548b5862ba73769d80254152723b2bce472fe558aba68f08b5 +size 330114 diff --git a/data/ficus/test/r_137_depth_0136.png b/data/ficus/test/r_137_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..3c6611bea0c39bcbe88277ece5fd975ec544e968 --- /dev/null +++ b/data/ficus/test/r_137_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401aeb2c8c92c012bf46e7f8ba284dfd747ca1fcaf689ebd80f1793e3c9b3855 +size 63554 diff --git a/data/ficus/test/r_138.png b/data/ficus/test/r_138.png new file mode 100644 index 0000000000000000000000000000000000000000..633b5beb53efa0de2c26fb35d6c221239b66db53 --- /dev/null +++ b/data/ficus/test/r_138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:679440d81b8163c2a45f2d798d98dd762dc5fb5edec89d8de2c2ddeccba3f6ab +size 324055 diff --git a/data/ficus/test/r_138_depth_0136.png b/data/ficus/test/r_138_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..8659886baf6d47fb4c2d9652bb3e116085419021 --- /dev/null +++ b/data/ficus/test/r_138_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e28acd6fb7883fb92a9033f44abf5f1a654a5079cbb2080862abf8caee0a99db +size 63218 diff --git a/data/ficus/test/r_139.png b/data/ficus/test/r_139.png new file mode 100644 index 0000000000000000000000000000000000000000..baa1f23ef2324e14df0733ac176f0a781a8fccc7 --- /dev/null +++ b/data/ficus/test/r_139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:733ddb4b0a8f563cb001b5381f063f153df629c3bb069ab4681dea0bcf39cebf +size 317168 diff --git a/data/ficus/test/r_139_depth_0136.png b/data/ficus/test/r_139_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..6e70415990af1c8deff6ef88bffbf4b38e948f02 --- /dev/null +++ b/data/ficus/test/r_139_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e82ab8ae16686482355c0d10ca5a38ae59da334b028992c630e29840a55b32f6 +size 62430 diff --git a/data/ficus/test/r_13_depth_0136.png b/data/ficus/test/r_13_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..9d4a493592eb5ee46f7468bf745fd0fb6f9b21f7 --- /dev/null +++ b/data/ficus/test/r_13_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e713de75680627f05c31f18757d1043be858095e197c3f985befbf5e1d604c +size 62554 diff --git a/data/ficus/test/r_14.png b/data/ficus/test/r_14.png new file mode 100644 index 0000000000000000000000000000000000000000..deab4dc137e985edefc0c73366ca5a66af3e4821 --- /dev/null +++ b/data/ficus/test/r_14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac7c95ff9012cb3f97ac34d2ca7bb8fe66d39ba8acaae34b2c6243dc6713d41 +size 320172 diff --git a/data/ficus/test/r_140.png b/data/ficus/test/r_140.png new file mode 100644 index 0000000000000000000000000000000000000000..99301ffb067359fa6bd6c4dc4c0e9ad4df7c71b7 --- /dev/null +++ b/data/ficus/test/r_140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0625231d5105a0c4b50c22cf2b7833d191df8d81e16421b46485d76abe9914a5 +size 309076 diff --git a/data/ficus/test/r_140_depth_0136.png b/data/ficus/test/r_140_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..3620ad2eab4b974e0c64b76292315fa6117d83c1 --- /dev/null +++ b/data/ficus/test/r_140_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:497107bcd6ffcf3508ced8a1e30acd242f3ba0f5e31d3fab71570a3df4566e19 +size 61111 diff --git a/data/ficus/test/r_141.png b/data/ficus/test/r_141.png new file mode 100644 index 0000000000000000000000000000000000000000..7625d99742468f308bf9b6c0d29fc76fb2b9cc44 --- /dev/null +++ b/data/ficus/test/r_141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b403f52047fca34c8e19e8bf3d375b85cb7e8dae68d34c46377ab99b393a24 +size 302015 diff --git a/data/ficus/test/r_141_depth_0136.png b/data/ficus/test/r_141_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..d3e27dd1a1a8eb9f0dc7a9d3038d7e4a532a7aeb --- /dev/null +++ b/data/ficus/test/r_141_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c033855b5a307a9a05eeb95229c912daf7d2f9be99f5d0b2df988f5adcff5ff4 +size 60638 diff --git a/data/ficus/test/r_142.png b/data/ficus/test/r_142.png new file mode 100644 index 0000000000000000000000000000000000000000..78a1e5cf8e36f30d65a56d59d3156b3a1ab8821e --- /dev/null +++ b/data/ficus/test/r_142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed1721707ace7f164a02e4e2236b0114b29bc2bde17f20100112e954b29356b1 +size 293853 diff --git a/data/ficus/test/r_142_depth_0136.png b/data/ficus/test/r_142_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..173a6e8b9b1488aeb43250a89afe3b1e0766fd3d --- /dev/null +++ b/data/ficus/test/r_142_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122cba06c5cc2e1f605891c4ff54d5d74ccff2eb818a0eb1b231ac2775ffffd5 +size 59513 diff --git a/data/ficus/test/r_143.png b/data/ficus/test/r_143.png new file mode 100644 index 0000000000000000000000000000000000000000..11822a54aacf9bf5b0b4a40f718bdbfe5a6ac499 --- /dev/null +++ b/data/ficus/test/r_143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c490c5463583a8ac7fa80d87f78c53ffe67d3e9ce1d9e1d4f2707df828c46a +size 288170 diff --git a/data/ficus/test/r_143_depth_0136.png b/data/ficus/test/r_143_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..4254e3e32d1bfdd80d814bbef5c4d3461aa10ff9 --- /dev/null +++ b/data/ficus/test/r_143_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:955680a3a21750119294e93f0d8ed3b844ca6946f9c5a3c398e1f2333223a810 +size 58722 diff --git a/data/ficus/test/r_144.png b/data/ficus/test/r_144.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1bcb4fafca2d87568af58dbefd6fb90ccdbf96 --- /dev/null +++ b/data/ficus/test/r_144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1bf72f3e21002ab533e491d1bc446b17bc7fe6604b85c5ca7eaabb4996d6dcd +size 284719 diff --git a/data/ficus/test/r_144_depth_0136.png b/data/ficus/test/r_144_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..6e0978b8da3eb60d53935d0f7ad0f204be46f12a --- /dev/null +++ b/data/ficus/test/r_144_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a656d7a9b24c5fb02f8fa6abfc8ec235da637272b0d5966da750375c69a39355 +size 58677 diff --git a/data/ficus/test/r_145.png b/data/ficus/test/r_145.png new file mode 100644 index 0000000000000000000000000000000000000000..87fe3a886087ca32d2a8988aa8ae5217537d8ef9 --- /dev/null +++ b/data/ficus/test/r_145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf0a7f8f7cee4e81d8999badb1cfa258f6592b4520c363bb4d485160b4401b29 +size 282616 diff --git a/data/ficus/test/r_145_depth_0136.png b/data/ficus/test/r_145_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..b669faef4ec0e0b7ccfd50f80345864129d05bb9 --- /dev/null +++ b/data/ficus/test/r_145_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:151499531b31db68fba08bb385c7074827011748620bfeb2ee073a1344e9ae96 +size 58941 diff --git a/data/ficus/test/r_146.png b/data/ficus/test/r_146.png new file mode 100644 index 0000000000000000000000000000000000000000..6a806bb37f2d531e4c176d991c86d9779cae0d82 --- /dev/null +++ b/data/ficus/test/r_146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a7ebd793dc2615f7465cd39d6ddb973521614424942053fc374e3c90017ed1 +size 280817 diff --git a/data/ficus/test/r_146_depth_0136.png b/data/ficus/test/r_146_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..7eb7961de1e385b90b2970ffe82c283885ebc7c0 --- /dev/null +++ b/data/ficus/test/r_146_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af5f5595303f6d73fa044a5b6c24ea0980c29527637d099b44d6d267d8071d7c +size 58100 diff --git a/data/ficus/test/r_147.png b/data/ficus/test/r_147.png new file mode 100644 index 0000000000000000000000000000000000000000..a46e9963c67ecae83d76a5efeeb0cd0e36e223ca --- /dev/null +++ b/data/ficus/test/r_147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79214dc94c968e74d590490f6c8aac27ecf4e0359d878a918c21f85f4c150e4 +size 277910 diff --git a/data/ficus/test/r_147_depth_0136.png b/data/ficus/test/r_147_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..e1271c9a281f9a19cf5818b540696c246f2f968a --- /dev/null +++ b/data/ficus/test/r_147_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:979d7b016f0475d6598b39b6b05894a8c99c3aa19d6f086f56946519f01e92a0 +size 57490 diff --git a/data/ficus/test/r_148.png b/data/ficus/test/r_148.png new file mode 100644 index 0000000000000000000000000000000000000000..e66d33d0054a8776cc599e63d1fd4fcbe57a82ca --- /dev/null +++ b/data/ficus/test/r_148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f85a942c7a4bce6812b45557e76cd488a010e6cdecf76f3dd094184060d4e74 +size 281334 diff --git a/data/ficus/test/r_148_depth_0136.png b/data/ficus/test/r_148_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..bab15292817bb752fc39314cf8b1c4bdb44ecc28 --- /dev/null +++ b/data/ficus/test/r_148_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e14e5a6837481d3c523f49374f2128b4a33265d877e92c00c71742e61fc8aa +size 58030 diff --git a/data/ficus/test/r_149.png b/data/ficus/test/r_149.png new file mode 100644 index 0000000000000000000000000000000000000000..1a83ee82785cc11db511a94e026f8461a4164a7c --- /dev/null +++ b/data/ficus/test/r_149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd8561b22ff1427c562901e6417e777d071026ecaf0c8afb97ce6052559a6c0 +size 286237 diff --git a/data/ficus/test/r_149_depth_0136.png b/data/ficus/test/r_149_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..2c3cf8d0a5050cef4bfeab51f365e016d76434b2 --- /dev/null +++ b/data/ficus/test/r_149_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2320f1c01c00fd51caee3c586abc6eda71248541778a1185093f1b4b1eac5176 +size 58560 diff --git a/data/ficus/test/r_14_depth_0136.png b/data/ficus/test/r_14_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..7a4e8fd8c97cb33e2c69d178c840c5b7c8fa9ba1 --- /dev/null +++ b/data/ficus/test/r_14_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f911e950b5b6ce8d25334461812335ed3503c1d908ab88b481955e5c3c53aeb +size 63089 diff --git a/data/ficus/test/r_15.png b/data/ficus/test/r_15.png new file mode 100644 index 0000000000000000000000000000000000000000..c611e86ce58d082fcecb2e539a568a3aa36316ba --- /dev/null +++ b/data/ficus/test/r_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00bd5c8460ff08d4f68d97e3d15c68393a412ed3652a6d17a0b299ddd2127ce9 +size 324633 diff --git a/data/ficus/test/r_150.png b/data/ficus/test/r_150.png new file mode 100644 index 0000000000000000000000000000000000000000..47e699a7886afa60f497b9b4379ca05680565c3e --- /dev/null +++ b/data/ficus/test/r_150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c9b16bc6f906eb518dc47b4f42672c5c6ced9443f0be15cdf031ccfde5a0b1 +size 294257 diff --git a/data/ficus/test/r_150_depth_0136.png b/data/ficus/test/r_150_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..060ac6f6fb0c524e2c5ceeda24225146b3603052 --- /dev/null +++ b/data/ficus/test/r_150_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a3c53a9f84fc9584302a141e3803e83b7cdfc65243da454cab2b1ca1955016d +size 59400 diff --git a/data/ficus/test/r_151.png b/data/ficus/test/r_151.png new file mode 100644 index 0000000000000000000000000000000000000000..2a5fac28dd8de394ba48cc89a2dbe4c5aa06b663 --- /dev/null +++ b/data/ficus/test/r_151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68084c1497a7a660b7b953671cbd7e72d9ecd263dee3bbc0417d1136796d822c +size 302359 diff --git a/data/ficus/test/r_151_depth_0136.png b/data/ficus/test/r_151_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..c4d53ccec5a38da8b0e417acb4c98cb54e28fc23 --- /dev/null +++ b/data/ficus/test/r_151_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:325ce47d346f7f2e958bfa79883c8f5ca3030f69c1a1aa8dc315ae16fc624252 +size 60509 diff --git a/data/ficus/test/r_152.png b/data/ficus/test/r_152.png new file mode 100644 index 0000000000000000000000000000000000000000..d5a7c46b6f7b6247111d04c8c5ff05d1dd492c52 --- /dev/null +++ b/data/ficus/test/r_152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad1420c253ddbeab156e1645ef33c89e1dde86d056e2f311068a73f3cbcb3cfc +size 310493 diff --git a/data/ficus/test/r_152_depth_0136.png b/data/ficus/test/r_152_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..2849b43abd33c243a93a94f701e664fc06ae8c5d --- /dev/null +++ b/data/ficus/test/r_152_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f9feb052e10b44d4ca9bb88317eef69f0378125f7f989cc00671936097fa807 +size 62005 diff --git a/data/ficus/test/r_153.png b/data/ficus/test/r_153.png new file mode 100644 index 0000000000000000000000000000000000000000..ceac9121cf0fb161ded9ff267b459b6bc034c631 --- /dev/null +++ b/data/ficus/test/r_153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d212a85bb535e9e1187d227e3f4e966c6438967cc6d27d1d9815b42ab6bfae57 +size 319456 diff --git a/data/ficus/test/r_153_depth_0136.png b/data/ficus/test/r_153_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..29b0ac827ea2f176c4e8dcffce1ea5c9a5fc8880 --- /dev/null +++ b/data/ficus/test/r_153_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81488d5b7e986519dd8c6445b1109668d31f6be917ac06d27ec2405240bea236 +size 63290 diff --git a/data/ficus/test/r_154.png b/data/ficus/test/r_154.png new file mode 100644 index 0000000000000000000000000000000000000000..41760a07e4e794711b141745c4e259118bb65a96 --- /dev/null +++ b/data/ficus/test/r_154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f0e0f6d647e46abe0b180f4f736da9399510c377b987e58fe89be14ebda4249 +size 327895 diff --git a/data/ficus/test/r_154_depth_0136.png b/data/ficus/test/r_154_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..1abd4bbe7b405037b1cc755fd04ff881cedec0af --- /dev/null +++ b/data/ficus/test/r_154_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2762654d8fb4afc14012bc97034941f29ef380d39f17ce82b88ddf72cd88572 +size 63830 diff --git a/data/ficus/test/r_155.png b/data/ficus/test/r_155.png new file mode 100644 index 0000000000000000000000000000000000000000..02b43151c88258a59492678b43926dea141c9eec --- /dev/null +++ b/data/ficus/test/r_155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dafe61c4fd056654930a08aaaef9bb7bb0a4b264f60d186f4f109ecaf99f1238 +size 332387 diff --git a/data/ficus/test/r_155_depth_0136.png b/data/ficus/test/r_155_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..259b6664ed18df445d53be55e39128a87dc2ccfe --- /dev/null +++ b/data/ficus/test/r_155_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f72220b3ca51d85856fa967707b966da18af733b102fe520ad9610bad3acfe7 +size 64288 diff --git a/data/ficus/test/r_156.png b/data/ficus/test/r_156.png new file mode 100644 index 0000000000000000000000000000000000000000..50ff65c900fc5ebd6dd82d1ad2fbfcf0b2b24593 --- /dev/null +++ b/data/ficus/test/r_156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee953516fd8883ca63c3afa03ca4a40f736279302b80aed7d6a08e51e068e0a0 +size 334322 diff --git a/data/ficus/test/r_156_depth_0136.png b/data/ficus/test/r_156_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..311b80a90636a8fe5dda09ece61418e9acf3305d --- /dev/null +++ b/data/ficus/test/r_156_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8820eabeba9ac19631d429ffd262cf5e3ce668fcbc21de643285de25ef95c909 +size 64195 diff --git a/data/ficus/test/r_157.png b/data/ficus/test/r_157.png new file mode 100644 index 0000000000000000000000000000000000000000..b9857596bf2230a0ecc826cf09c3be6a25b45592 --- /dev/null +++ b/data/ficus/test/r_157.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b62fc400bd443423d19eb917f259a44485cea6de9aeace7e3bcf461cee024f90 +size 336042 diff --git a/data/ficus/test/r_157_depth_0136.png b/data/ficus/test/r_157_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..980bea34a7b9fd719790dca3a5b6a22cc7ffbb06 --- /dev/null +++ b/data/ficus/test/r_157_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41af305f52aa34e5cd1b13b8dac34c43f8d1e20f0630d4bb2f573dde868f79a4 +size 64240 diff --git a/data/ficus/test/r_158.png b/data/ficus/test/r_158.png new file mode 100644 index 0000000000000000000000000000000000000000..28ae3572805215dd465414f520a3dbebf4c937af --- /dev/null +++ b/data/ficus/test/r_158.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca01eaa4f3d6aeb7f5957d5361380094b72ccd7541d375900843e008dfe4245 +size 339365 diff --git a/data/ficus/test/r_158_depth_0136.png b/data/ficus/test/r_158_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..9968bde1590af8e5a5315f29e33f5ba1c2259412 --- /dev/null +++ b/data/ficus/test/r_158_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33fe1201207fa2e6524e7013e7d9bb064ea42d5a213c87140d8d0954dc8f7408 +size 64150 diff --git a/data/ficus/test/r_159.png b/data/ficus/test/r_159.png new file mode 100644 index 0000000000000000000000000000000000000000..181619eee71d779e8961dc6768963ec2c2102dd7 --- /dev/null +++ b/data/ficus/test/r_159.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b037d34741148c2c915830269f8eb1559b42c90eb7048cfc3e2fb60d97729de +size 340684 diff --git a/data/ficus/test/r_159_depth_0136.png b/data/ficus/test/r_159_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..d3ff206074b49b6b1b34a6f725455c846e4ca692 --- /dev/null +++ b/data/ficus/test/r_159_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f14bd38eb01953e038bfe05875c4d3add8d7ebd2104454eda2ad1e13784469b +size 64583 diff --git a/data/ficus/test/r_15_depth_0136.png b/data/ficus/test/r_15_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..950f06f3b7ce0013602602ee522bcaaba77ea848 --- /dev/null +++ b/data/ficus/test/r_15_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66be279e5f1f82ba160ef8366e21cb37d031d247b89a7c0b74d69bc42afb9c30 +size 63845 diff --git a/data/ficus/test/r_16.png b/data/ficus/test/r_16.png new file mode 100644 index 0000000000000000000000000000000000000000..39f5a86a18995f6033366480851840db3451dbbf --- /dev/null +++ b/data/ficus/test/r_16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3789ba3a1b3629f6b73958d329892b03a86deba76a2b1c1a731b55a50aa2e3a4 +size 328206 diff --git a/data/ficus/test/r_160.png b/data/ficus/test/r_160.png new file mode 100644 index 0000000000000000000000000000000000000000..e1aaa60bd5794f7ab200eed14805096e6e5babd3 --- /dev/null +++ b/data/ficus/test/r_160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567a5abb5a43271e8b1cb6005d7475afa11d8766ebc2b70e67007332b65dc21b +size 341690 diff --git a/data/ficus/test/r_160_depth_0136.png b/data/ficus/test/r_160_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..3c909a5aa0244420190976918a2c00cef3d7605e --- /dev/null +++ b/data/ficus/test/r_160_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e4c3c60e7260061841b8c620bd9f4cda2aeaaaca6f62f0173cc548c64672820 +size 64079 diff --git a/data/ficus/test/r_161.png b/data/ficus/test/r_161.png new file mode 100644 index 0000000000000000000000000000000000000000..27d2d4810ec37b927c66c6db5a042873bd3d0308 --- /dev/null +++ b/data/ficus/test/r_161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a39e7c9ec7da8eb5be75316d69ec4760bb88a13768372ba0ba7d7148504d914b +size 342841 diff --git a/data/ficus/test/r_161_depth_0136.png b/data/ficus/test/r_161_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..6a1218420d4a1a32c53af1f301c358bfe97ea9a2 --- /dev/null +++ b/data/ficus/test/r_161_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f50766b503c2f5ebf59898bb711a138c17522d41fad0940baeba19c7fbfc6d +size 63801 diff --git a/data/ficus/test/r_162.png b/data/ficus/test/r_162.png new file mode 100644 index 0000000000000000000000000000000000000000..add06f166ac31e67ccf436508a4f5575ef54bddf --- /dev/null +++ b/data/ficus/test/r_162.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e6cbe2849e98d8383587df938e18488dd97792e939ee88d93b7bc4d5a7e2c19 +size 340097 diff --git a/data/ficus/test/r_162_depth_0136.png b/data/ficus/test/r_162_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..51b2a484f9bf649de4a3b4caebea95787ca853ac --- /dev/null +++ b/data/ficus/test/r_162_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:654d31f52025b4fa98ad2723c3becb522c8f10dd5a781535c0d5cf81715aca09 +size 63887 diff --git a/data/ficus/test/r_163.png b/data/ficus/test/r_163.png new file mode 100644 index 0000000000000000000000000000000000000000..62e993a7d196e5e1666a3394dc7b29ca8f1ff303 --- /dev/null +++ b/data/ficus/test/r_163.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a13773c736c25f68e32806b3c62c5d3e112213a2e6a88db09ffdd0ed71c65413 +size 338255 diff --git a/data/ficus/test/r_163_depth_0136.png b/data/ficus/test/r_163_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..21665082c85c26a6ea9b73aa24225ea71dc7e3cb --- /dev/null +++ b/data/ficus/test/r_163_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4935c85b20226d8094bee9cd4be5bda5e01bc4af4b5acae62ce14b821edf0c77 +size 63422 diff --git a/data/ficus/test/r_164.png b/data/ficus/test/r_164.png new file mode 100644 index 0000000000000000000000000000000000000000..6e1562cbde77c7b022c1b94326cb5031743b1163 --- /dev/null +++ b/data/ficus/test/r_164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25cd5b1fea1c0c80bddca7dc926c59f3624a09749f6b38a1310a128456e223ad +size 335484 diff --git a/data/ficus/test/r_164_depth_0136.png b/data/ficus/test/r_164_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..5df31d135a120af54d9782fd9fdac85942eded46 --- /dev/null +++ b/data/ficus/test/r_164_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9f01b45db75f2e8cc26695f17aab93d76c7cd5edc6abdb989301d88ffc01a6 +size 63502 diff --git a/data/ficus/test/r_165.png b/data/ficus/test/r_165.png new file mode 100644 index 0000000000000000000000000000000000000000..e5d1b3b976d8db2026dbc2e03ff7c751a11831d4 --- /dev/null +++ b/data/ficus/test/r_165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f0495f9334c41b7e9390dcf371be6af380cb434bd800a0264fee03c00d0105 +size 331597 diff --git a/data/ficus/test/r_165_depth_0136.png b/data/ficus/test/r_165_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..8a68cc48ba192c1d370e0d0a0f3d0ba45b8e3d2e --- /dev/null +++ b/data/ficus/test/r_165_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d27b9f7774ccd4688d33debc3b5018a1327d9dbdda039e58dea5bd53ae027662 +size 63195 diff --git a/data/ficus/test/r_166.png b/data/ficus/test/r_166.png new file mode 100644 index 0000000000000000000000000000000000000000..17db3c0c87a06c3b8f16bd9b9f9d180e63a57bc7 --- /dev/null +++ b/data/ficus/test/r_166.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bb91efbe8261c66bf7d372f0fa83601a3d1da49ff05c22cd3147a7dd916543c +size 327126 diff --git a/data/ficus/test/r_166_depth_0136.png b/data/ficus/test/r_166_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..026d19d893b4183d829642a37c81f0c7c072e2ac --- /dev/null +++ b/data/ficus/test/r_166_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5294c712a4d0c5dad317455c354d5b3a5443627e3151c74fc690f41cf9cb5a7c +size 63032 diff --git a/data/ficus/test/r_167.png b/data/ficus/test/r_167.png new file mode 100644 index 0000000000000000000000000000000000000000..b91e3c58d34c37fffd066637fd11fd24a204d5a2 --- /dev/null +++ b/data/ficus/test/r_167.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed54f2907f9b862782ff136d635912bab76b46c36a12f36537b1cbb1e0f4226a +size 324892 diff --git a/data/ficus/test/r_167_depth_0136.png b/data/ficus/test/r_167_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..bc8a8c103d40c7d3981cd5f217f9feb660737e43 --- /dev/null +++ b/data/ficus/test/r_167_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e2a64754cf5f890bb401fe2f1cdd9392d155c5177795b79dba57f8655a4252 +size 63076 diff --git a/data/ficus/test/r_168.png b/data/ficus/test/r_168.png new file mode 100644 index 0000000000000000000000000000000000000000..e746fb4a13d6a99aebeaa3bea309b64181a6c32e --- /dev/null +++ b/data/ficus/test/r_168.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b68715decb1da891f0a955213c0b46fc06eaf6896bf2ee73ac691ede36f63c0 +size 325366 diff --git a/data/ficus/test/r_168_depth_0136.png b/data/ficus/test/r_168_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..aa70b07a5487bb5853c2c435d6395c021a72d8db --- /dev/null +++ b/data/ficus/test/r_168_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6345fb3b19454930043585c31a80766e3ec44c0809d85b42a1b52a16849a87c6 +size 63441 diff --git a/data/ficus/test/r_169.png b/data/ficus/test/r_169.png new file mode 100644 index 0000000000000000000000000000000000000000..6f0a74689be9ae40d6af078c78687fe18b8f753e --- /dev/null +++ b/data/ficus/test/r_169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e06f8e9c379879a5316917138377e48e98823f57bcb49af9c45aabdb9ae67e +size 325509 diff --git a/data/ficus/test/r_169_depth_0136.png b/data/ficus/test/r_169_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..f7a7eebd8d043301562ce9013856c8364cc4b87d --- /dev/null +++ b/data/ficus/test/r_169_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5c7687e0cd2a979ccc0f9e2fbf30ca65814f2662a6f0d59de42299b2b3edbe +size 62896 diff --git a/data/ficus/test/r_16_depth_0136.png b/data/ficus/test/r_16_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..58f0e7d193fecf61b560e2987fb9687efacef7f8 --- /dev/null +++ b/data/ficus/test/r_16_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa18f6e3cbaae46cc60060b73efa3c159739fd12e7945bdfb637d0e7e422d02 +size 64103 diff --git a/data/ficus/test/r_17.png b/data/ficus/test/r_17.png new file mode 100644 index 0000000000000000000000000000000000000000..13d9ca6e181af0e81f3d3ee4914ac2b1793f12ab --- /dev/null +++ b/data/ficus/test/r_17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed5acb40260afefb3079ee733c8104d5d2643b0867f78e0f348bbae5626cae1 +size 331228 diff --git a/data/ficus/test/r_170.png b/data/ficus/test/r_170.png new file mode 100644 index 0000000000000000000000000000000000000000..e5aebb725921bdaa4b58ae00f88b57e73952aa03 --- /dev/null +++ b/data/ficus/test/r_170.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e7b6b9277e2921c06ede54daf970145038bd1bc7f586702765650f20963b93 +size 325603 diff --git a/data/ficus/test/r_170_depth_0136.png b/data/ficus/test/r_170_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..388d8661af71880da11cac57cc23869056c89cfa --- /dev/null +++ b/data/ficus/test/r_170_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6da8e9fb212c7868fc566467f5a956d11449883e21a147c3ad5cad514db90905 +size 62717 diff --git a/data/ficus/test/r_171.png b/data/ficus/test/r_171.png new file mode 100644 index 0000000000000000000000000000000000000000..c1ffec3c0bdc3ebb5fc88cf16a76ce4087c4da2c --- /dev/null +++ b/data/ficus/test/r_171.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f91c86be71fcbc148b6782686a01f9f6f7bc981492b9cb34ae213dfc2c9293e +size 323901 diff --git a/data/ficus/test/r_171_depth_0136.png b/data/ficus/test/r_171_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..354ceb2a56fc6c602377d403aeaeb177af7413be --- /dev/null +++ b/data/ficus/test/r_171_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:827818b6736cbe164ac05a540e39cd35911a433274a3e7d2c0834b758ebcfd34 +size 62326 diff --git a/data/ficus/test/r_172.png b/data/ficus/test/r_172.png new file mode 100644 index 0000000000000000000000000000000000000000..12eb0511f1425e647d31281db5ec1c928efad107 --- /dev/null +++ b/data/ficus/test/r_172.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dab777bba33e0afceb20d9d0353fadda21191784520a3472a3c1ab50259ccfb +size 322218 diff --git a/data/ficus/test/r_172_depth_0136.png b/data/ficus/test/r_172_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..e8f92a1081f4971be4422ade3885e515a7ceda49 --- /dev/null +++ b/data/ficus/test/r_172_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:730ec557e5b10cf1067c5d201db6931882ae38d564976c90e9d51736740f9ffc +size 62843 diff --git a/data/ficus/test/r_173.png b/data/ficus/test/r_173.png new file mode 100644 index 0000000000000000000000000000000000000000..e427027b16dee9e7cac4464ccc6add5cfc226edc --- /dev/null +++ b/data/ficus/test/r_173.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e42fe86941373986e7125127a0fdd4db7cc4fc8d16288627307ea16732375e +size 320807 diff --git a/data/ficus/test/r_173_depth_0136.png b/data/ficus/test/r_173_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..8d093c5817793e83285a1118b039cdcd996a9a89 --- /dev/null +++ b/data/ficus/test/r_173_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9394b4c56603f58560909679f4d1e85611c869fdccf85f0ecd9ee5b888d11898 +size 61987 diff --git a/data/ficus/test/r_174.png b/data/ficus/test/r_174.png new file mode 100644 index 0000000000000000000000000000000000000000..a993d0576ada6dd6c50f20dc4d87c9ed9ea31db8 --- /dev/null +++ b/data/ficus/test/r_174.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc12eb5837d34fa06c0b7724a49054dd9d752588e010a6c3de8805d6eaed228f +size 323435 diff --git a/data/ficus/test/r_174_depth_0136.png b/data/ficus/test/r_174_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..76a0eccd78ba7b0b3685f2a3af919363d26629dd --- /dev/null +++ b/data/ficus/test/r_174_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f56c1a4813662b639f7e817edd2c9a43057d8624e377190beb162026d019bb4d +size 62331 diff --git a/data/ficus/test/r_175.png b/data/ficus/test/r_175.png new file mode 100644 index 0000000000000000000000000000000000000000..bc8a5998c7eab005a2b50945e8fefb99f033c539 --- /dev/null +++ b/data/ficus/test/r_175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:886b02a3583463efdcf565c3cc6eb1f2964402105ebcdc7f3872463f1c603733 +size 324290 diff --git a/data/ficus/test/r_175_depth_0136.png b/data/ficus/test/r_175_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..01844f23ee6ab0aae1465d88e168b97f31838f42 --- /dev/null +++ b/data/ficus/test/r_175_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:690608fa76eef6503981a294af1bf60e463c2c9d2156f7d40e6c7cb7ca27d824 +size 62347 diff --git a/data/ficus/test/r_176.png b/data/ficus/test/r_176.png new file mode 100644 index 0000000000000000000000000000000000000000..289047ef02000c38861e40647415cd4af6d7b37e --- /dev/null +++ b/data/ficus/test/r_176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ce3b1639c234469dc2bd8d3bdda41eae16d8097bbfe0b3c611f15110ddec3f +size 325450 diff --git a/data/ficus/test/r_176_depth_0136.png b/data/ficus/test/r_176_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..61a7815ceb8591aa2bf05005ff539858d09d1498 --- /dev/null +++ b/data/ficus/test/r_176_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9455ff6ec0bc1fc4dabb8b6b810b0347478e076a93604ba3b46eb618b84a2fe6 +size 62445 diff --git a/data/ficus/test/r_177.png b/data/ficus/test/r_177.png new file mode 100644 index 0000000000000000000000000000000000000000..4a580a526f7ab90ef762bb0ef437cda953f2a36f --- /dev/null +++ b/data/ficus/test/r_177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a93392058f3e722ffa2db5b928e077ca33446da9458f580092b806e3832ebcc0 +size 325329 diff --git a/data/ficus/test/r_177_depth_0136.png b/data/ficus/test/r_177_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..974c456b9280eb7baf14b70f688978172c901643 --- /dev/null +++ b/data/ficus/test/r_177_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:facf99220128039487095d2d4789b9d850e4961a0fe3c725460c270d9ec3cbcb +size 62573 diff --git a/data/ficus/test/r_178.png b/data/ficus/test/r_178.png new file mode 100644 index 0000000000000000000000000000000000000000..e862bac7d77c2fc3a53f09d674302b9bb9b05a16 --- /dev/null +++ b/data/ficus/test/r_178.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f30bca0d20cfc7ff5b8a9e79633cb8824cbf3edc3b60c5138a7d08a3819ca7 +size 322105 diff --git a/data/ficus/test/r_178_depth_0136.png b/data/ficus/test/r_178_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..38af7c4e333a57c088791587707a61d5329ef53c --- /dev/null +++ b/data/ficus/test/r_178_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d6c6ed8a210461dd8e70670460f11eb4d1fdc16c4a7ed61836265ea88ba324 +size 62848 diff --git a/data/ficus/test/r_179.png b/data/ficus/test/r_179.png new file mode 100644 index 0000000000000000000000000000000000000000..0fdd8dbb6bc7754b96dba7afa5dcb72ef73e3ca3 --- /dev/null +++ b/data/ficus/test/r_179.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c6702aa8a457151dace7a34b6d1ce7524491e882728ada1ef59eb4688c9e5f3 +size 321323 diff --git a/data/ficus/test/r_179_depth_0136.png b/data/ficus/test/r_179_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..a1a23e2916ff3d790398c41cccaaa8105cfbfd10 --- /dev/null +++ b/data/ficus/test/r_179_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e02b43b79aede1730bbd1588a0bfe1a2b0f5b742b616ebf492a6bbb7e22a1d +size 62449 diff --git a/data/ficus/test/r_17_depth_0136.png b/data/ficus/test/r_17_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..e2c277fe0e1152220642113fcc600104e1c4063e --- /dev/null +++ b/data/ficus/test/r_17_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c10c7f18cc77d5aeef2f696e494a9cc84af393675b3cbac7b17be152452d20b9 +size 64482 diff --git a/data/ficus/test/r_18.png b/data/ficus/test/r_18.png new file mode 100644 index 0000000000000000000000000000000000000000..9db99851c0a5bcd3987397844f6f5f672091b3a1 --- /dev/null +++ b/data/ficus/test/r_18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10626a9f81dd7526d13b5273074b1e5bd5d777c07452085e2aff6f9f8620ecf3 +size 331173 diff --git a/data/ficus/test/r_180.png b/data/ficus/test/r_180.png new file mode 100644 index 0000000000000000000000000000000000000000..e4977db798d3991d60f83a623d9a5f6b5d7e1487 --- /dev/null +++ b/data/ficus/test/r_180.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91bdc37116accb2fdec347fc85653801377e510aca45347f6fd43ebf6ead2f58 +size 320503 diff --git a/data/ficus/test/r_180_depth_0136.png b/data/ficus/test/r_180_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..ce2cb930fee1acc30d204cc189ec4a9d3eb3eacc --- /dev/null +++ b/data/ficus/test/r_180_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25017ab7a660cd99f82cf40f489b9bb444f2bea9ec5817311ec79848367a7af8 +size 62707 diff --git a/data/ficus/test/r_181.png b/data/ficus/test/r_181.png new file mode 100644 index 0000000000000000000000000000000000000000..a38689bbbb8536284077eb27f5f1647bbdfe9fa2 --- /dev/null +++ b/data/ficus/test/r_181.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d567ad4bbd96835631c8665bdc5eb99476e7a5c8d43284a577903fd46eb841be +size 318632 diff --git a/data/ficus/test/r_181_depth_0136.png b/data/ficus/test/r_181_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..fc7fca23811057a5d4f2c4d91a9930ac81543503 --- /dev/null +++ b/data/ficus/test/r_181_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ecbebf1a121fd98a6943eba5536d02e27fada7f761a852ea48900f504d2dc77 +size 63318 diff --git a/data/ficus/test/r_182.png b/data/ficus/test/r_182.png new file mode 100644 index 0000000000000000000000000000000000000000..bd424727701f4e2a526616f6ad4bcace4ce483d5 --- /dev/null +++ b/data/ficus/test/r_182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0fe3c3962cd14f321427d397169c4df81b553dd6670e6087e43d28fc9be0698 +size 317612 diff --git a/data/ficus/test/r_182_depth_0136.png b/data/ficus/test/r_182_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..e96a2f1fd44363b8b4b255f926404504d9de3434 --- /dev/null +++ b/data/ficus/test/r_182_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:897b10f8eb27e2a210ee6bf46304715e49192bc7ce541be3c068ea852b683682 +size 63108 diff --git a/data/ficus/test/r_183.png b/data/ficus/test/r_183.png new file mode 100644 index 0000000000000000000000000000000000000000..794b6ca0e2c0801111da45552378c4f134669928 --- /dev/null +++ b/data/ficus/test/r_183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff19be8735158f19dff72aec6895a3676defc45aa73abecce824a3fe7b73f98 +size 314715 diff --git a/data/ficus/test/r_183_depth_0136.png b/data/ficus/test/r_183_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..fb4ba21f7723c310b92fb5ded61f42c677247601 --- /dev/null +++ b/data/ficus/test/r_183_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ecaf069a180ee259e35754b1503ebe343ef60f43aa25f4ea0429f0521cc864b +size 62779 diff --git a/data/ficus/test/r_184.png b/data/ficus/test/r_184.png new file mode 100644 index 0000000000000000000000000000000000000000..2f24560377b66d969014ab765dbd9e6d8cad39df --- /dev/null +++ b/data/ficus/test/r_184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c0093b340d1be39547b5ad34411ad6ae59e981620744d3100321a78517cb0fc +size 313444 diff --git a/data/ficus/test/r_184_depth_0136.png b/data/ficus/test/r_184_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..8c99adc4c0e7e8cbba38166ab41ac1dd40cb5525 --- /dev/null +++ b/data/ficus/test/r_184_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40169eebef08fee2423fc5e6dc0a3d426241ed6092c9fa371327169d74c5f8fe +size 62362 diff --git a/data/ficus/test/r_185.png b/data/ficus/test/r_185.png new file mode 100644 index 0000000000000000000000000000000000000000..f0b9ef572bdadba99ce70dddf275baf1ccd2a52a --- /dev/null +++ b/data/ficus/test/r_185.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e719c7f4034c1dbe02a76c3c79d41bfd23164e8fc63c7aefef93afebc384f2a7 +size 309468 diff --git a/data/ficus/test/r_185_depth_0136.png b/data/ficus/test/r_185_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..1c6b968168eda1db2ea67d34edf2d1a3cdfd7480 --- /dev/null +++ b/data/ficus/test/r_185_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a85eb5148cff0b3f87a9486dfd17217a89b8d41ad87545e273aeb1ed31a0f7db +size 62252 diff --git a/data/ficus/test/r_186.png b/data/ficus/test/r_186.png new file mode 100644 index 0000000000000000000000000000000000000000..77dbad8ff82d2eedffe5176d4444d7e0215530df --- /dev/null +++ b/data/ficus/test/r_186.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79713dbe2c7311f1c2ed9bca1b5f67ff5d8be6bcd56e1e541de993234bf84a53 +size 308289 diff --git a/data/ficus/test/r_186_depth_0136.png b/data/ficus/test/r_186_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..3c7a3b7a47757a83dd642142e0a11a06d39d3288 --- /dev/null +++ b/data/ficus/test/r_186_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:144072b482787ec563f8cd08a14d4109f9ba67fe7e2691a20418c009a2b94d45 +size 62494 diff --git a/data/ficus/test/r_187.png b/data/ficus/test/r_187.png new file mode 100644 index 0000000000000000000000000000000000000000..2bac8620fc487aaf656dad1a018ecb26043cd86c --- /dev/null +++ b/data/ficus/test/r_187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0788e49bb75b210c9182016ab3e91a186e286164108699d53a9e70965aa9234 +size 307789 diff --git a/data/ficus/test/r_187_depth_0136.png b/data/ficus/test/r_187_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..50fe55e9d834943f9045ff4c8daae5debaa59c04 --- /dev/null +++ b/data/ficus/test/r_187_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5008a8bdc14334ea06a9c77da50e6fbd0399e33cf9500e9793c137d53d68686d +size 62279 diff --git a/data/ficus/test/r_188.png b/data/ficus/test/r_188.png new file mode 100644 index 0000000000000000000000000000000000000000..9e4101b37e43f178da69a9009eb11d32ea3b3bbc --- /dev/null +++ b/data/ficus/test/r_188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be93c379b75c001ec85735b40141ea3258b356340aea460d3805a824e30e3843 +size 306439 diff --git a/data/ficus/test/r_188_depth_0136.png b/data/ficus/test/r_188_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..1d51ff387f92c5849893db567fb9dae64bdc80d3 --- /dev/null +++ b/data/ficus/test/r_188_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02246c2e692867ad3817c04bf3b5ff26e373e57e80b25899219ebba98b6a7975 +size 62037 diff --git a/data/ficus/test/r_189.png b/data/ficus/test/r_189.png new file mode 100644 index 0000000000000000000000000000000000000000..c6dc59102c7abe9220b26615ae1895783e2195f6 --- /dev/null +++ b/data/ficus/test/r_189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e179526745b2241de7a617757be01ce50e5f1e6adabc4e1457e35efad6dd86e5 +size 304898 diff --git a/data/ficus/test/r_189_depth_0136.png b/data/ficus/test/r_189_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..580ca2e27a00a961c9e2775441d8221c913fa90b --- /dev/null +++ b/data/ficus/test/r_189_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e25c1c4b88a0ebbe12e7cf2dd8edb566b175e08c1ccf9e87f7b37c4b1fa03dfc +size 61570 diff --git a/data/ficus/test/r_18_depth_0136.png b/data/ficus/test/r_18_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..361b1569249035ee0c2831a0507854b5a6257c61 --- /dev/null +++ b/data/ficus/test/r_18_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8e01102ba130032371c15da17e76f2effa937bc0ea5ccb013db6fb89173fc3 +size 64570 diff --git a/data/ficus/test/r_19.png b/data/ficus/test/r_19.png new file mode 100644 index 0000000000000000000000000000000000000000..888bc609bf3c3064425867270205685981f0cb9e --- /dev/null +++ b/data/ficus/test/r_19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00dd92b8118d966153041006915964e0e9cc7003ed6bf79da4abb1989c8f8f59 +size 332620 diff --git a/data/ficus/test/r_190.png b/data/ficus/test/r_190.png new file mode 100644 index 0000000000000000000000000000000000000000..f42eb061732db04b67445aa276708cd17acd5116 --- /dev/null +++ b/data/ficus/test/r_190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e1a1aa96281ac75d80c0b9d14402e8c8fa1a82d0d3b680374d697339dfbb25 +size 303762 diff --git a/data/ficus/test/r_190_depth_0136.png b/data/ficus/test/r_190_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..7e8a005b6d974937f1fa511d51cd230cdd1688b8 --- /dev/null +++ b/data/ficus/test/r_190_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23ec7665d99210a62ecfb9e6e596493da9f54fa30bf8d03088f43dc25daf27b3 +size 61371 diff --git a/data/ficus/test/r_191.png b/data/ficus/test/r_191.png new file mode 100644 index 0000000000000000000000000000000000000000..ab3b3bb919833b9c2c7506ad27292902f89d8e92 --- /dev/null +++ b/data/ficus/test/r_191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ea5b8b7a76ad54ada09e3f3ac469c2a485b45d203b79c48569644976999ee3 +size 302182 diff --git a/data/ficus/test/r_191_depth_0136.png b/data/ficus/test/r_191_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..761522e7e53b9504ec9b799a4da9caf4dab0a66f --- /dev/null +++ b/data/ficus/test/r_191_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc0efaf1577de9099787e7eba0818e3e27f7a59ac5ce011f97223250f7d427d +size 61289 diff --git a/data/ficus/test/r_192.png b/data/ficus/test/r_192.png new file mode 100644 index 0000000000000000000000000000000000000000..ac633e5555380809f419161593bf87d81bf0fde3 --- /dev/null +++ b/data/ficus/test/r_192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a0bc5d6196fa7f109e51319a00e4a1fee542db9a43da46c1cd2925d7b1a0c3e +size 299154 diff --git a/data/ficus/test/r_192_depth_0136.png b/data/ficus/test/r_192_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..1fab5b29e9fcece650da9928c3131817fec0b5f5 --- /dev/null +++ b/data/ficus/test/r_192_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7dbb1a9a7b0c56f4d039cd18813b5d3fabd15cfa8ef658f7053648bfc606333 +size 60694 diff --git a/data/ficus/test/r_193.png b/data/ficus/test/r_193.png new file mode 100644 index 0000000000000000000000000000000000000000..7cd9211f66ca6c627f9b18c37f2cacfd43e6022a --- /dev/null +++ b/data/ficus/test/r_193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2229724b3e01d8d00467a966fcbfd6fa9a6f6a932d7c97db58c46ccbd130886d +size 296712 diff --git a/data/ficus/test/r_193_depth_0136.png b/data/ficus/test/r_193_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..e2cb354a8cd03a1a58bb6ddcdfec9cf5826200f8 --- /dev/null +++ b/data/ficus/test/r_193_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae18707d26fd9bdd7e82acd0743fe6c3cb78a2f68134c31bb27a0ca856508df4 +size 60650 diff --git a/data/ficus/test/r_194.png b/data/ficus/test/r_194.png new file mode 100644 index 0000000000000000000000000000000000000000..79c0935ebb2381dfc8204110d16fca668dfcc062 --- /dev/null +++ b/data/ficus/test/r_194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6127cdc7ccbfe711bb3c4afca7501736067304488d0687df6b32ec664b4c014 +size 291678 diff --git a/data/ficus/test/r_194_depth_0136.png b/data/ficus/test/r_194_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..21c308711cc60e638cd4359196b91c6fc09108be --- /dev/null +++ b/data/ficus/test/r_194_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf8784e42b3aeacb471d18af5f413ae1a6b4046225ffac3b39e23315621ead0 +size 60159 diff --git a/data/ficus/test/r_195.png b/data/ficus/test/r_195.png new file mode 100644 index 0000000000000000000000000000000000000000..3d53d3436bef476bbea11ee8bd96845fbfb4e60e --- /dev/null +++ b/data/ficus/test/r_195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:872567ecaf89568b375041b1ba29d820cdd582c44a333fe1f862e6646c1f3882 +size 286934 diff --git a/data/ficus/test/r_195_depth_0136.png b/data/ficus/test/r_195_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..d2f8380064d242b77c046df32f7340ada51707e0 --- /dev/null +++ b/data/ficus/test/r_195_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331b3339129cf4e67947147d0d26e99390a4782d4a1cc2e137e8b225c529fd06 +size 59792 diff --git a/data/ficus/test/r_196.png b/data/ficus/test/r_196.png new file mode 100644 index 0000000000000000000000000000000000000000..0e19afc115fcf71b2e593ba1b30c3e16e4ea1ba3 --- /dev/null +++ b/data/ficus/test/r_196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80d4ada6915ccaa1ef7fdcc0dbef5d2bca3898a2019e7da46963c88d37555794 +size 283729 diff --git a/data/ficus/test/r_196_depth_0136.png b/data/ficus/test/r_196_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..08db63956a35ff2b6ae64a4ee336f78bfb23a889 --- /dev/null +++ b/data/ficus/test/r_196_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:940e3f2ffa3af221318649d646afa3871914bdb11c79b4ec9a92b0a8ca841790 +size 59138 diff --git a/data/ficus/test/r_197.png b/data/ficus/test/r_197.png new file mode 100644 index 0000000000000000000000000000000000000000..3f7bc04788ce10b6d38fa8945da34ceae2e5cdbd --- /dev/null +++ b/data/ficus/test/r_197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e28a157349936c822726494b91cbe672135260f7ea9bc4cf6472857af1fe9912 +size 281384 diff --git a/data/ficus/test/r_197_depth_0136.png b/data/ficus/test/r_197_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..28dd01169ae2f51f6bb58debdf53c0d3be7c0957 --- /dev/null +++ b/data/ficus/test/r_197_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:285bd63c5c3c86168ded7c278bac68150376071ff6c5aadbb702483a026345fe +size 59292 diff --git a/data/ficus/test/r_198.png b/data/ficus/test/r_198.png new file mode 100644 index 0000000000000000000000000000000000000000..15053cfc52f89f8d5406d5d3be759fed90da69d6 --- /dev/null +++ b/data/ficus/test/r_198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c113a228832d6a8728ab1b63a95565ffffcff6715d05658ddaa4fd05d4fb4106 +size 278234 diff --git a/data/ficus/test/r_198_depth_0136.png b/data/ficus/test/r_198_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..3db026d361635665f97f511db79e23ef038d2f2e --- /dev/null +++ b/data/ficus/test/r_198_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d27ea1b2608b8525a4ef93503c5acbfd243663428eca4776fdcc6c112e722c +size 58548 diff --git a/data/ficus/test/r_199.png b/data/ficus/test/r_199.png new file mode 100644 index 0000000000000000000000000000000000000000..aa35cc637b164849bc15e33356b2a821fd992090 --- /dev/null +++ b/data/ficus/test/r_199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5bac63ed0eb14a0072e7dce1ba758f5d313fd8224fe20ebb03044341115ea1b +size 276475 diff --git a/data/ficus/test/r_199_depth_0136.png b/data/ficus/test/r_199_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..dc7a8d62b0672bd06726f84cdfa6546ea4fb47e6 --- /dev/null +++ b/data/ficus/test/r_199_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d786683783ae0ecd3c4397abfcc61d36c8167b2068688eaf6ce62613722b6f7 +size 58541 diff --git a/data/ficus/test/r_19_depth_0136.png b/data/ficus/test/r_19_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..9cc0ecb36fc7fb83015adabb31b788aa395f9ff0 --- /dev/null +++ b/data/ficus/test/r_19_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:000cb54dcb58f6eb81a63afef07827cd3d3ce0c85bf4510ec9b9ca9e0ef755f4 +size 64481 diff --git a/data/ficus/test/r_1_depth_0136.png b/data/ficus/test/r_1_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..801845c1fbac95bc39f469adabb7ce6d72aca784 --- /dev/null +++ b/data/ficus/test/r_1_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9533a317bf71b00271ec86ec67cc1bde983c30f88081577dc3808db7e9d58225 +size 58731 diff --git a/data/ficus/test/r_2.png b/data/ficus/test/r_2.png new file mode 100644 index 0000000000000000000000000000000000000000..d37d40a92da257de28d96bb15f9c6af0aa7049b5 --- /dev/null +++ b/data/ficus/test/r_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7262cbad0f48c079a46848978777ef6301dfd153c214b6658ea1609435306313 +size 278350 diff --git a/data/ficus/test/r_20.png b/data/ficus/test/r_20.png new file mode 100644 index 0000000000000000000000000000000000000000..f32b4bbd3f8a768afc6bc43316db3226b1c6f991 --- /dev/null +++ b/data/ficus/test/r_20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4cf09f00460b3e766a38906242a595ead5bd23a244b7619cdac7d91a5ad6ba +size 332941 diff --git a/data/ficus/test/r_20_depth_0136.png b/data/ficus/test/r_20_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..dc50bec583c2e4f5891baf176347f2c70eaeecce --- /dev/null +++ b/data/ficus/test/r_20_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a889005d2c5df6196ac22a91bf3d20758fbc84a8ee3c6eac53580337791b48 +size 64506 diff --git a/data/ficus/test/r_21.png b/data/ficus/test/r_21.png new file mode 100644 index 0000000000000000000000000000000000000000..e380d5e228fa7b7be73f06c68891db301181c1c8 --- /dev/null +++ b/data/ficus/test/r_21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95b36dc23e7b5509fe6acc28edeb78014b0b036a0bad88bfd0310b8d8cc46b79 +size 333144 diff --git a/data/ficus/test/r_21_depth_0136.png b/data/ficus/test/r_21_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..7462d3ee30e13eee385804236566def3f5ad0e6c --- /dev/null +++ b/data/ficus/test/r_21_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c167b82337e2007b0ce1a4c4ee7346e2a21ee3fea908f4930af70e395bd838f +size 65030 diff --git a/data/ficus/test/r_22.png b/data/ficus/test/r_22.png new file mode 100644 index 0000000000000000000000000000000000000000..8dfe6e34c021cf4d7253ed6b20033d78b2404b5c --- /dev/null +++ b/data/ficus/test/r_22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f61f797ce68c31e2ad98bcf3a8e7734290a4ba8bac7b5f54d45e82849d992b +size 331895 diff --git a/data/ficus/test/r_22_depth_0136.png b/data/ficus/test/r_22_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..78dac3e44915cf73701d0b1dec67432261cbf30f --- /dev/null +++ b/data/ficus/test/r_22_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaf69aae2fe3c24349813bd4ab162d786cac9df514a9382c36b1aae1d6b54fe9 +size 64250 diff --git a/data/ficus/test/r_23.png b/data/ficus/test/r_23.png new file mode 100644 index 0000000000000000000000000000000000000000..6ce2d4b40b2a2466f62efff08c63e542ede24cf1 --- /dev/null +++ b/data/ficus/test/r_23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d72ae1064f98f6b05f7e513edefe8ced2f0fd3639ff85491f091c198ba93380d +size 331345 diff --git a/data/ficus/test/r_23_depth_0136.png b/data/ficus/test/r_23_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..c1341186b9ae1957b5e11d1d3666a816eba9cc54 --- /dev/null +++ b/data/ficus/test/r_23_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03c27f3558e688a8fe60f436529d35e158f4a8419cd21f61b77a093f5faed2f +size 64326 diff --git a/data/ficus/test/r_24.png b/data/ficus/test/r_24.png new file mode 100644 index 0000000000000000000000000000000000000000..90713a4844b0e7d1a4bd71a61a0877a91e9a3f8d --- /dev/null +++ b/data/ficus/test/r_24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce252188201c755993d2649756bd40374aeb7bcb93e327c4f2789df493367cdc +size 332375 diff --git a/data/ficus/test/r_24_depth_0136.png b/data/ficus/test/r_24_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..f465c299ad5102cf063c4ece6d8c1aecd8b64a09 --- /dev/null +++ b/data/ficus/test/r_24_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60e27469447387867a62679b22085cc6d7dc1664b80feb0e23fa2bec85af8afd +size 64508 diff --git a/data/ficus/test/r_25.png b/data/ficus/test/r_25.png new file mode 100644 index 0000000000000000000000000000000000000000..c666b2ce6a37982ce0d1118d717a4e1b0f37b335 --- /dev/null +++ b/data/ficus/test/r_25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f73e66c4bebdc426e1cabf70b10b1c02ddb374bfe9d4486301f2a8217731641 +size 333549 diff --git a/data/ficus/test/r_25_depth_0136.png b/data/ficus/test/r_25_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..6f5fd4d5f4ae71bba51cceb633ae48beb89378d5 --- /dev/null +++ b/data/ficus/test/r_25_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f940ab486f20a373eac79b50a9fde351b5aee2c09ce2eee19584984ca1366875 +size 64490 diff --git a/data/ficus/test/r_26.png b/data/ficus/test/r_26.png new file mode 100644 index 0000000000000000000000000000000000000000..431efa2fc0d4dad25851753bfdf244cb9f9a80ca --- /dev/null +++ b/data/ficus/test/r_26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6138db55dc6c988d027e248a5c4b484492936f8c7d7b58ec22cef5aa9a6ce33c +size 335630 diff --git a/data/ficus/test/r_26_depth_0136.png b/data/ficus/test/r_26_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..870a6fcfd3cc8b312e00796325f0981e19a21210 --- /dev/null +++ b/data/ficus/test/r_26_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01565e2a0bc004840bbfbe59bcb868abef575abf5cb7c30e13ccc0e95cd3a851 +size 64764 diff --git a/data/ficus/test/r_27.png b/data/ficus/test/r_27.png new file mode 100644 index 0000000000000000000000000000000000000000..1a6fe7999064cdb0a50f67a1cb003db1aaf5fc6b --- /dev/null +++ b/data/ficus/test/r_27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c9e02b5d2bcf299580f8431d649b641a33ada965208656a248c5a281d6aa5a0 +size 338078 diff --git a/data/ficus/test/r_27_depth_0136.png b/data/ficus/test/r_27_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..6829706f176071dc3339a09ab79f57848e9ac7be --- /dev/null +++ b/data/ficus/test/r_27_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa463a712778b699f8f0b49803680bf8abf22c0e3b7c7510d029dc5ce53fd0d +size 64543 diff --git a/data/ficus/test/r_28.png b/data/ficus/test/r_28.png new file mode 100644 index 0000000000000000000000000000000000000000..a412450a9c2a7f4da201d852bcd55dd169d5314e --- /dev/null +++ b/data/ficus/test/r_28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0765a547c5536a486d87b055594743e1cb127d2f1f3040b1c2475eb69d43aa8a +size 338502 diff --git a/data/ficus/test/r_28_depth_0136.png b/data/ficus/test/r_28_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..2c7902e3a9d458b8ce0a967a2a0d6bb2456f197f --- /dev/null +++ b/data/ficus/test/r_28_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e565cadd2c3be5f9cdaf365b42cb538d4b219c22f58d173201ec06d751d84b7 +size 64748 diff --git a/data/ficus/test/r_29.png b/data/ficus/test/r_29.png new file mode 100644 index 0000000000000000000000000000000000000000..feae4e9dfac7f05d088282f263bb993fb18c8358 --- /dev/null +++ b/data/ficus/test/r_29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073244018c5c04d9b2c624ceec3ccc7abcbab2154f1fd308d3d353751223f59f +size 339533 diff --git a/data/ficus/test/r_29_depth_0136.png b/data/ficus/test/r_29_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..52d1783d76f0f21ebdd2149926b08308915046a0 --- /dev/null +++ b/data/ficus/test/r_29_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b277b4ba9e6ff9e8034daceb8873b4f28a88cee35d70fd061378f66c45158559 +size 64482 diff --git a/data/ficus/test/r_2_depth_0136.png b/data/ficus/test/r_2_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..a1e13deafe2e81f58b52691cf4b5eb71e756b289 --- /dev/null +++ b/data/ficus/test/r_2_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966ac45d0f91e7859b89abac45b22fff7340b596d07816dbdad8cec921060630 +size 59046 diff --git a/data/ficus/test/r_3.png b/data/ficus/test/r_3.png new file mode 100644 index 0000000000000000000000000000000000000000..481a1e96a226bf7d7b843fa6f466e3690d77c99d --- /dev/null +++ b/data/ficus/test/r_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc5944fa72ab185bab10d6c9a6fce930cda01e21416e39e8fb732809bdd07e0d +size 281581 diff --git a/data/ficus/test/r_30.png b/data/ficus/test/r_30.png new file mode 100644 index 0000000000000000000000000000000000000000..22cec9be774bb0d75cb4df269f0e7ff934f67624 --- /dev/null +++ b/data/ficus/test/r_30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a16481172322ebfd2676f8e86764d3fb6154930d6928b69d0f5bb4376fa15fe1 +size 340639 diff --git a/data/ficus/test/r_30_depth_0136.png b/data/ficus/test/r_30_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..8bdb505f7059312d937c4a0e1f33e223084f38ec --- /dev/null +++ b/data/ficus/test/r_30_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22db2b9ec5d236cf41990f60edb3e9ffd62daee4e5acedb8f4a44c48bbe40760 +size 64600 diff --git a/data/ficus/test/r_31.png b/data/ficus/test/r_31.png new file mode 100644 index 0000000000000000000000000000000000000000..6970b5da47d302217f8f61912e85b9371b228887 --- /dev/null +++ b/data/ficus/test/r_31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a416ad2011b0019227079b5b9c15846089c99e179d9fdc8f930278627a2aef64 +size 342288 diff --git a/data/ficus/test/r_31_depth_0136.png b/data/ficus/test/r_31_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..ff2c2d2f07488f57594499402d3d515a25aa572a --- /dev/null +++ b/data/ficus/test/r_31_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7254e19424be289bbda37ab2b8ab81c373081908f8f9a2fd5b13c66dc46b07b4 +size 65012 diff --git a/data/ficus/test/r_32.png b/data/ficus/test/r_32.png new file mode 100644 index 0000000000000000000000000000000000000000..6a16a1d949db40ecbfa8364195cc2e6e0db2f78a --- /dev/null +++ b/data/ficus/test/r_32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3145f95b02683e27dfa3f850f040e8b0dea6b3d784d0dd6cfe9550b14cd88f +size 341440 diff --git a/data/ficus/test/r_32_depth_0136.png b/data/ficus/test/r_32_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..189aea6fe7353564a9bd1344a811870a0bdef14d --- /dev/null +++ b/data/ficus/test/r_32_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0ee60cb04c7b4f016eb1241ed36f2f82b56b6be6d562f30d000660d171d3ae6 +size 65148 diff --git a/data/ficus/test/r_33.png b/data/ficus/test/r_33.png new file mode 100644 index 0000000000000000000000000000000000000000..6fba5e916639432da10d688c50cf3a722ab88f10 --- /dev/null +++ b/data/ficus/test/r_33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b44816be010e31736aecceffa4014f791225e1cd7312bbef301c877b1ff0fd +size 342679 diff --git a/data/ficus/test/r_33_depth_0136.png b/data/ficus/test/r_33_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..5a8ad46e07432c783086f5a81911981d09c1a729 --- /dev/null +++ b/data/ficus/test/r_33_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed2af306dd9458d7cb771eb04335a6bb50968a08efa76c2a11ea108537a469e +size 65595 diff --git a/data/ficus/test/r_34.png b/data/ficus/test/r_34.png new file mode 100644 index 0000000000000000000000000000000000000000..edeb51d468b836950c4215f75a7ca91c4c1f2090 --- /dev/null +++ b/data/ficus/test/r_34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ea23380b2b36e255405c58f1dcb351cd8f6c190e07bda13f67dada014ce2cb8 +size 341618 diff --git a/data/ficus/test/r_34_depth_0136.png b/data/ficus/test/r_34_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..c3f25c52146f16304885dcdae89ae1ea74bf10f3 --- /dev/null +++ b/data/ficus/test/r_34_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc33445d59b2b4e4bf683290536ca31f19dbb47c44a4d8392e13dcfcf6fb20d7 +size 65200 diff --git a/data/ficus/test/r_35.png b/data/ficus/test/r_35.png new file mode 100644 index 0000000000000000000000000000000000000000..0d579e71dc06174ec86c30b1d90f4d71ff26d71d --- /dev/null +++ b/data/ficus/test/r_35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5975ef204ea4cf207952ff9c1405c4d2fb1776792cbdab0d398899a76e776e20 +size 340707 diff --git a/data/ficus/test/r_35_depth_0136.png b/data/ficus/test/r_35_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..8f641d2ee6597e1450d0b9b57f1b4426c9cf6057 --- /dev/null +++ b/data/ficus/test/r_35_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:504a4513807541a07b2e86e714758c9e18b40da860cd0e3d99a9e38b44009f52 +size 65208 diff --git a/data/ficus/test/r_36.png b/data/ficus/test/r_36.png new file mode 100644 index 0000000000000000000000000000000000000000..820933ab1b8abc7be37c731cd78fc9be7568c90d --- /dev/null +++ b/data/ficus/test/r_36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3fa202a0035696d6b8f4db96b16244d0d60453234a83803632fc3db5f2231c6 +size 338354 diff --git a/data/ficus/test/r_36_depth_0136.png b/data/ficus/test/r_36_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..ba5b81bf791386bb3adba0375200cb72b9665a70 --- /dev/null +++ b/data/ficus/test/r_36_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f39b28cc4c7f30be87ca10219bda84f984cbec41dfcf3492d20b7d5898ba4b13 +size 65275 diff --git a/data/ficus/test/r_37.png b/data/ficus/test/r_37.png new file mode 100644 index 0000000000000000000000000000000000000000..7f3efddfc4a696b67ea9e3514b195018178ca08b --- /dev/null +++ b/data/ficus/test/r_37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb89036105d1afe269a80458c4b6a1d5a30c5e91696a6c5eb31ffeb989a2e0d +size 334338 diff --git a/data/ficus/test/r_37_depth_0136.png b/data/ficus/test/r_37_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..44b02ae39436c0e58171d12cf103f9c955e9ec5d --- /dev/null +++ b/data/ficus/test/r_37_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d7c157c0d2fb2b0b5a381f6c4451b5cdb4793d7e8465de1a9fee0c8344953c +size 64674 diff --git a/data/ficus/test/r_38.png b/data/ficus/test/r_38.png new file mode 100644 index 0000000000000000000000000000000000000000..870db1de4d73aabf53a348423ddf16c6600162f2 --- /dev/null +++ b/data/ficus/test/r_38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf2d51a5481b05c5927e11d35b5e2a508166405405b523dd627a841ba510935 +size 325555 diff --git a/data/ficus/test/r_38_depth_0136.png b/data/ficus/test/r_38_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..ee863de8cedd2695e97bb80f1bab74bcd0ad0ccc --- /dev/null +++ b/data/ficus/test/r_38_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e1367130f854490be2f5ef6c308da946858a029c5cfee1d502917691a430ff +size 63614 diff --git a/data/ficus/test/r_39.png b/data/ficus/test/r_39.png new file mode 100644 index 0000000000000000000000000000000000000000..46ff3472b9329104a24cbf65f88e25336b49fca1 --- /dev/null +++ b/data/ficus/test/r_39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355a273af54638bbe3af063dbc7c7e23441a64689d75619762d571c92ab39dfa +size 318317 diff --git a/data/ficus/test/r_39_depth_0136.png b/data/ficus/test/r_39_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..d13a5ed8e080c2a5c69af0ef4e7fd9a578f01ea9 --- /dev/null +++ b/data/ficus/test/r_39_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a1de733fd81ee31602d381e4216b41cb497e4940f3453899f0a60b53b80fe88 +size 62847 diff --git a/data/ficus/test/r_3_depth_0136.png b/data/ficus/test/r_3_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..4cbc5ae79a8c9a65a42b19646311e5c46bc2c0ed --- /dev/null +++ b/data/ficus/test/r_3_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89704d22a2710046b3d6c4bbf78f16ce7fb05d29e74cc8d8cac353dfdafbe14 +size 58962 diff --git a/data/ficus/test/r_4.png b/data/ficus/test/r_4.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d35e25b85f13835b6d43e2cf630cbbf702513d --- /dev/null +++ b/data/ficus/test/r_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:087b7ff8b9fd5f0d85f373cc5f53a68afae1937a233317d5d6c489f9087116a0 +size 288097 diff --git a/data/ficus/test/r_40.png b/data/ficus/test/r_40.png new file mode 100644 index 0000000000000000000000000000000000000000..4c6505dbc2cde01d564bc86cf47bffebd358af23 --- /dev/null +++ b/data/ficus/test/r_40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eed221f73e94a79288acbe0fe219c45052e678741575789feed25ea8c1889ce5 +size 308450 diff --git a/data/ficus/test/r_40_depth_0136.png b/data/ficus/test/r_40_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..b32445f78f4d3988f29aa06e8e7cfd4c8e65f74f --- /dev/null +++ b/data/ficus/test/r_40_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38496155a052205bf2f2a9642f5e8c1b15fc24fcd7aac3dc0661064da62f08fb +size 62075 diff --git a/data/ficus/test/r_41.png b/data/ficus/test/r_41.png new file mode 100644 index 0000000000000000000000000000000000000000..19feb1d8a898c0416285c13e8354d5290991872c --- /dev/null +++ b/data/ficus/test/r_41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f997f94ab57b0b0e189dc09d1960d8e4c8a4ebb5debd399297f8f9a95e0d4b8 +size 302210 diff --git a/data/ficus/test/r_41_depth_0136.png b/data/ficus/test/r_41_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..d4cf4748a2fd552178b5c7a12f850c27f7fa0e43 --- /dev/null +++ b/data/ficus/test/r_41_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ee66622f9aa72306a74d55fbbcbd2941bee16ccfeee7974d2c63a141d4e839 +size 61601 diff --git a/data/ficus/test/r_42.png b/data/ficus/test/r_42.png new file mode 100644 index 0000000000000000000000000000000000000000..b840c031e694107a7058e31ee96606b60b31f6b8 --- /dev/null +++ b/data/ficus/test/r_42.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57679c3a2b86b4535ef8db79c4c3032bff4a1cd36bf924b45ae8c52499f4ff83 +size 296003 diff --git a/data/ficus/test/r_42_depth_0136.png b/data/ficus/test/r_42_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d482289f26259e1fe0f2f1c06ee8ddc9faba72 --- /dev/null +++ b/data/ficus/test/r_42_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd55720f43aae57dc7f379b6a595f8a79206f73c46c1e33af9b33765026592f +size 61275 diff --git a/data/ficus/test/r_43.png b/data/ficus/test/r_43.png new file mode 100644 index 0000000000000000000000000000000000000000..5d9c62cebf76310ba042c5005f79238f7d81cc76 --- /dev/null +++ b/data/ficus/test/r_43.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b86e50a48573d00db6e197f80211d2942c341636919da2484047a5a11ae661e +size 290096 diff --git a/data/ficus/test/r_43_depth_0136.png b/data/ficus/test/r_43_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..4f63ec32122b2e6ab1a188ceb9375d50f1738ef5 --- /dev/null +++ b/data/ficus/test/r_43_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bd4b4f29fa2787537873e00ff69cad26a81b3dbbecf4b6e2ee08d6f97afca01 +size 59878 diff --git a/data/ficus/test/r_44.png b/data/ficus/test/r_44.png new file mode 100644 index 0000000000000000000000000000000000000000..0921b6a8c615d3965c2d3066f266b6a38c1aaf47 --- /dev/null +++ b/data/ficus/test/r_44.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff1e698d3565a02226ab5b7ee3012785a8c303e5453cd08a0957d3c8bc45be2f +size 286862 diff --git a/data/ficus/test/r_44_depth_0136.png b/data/ficus/test/r_44_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..4ead35a883f19810aad3a4b7c3be3372e6f8206d --- /dev/null +++ b/data/ficus/test/r_44_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:838d34b38f7053ac129fdef40f967324f2cdc52eac97a75e0cb7a447bde6626b +size 58600 diff --git a/data/ficus/test/r_45.png b/data/ficus/test/r_45.png new file mode 100644 index 0000000000000000000000000000000000000000..93bc124e0d93f653fa596285138cb01eafda1cb1 --- /dev/null +++ b/data/ficus/test/r_45.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:914aa2515faec994598e3fff9f6323ce96c005ba459c741b9906d369f393e79b +size 285125 diff --git a/data/ficus/test/r_45_depth_0136.png b/data/ficus/test/r_45_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..001ec1c1814e594d4d64bcd63313af84c5c097dc --- /dev/null +++ b/data/ficus/test/r_45_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7ded4e584c0ae5c30c90143013733aab559a585695ce426530846616a65fb3 +size 58386 diff --git a/data/ficus/test/r_46.png b/data/ficus/test/r_46.png new file mode 100644 index 0000000000000000000000000000000000000000..4e65252b06fb012937a165fee0209a3ef8744b38 --- /dev/null +++ b/data/ficus/test/r_46.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f225a954c580216640c69bb3e9ea7fa3ce1fc11be475ca8c571c760b71f5954 +size 283715 diff --git a/data/ficus/test/r_46_depth_0136.png b/data/ficus/test/r_46_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..a152fa4a941c9fc50e175f0ec501835d2c711b0a --- /dev/null +++ b/data/ficus/test/r_46_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee5ac67a8ea41459b2e4af362c07f524eafcad9ca98865c9a65ec27bfd752f7b +size 58441 diff --git a/data/ficus/test/r_47.png b/data/ficus/test/r_47.png new file mode 100644 index 0000000000000000000000000000000000000000..6de20a56302d90b8609f182a55f9b5591c00cd73 --- /dev/null +++ b/data/ficus/test/r_47.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd7c520708ff89502060a53269ce7bba7aef5a045bf55735149da1d7ab544663 +size 282096 diff --git a/data/ficus/test/r_47_depth_0136.png b/data/ficus/test/r_47_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..03cc48fd2a1f60f827207869f4fa288a381ea7e6 --- /dev/null +++ b/data/ficus/test/r_47_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffce73f05872f1f926b18629f857cc67904204885d738ed370ba7b6c8142f286 +size 58440 diff --git a/data/ficus/test/r_48.png b/data/ficus/test/r_48.png new file mode 100644 index 0000000000000000000000000000000000000000..05132af6ae6483ea6de6f07a00feefff33d86038 --- /dev/null +++ b/data/ficus/test/r_48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f92ad301603f981123e04d995950ffa9125fc76d35f89a20147bca9f77b8fff +size 283057 diff --git a/data/ficus/test/r_48_depth_0136.png b/data/ficus/test/r_48_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..d34c95670f801c1be7cec0879cbe215741fbab62 --- /dev/null +++ b/data/ficus/test/r_48_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9108471aabefde970437c967314e763d16c780f348db8a158180208973995c +size 58453 diff --git a/data/ficus/test/r_49.png b/data/ficus/test/r_49.png new file mode 100644 index 0000000000000000000000000000000000000000..24dbc9e403b4c745bf28845d4d73177502525ec5 --- /dev/null +++ b/data/ficus/test/r_49.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7704ad3f10ccb2702e437023ead5596e80a1566907889172e6a3729d41943d54 +size 288047 diff --git a/data/ficus/test/r_49_depth_0136.png b/data/ficus/test/r_49_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..ce8a2b0b353d8191b317b2e568ec6056b12eec7a --- /dev/null +++ b/data/ficus/test/r_49_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f18419137aacd033cdcafc3bae6e123aec489b4dac0ee8357b2b04dd5fecfc65 +size 58806 diff --git a/data/ficus/test/r_4_depth_0136.png b/data/ficus/test/r_4_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..4681ae194eed4787d167034223292f1bc5b37248 --- /dev/null +++ b/data/ficus/test/r_4_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a477c374d83a66d283050033845e92faa895e949fec430b07655c686d412a5d +size 59822 diff --git a/data/ficus/test/r_5.png b/data/ficus/test/r_5.png new file mode 100644 index 0000000000000000000000000000000000000000..5c5966dc1baf48b225d34d80dbc42256d8ed2371 --- /dev/null +++ b/data/ficus/test/r_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1f16efb62d9531a1792ffc5fbb145bc241ca1969ef386f17aedf462d66feb7 +size 291958 diff --git a/data/ficus/test/r_50.png b/data/ficus/test/r_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7c972e87bf6297130975051f5a39adaa7fee6d42 --- /dev/null +++ b/data/ficus/test/r_50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b688a38b90a57e64c9d04012d34e46704df857ffd63bcfe636e70d717eae90 +size 294613 diff --git a/data/ficus/test/r_50_depth_0136.png b/data/ficus/test/r_50_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..ec8d61db29902cd5140c194cd3813becf9eb66e5 --- /dev/null +++ b/data/ficus/test/r_50_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:900c33fbf0998ce279ebff918e4742746dfb2a246d9daaf0446ae5da663e8a91 +size 59726 diff --git a/data/ficus/test/r_51.png b/data/ficus/test/r_51.png new file mode 100644 index 0000000000000000000000000000000000000000..b7c5d9351164b51ed58b5b02789a46026081b60a --- /dev/null +++ b/data/ficus/test/r_51.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75561f2cb626bae06f215d285e76b658b6d85ce035a1d57f879d99f19d93b4dc +size 302488 diff --git a/data/ficus/test/r_51_depth_0136.png b/data/ficus/test/r_51_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..c633fb3eeab39831907fdcaba67d70877d8e3b62 --- /dev/null +++ b/data/ficus/test/r_51_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6447ac53f4a51a3dbb0d750378e2d6cf404659cced326e7f540a4acf19205c7c +size 60515 diff --git a/data/ficus/test/r_52.png b/data/ficus/test/r_52.png new file mode 100644 index 0000000000000000000000000000000000000000..c738effb01e9ad3c387038515d84a73b92eead77 --- /dev/null +++ b/data/ficus/test/r_52.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b2cd05d8354410ea441225bb28a45dae488ddb1246abebad1192ef69abc73bb +size 310023 diff --git a/data/ficus/test/r_52_depth_0136.png b/data/ficus/test/r_52_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..e44fd3c1129c7ed0f6b04613cf2d60b18d4bf9e9 --- /dev/null +++ b/data/ficus/test/r_52_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b7e9ff15ea415ad3c7f1bf4a9a7b6bb91e7a588d505a594267dbc9bc38d8b8d +size 61891 diff --git a/data/ficus/test/r_53.png b/data/ficus/test/r_53.png new file mode 100644 index 0000000000000000000000000000000000000000..e5eee227737da9478de04c772b31c93ebe693e6e --- /dev/null +++ b/data/ficus/test/r_53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f71983dc3de124b63ee6a97ec1f6e53d47939919a804752d6c9af18a17e46032 +size 318240 diff --git a/data/ficus/test/r_53_depth_0136.png b/data/ficus/test/r_53_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..af768e050e92b2911cdd6278ae9aa3ae2a87f671 --- /dev/null +++ b/data/ficus/test/r_53_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3b1f9b4080626a85cdb78464620ce6a80af0a5105833b676aa484d5d9ff39ea +size 62898 diff --git a/data/ficus/test/r_54.png b/data/ficus/test/r_54.png new file mode 100644 index 0000000000000000000000000000000000000000..0b33bc7fe84af15189ed70a8fba5e38a9b3489d6 --- /dev/null +++ b/data/ficus/test/r_54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec49606732d11c1d7c706cefae923e27c1272b3468cefe3034b62fe62477a4a6 +size 326242 diff --git a/data/ficus/test/r_54_depth_0136.png b/data/ficus/test/r_54_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..a2426584463a149b37221973532ebcbe723c2101 --- /dev/null +++ b/data/ficus/test/r_54_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7140e1443622a846f80def17d108e510d63ea83a61ac3bfc34475b125ff4e79e +size 62994 diff --git a/data/ficus/test/r_55.png b/data/ficus/test/r_55.png new file mode 100644 index 0000000000000000000000000000000000000000..7b9e77b842180155c6e6726f09ef47207a63c168 --- /dev/null +++ b/data/ficus/test/r_55.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35ec926c587d0330f47f6386cf0fddce5fbdf7ac7dea9da4bbc2cd625870e019 +size 330385 diff --git a/data/ficus/test/r_55_depth_0136.png b/data/ficus/test/r_55_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..ea13184256b2da7792cb4dd92e253e41c4464daa --- /dev/null +++ b/data/ficus/test/r_55_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d63da2c1ba45984af5d7ec4d207e795ce37b5cbba11c03ff68c3b652042c254f +size 63549 diff --git a/data/ficus/test/r_56.png b/data/ficus/test/r_56.png new file mode 100644 index 0000000000000000000000000000000000000000..ab5d19e75fdf7ad0a93b39eda2bfd041e7f0959d --- /dev/null +++ b/data/ficus/test/r_56.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf7186502c8795ae0a2dd54c7176400c935f8904dbc21df2d0acd148580636b +size 333082 diff --git a/data/ficus/test/r_56_depth_0136.png b/data/ficus/test/r_56_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..74b097178b1726f675e6645c2912beaa2b7b6cbb --- /dev/null +++ b/data/ficus/test/r_56_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9114f479430255f18755dcd6f8c686d8c82dcb8298f4a18ef344e555d36ab817 +size 63811 diff --git a/data/ficus/test/r_57.png b/data/ficus/test/r_57.png new file mode 100644 index 0000000000000000000000000000000000000000..e4c5bdf58177e36765d962b5d4489e30ffc04092 --- /dev/null +++ b/data/ficus/test/r_57.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86bf3f7f36111e460a56c269a70598794ee2c7fb136aa46157c3c4a69ef96d66 +size 337839 diff --git a/data/ficus/test/r_57_depth_0136.png b/data/ficus/test/r_57_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..27affd271676cd37e0aaa11029d7f1a16a9d8811 --- /dev/null +++ b/data/ficus/test/r_57_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fe45841410e56113190e458175d28be351ccd6b59b207845c6336236f9317e3 +size 64121 diff --git a/data/ficus/test/r_58.png b/data/ficus/test/r_58.png new file mode 100644 index 0000000000000000000000000000000000000000..f12a4ab4dda2c950dfe0589ff49ac23c9b152c1f --- /dev/null +++ b/data/ficus/test/r_58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5755a42630e5194a2fc30c1dce8723b1089004cf3a458db432e5d23a088ba328 +size 340172 diff --git a/data/ficus/test/r_58_depth_0136.png b/data/ficus/test/r_58_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..8738106acbd864a19d1280698cb932498f0a4438 --- /dev/null +++ b/data/ficus/test/r_58_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:940dcd3f4efdba685fdf1ea385e3f88222f2c08a800ca64d7065b28d574c5d3b +size 64483 diff --git a/data/ficus/test/r_59.png b/data/ficus/test/r_59.png new file mode 100644 index 0000000000000000000000000000000000000000..71b15be19d28748d4545f81a3c0d1a0502e4e1c3 --- /dev/null +++ b/data/ficus/test/r_59.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:973f6e3a3a3e0eb9e5b21d7a712e09a70748809b450cbd1fbd1f5abe67f9bee8 +size 341000 diff --git a/data/ficus/test/r_59_depth_0136.png b/data/ficus/test/r_59_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..07b82267dc0c855b196ab15c3275e0bfd3c2242b --- /dev/null +++ b/data/ficus/test/r_59_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4110d983f6e20fb63908c67f838c05e0488bdb9ae9f2a62501c89aa3fe372706 +size 64213 diff --git a/data/ficus/test/r_5_depth_0136.png b/data/ficus/test/r_5_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..64c989ee7c7cba1263bca6a25725f18ee2272573 --- /dev/null +++ b/data/ficus/test/r_5_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf1b0fa31d90a2bfc2e3b711fffe750e8a1b86c283d378f550a0b0fcf2cb489 +size 59649 diff --git a/data/ficus/test/r_6.png b/data/ficus/test/r_6.png new file mode 100644 index 0000000000000000000000000000000000000000..a72564490dc1ebf6c3969ef94b87751c5fe6ac75 --- /dev/null +++ b/data/ficus/test/r_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb097c6cdad22493d9f7f526b9247f93f1310b1542418b81300288f73ab17b48 +size 296519 diff --git a/data/ficus/test/r_60.png b/data/ficus/test/r_60.png new file mode 100644 index 0000000000000000000000000000000000000000..0985663dfc6d5b2f4d8e37bc491f029bb8faaf36 --- /dev/null +++ b/data/ficus/test/r_60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c85fd2485f172ed832897026e8207ec2d76c682f8fd7daf9f79108404a06a68 +size 341911 diff --git a/data/ficus/test/r_60_depth_0136.png b/data/ficus/test/r_60_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..4457e8b0cf45f7c968a791dd7197ada3063524e3 --- /dev/null +++ b/data/ficus/test/r_60_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4bb6af08d58da5f20f45299debe4b7b2d294a65ce425daaaec3681dc7b355c0 +size 64021 diff --git a/data/ficus/test/r_61.png b/data/ficus/test/r_61.png new file mode 100644 index 0000000000000000000000000000000000000000..5ded22523762d00d08dbd3c0f1877fd7ead07721 --- /dev/null +++ b/data/ficus/test/r_61.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d0c96632c8fb7d239001343c9745fbc7ad2cca6c02c34282071a60a784eb6a0 +size 341915 diff --git a/data/ficus/test/r_61_depth_0136.png b/data/ficus/test/r_61_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..815baf2702aa097fa5e276402ec56061188804e7 --- /dev/null +++ b/data/ficus/test/r_61_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a5b2c2af0c8a4475740cd104bee0404267866fbbc7e0a283517309d3babfded +size 64076 diff --git a/data/ficus/test/r_62.png b/data/ficus/test/r_62.png new file mode 100644 index 0000000000000000000000000000000000000000..0b0e2196733074bd5856eda96ce5c35d9e43e7f3 --- /dev/null +++ b/data/ficus/test/r_62.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55475216177e19a977764be9170102204db741ebba26c9fc72bbda23afe4170e +size 340708 diff --git a/data/ficus/test/r_62_depth_0136.png b/data/ficus/test/r_62_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..eabe1515dcc36ab52ed0f81d16674caf310d4bd7 --- /dev/null +++ b/data/ficus/test/r_62_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f19b7e623bb03f8f21a9ccf1ed866b2024d2b28dfde523448768bc64f9ea1e58 +size 64086 diff --git a/data/ficus/test/r_63.png b/data/ficus/test/r_63.png new file mode 100644 index 0000000000000000000000000000000000000000..62601c1b78a90638c8476839dc30b66176d675d7 --- /dev/null +++ b/data/ficus/test/r_63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b63d761e482ee06c326bfefb5aca9a98d728675453389e04e895a5e475df85 +size 336514 diff --git a/data/ficus/test/r_63_depth_0136.png b/data/ficus/test/r_63_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..198b8f2e844494510d441691f7911d65f85a17e9 --- /dev/null +++ b/data/ficus/test/r_63_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1626aa958365fb08856685255a7b6de02c7e383f1d7308a1d1450f88faf076f3 +size 63532 diff --git a/data/ficus/test/r_64.png b/data/ficus/test/r_64.png new file mode 100644 index 0000000000000000000000000000000000000000..c90bd5e1c221fe68bcb3df0ebe578dae49cf2b3b --- /dev/null +++ b/data/ficus/test/r_64.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:941af557dac50907d738ff0ac3ac901503256361b701d711c9bbcac05032a184 +size 331547 diff --git a/data/ficus/test/r_64_depth_0136.png b/data/ficus/test/r_64_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..abdad3354fc08647da5313e440bd2a2e15f86afd --- /dev/null +++ b/data/ficus/test/r_64_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f903c7c468095f989b139ad1305fea08aa6e974e3e051effd51671f1bfde6d87 +size 63090 diff --git a/data/ficus/test/r_65.png b/data/ficus/test/r_65.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f34934fa555fd5513d8b3432761c06b9b8a570 --- /dev/null +++ b/data/ficus/test/r_65.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f5122b08b7b9a440ef5da574936f579e37bb7acb9f77e091a7d97e8872974db +size 328972 diff --git a/data/ficus/test/r_65_depth_0136.png b/data/ficus/test/r_65_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..5dfe69b40214e1315c85db9e4997cb00797bfb83 --- /dev/null +++ b/data/ficus/test/r_65_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:428fe58b431f089b23343d17328c61e29db2b1a85e5b5438f67e614804a6eb2f +size 62995 diff --git a/data/ficus/test/r_66.png b/data/ficus/test/r_66.png new file mode 100644 index 0000000000000000000000000000000000000000..27040fae0d2480bf25b717cae039dcdebf4fcccc --- /dev/null +++ b/data/ficus/test/r_66.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8137558518ec0ecf5f8eabdda94e4dcf3a349d8e2de239ff1e3bb0248c746f76 +size 327301 diff --git a/data/ficus/test/r_66_depth_0136.png b/data/ficus/test/r_66_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..c4f7fb0520857f10bc550cd79faff2cb74983cc7 --- /dev/null +++ b/data/ficus/test/r_66_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a0381dddcc2b5bc4ab31cd7f7b28e2dedcb58d617e55ebf10da7028fa1dd52 +size 63136 diff --git a/data/ficus/test/r_67.png b/data/ficus/test/r_67.png new file mode 100644 index 0000000000000000000000000000000000000000..009769f7be7daf29d94892736608db83808145ae --- /dev/null +++ b/data/ficus/test/r_67.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123bd71a5022a72e802528afda8da0452dde5085150f3e0d70b551c16fe2e6c9 +size 327334 diff --git a/data/ficus/test/r_67_depth_0136.png b/data/ficus/test/r_67_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..86a129c44ce55244e9169b5668fe2b34c5568906 --- /dev/null +++ b/data/ficus/test/r_67_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8cd1f9e7f07ec3013f0fbdf6aaaecb262b824ceed5100f299f77a2bfcf3ea56 +size 63366 diff --git a/data/ficus/test/r_68.png b/data/ficus/test/r_68.png new file mode 100644 index 0000000000000000000000000000000000000000..61e7c61afba9f3aa5caa61ca15a2896b365c4637 --- /dev/null +++ b/data/ficus/test/r_68.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e3e21ab352a5b023a16f1f12152f6d12f64efff2e8eaeedf2e1b04794c5c9a +size 327680 diff --git a/data/ficus/test/r_68_depth_0136.png b/data/ficus/test/r_68_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..89c2a4d3e59324bc5a6d0b2006d7d8cba8d4cb47 --- /dev/null +++ b/data/ficus/test/r_68_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c880e1377b9c481f092bdb1f354c3f46a7f40dba787fa42919c4aaca7935e7b +size 63494 diff --git a/data/ficus/test/r_69.png b/data/ficus/test/r_69.png new file mode 100644 index 0000000000000000000000000000000000000000..0434c96b610a2bab67e487ec8b3bb622790094c5 --- /dev/null +++ b/data/ficus/test/r_69.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceea6b78e6e72d94af2968c21763913b7d90de4b4e0fc9af14a0ee32e8becabc +size 327280 diff --git a/data/ficus/test/r_69_depth_0136.png b/data/ficus/test/r_69_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..cba3d08eb6dc8b08841d06da19acc8d62b7607d8 --- /dev/null +++ b/data/ficus/test/r_69_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b438eb6d67921d51110f972b42b83ad466e360599b40c5b3535f6dcbdc87e9d +size 63884 diff --git a/data/ficus/test/r_6_depth_0136.png b/data/ficus/test/r_6_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb7312a3ec53901b3818aa8497c2d166b0c1838 --- /dev/null +++ b/data/ficus/test/r_6_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469ed9db7d34fc3631410dd9f6e85f500679d82f55be58d7537fc6b7070efcc8 +size 60968 diff --git a/data/ficus/test/r_7.png b/data/ficus/test/r_7.png new file mode 100644 index 0000000000000000000000000000000000000000..732096533ac8fe3532ebc3883611271cedc4eb6f --- /dev/null +++ b/data/ficus/test/r_7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d62c3ba730c28073dceb96578f621111ebe39a15e588b3e0e9c40f6dae177cec +size 301069 diff --git a/data/ficus/test/r_70.png b/data/ficus/test/r_70.png new file mode 100644 index 0000000000000000000000000000000000000000..ee78ea41e4290d37936cae7e91cb4d60854aebcd --- /dev/null +++ b/data/ficus/test/r_70.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ed89b522ecd49d9147b6d06de547057ae5c4311f04307e46e7b02c27a8f2a0 +size 330660 diff --git a/data/ficus/test/r_70_depth_0136.png b/data/ficus/test/r_70_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..a70f504e23b68bda0a39e09f389f469b41070122 --- /dev/null +++ b/data/ficus/test/r_70_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df599798cfb6275897e5780da0af81402111f24e9bda8f6106afb92b92a94f8 +size 64320 diff --git a/data/ficus/test/r_71.png b/data/ficus/test/r_71.png new file mode 100644 index 0000000000000000000000000000000000000000..410eea3651a2906870a3da1d644d8d2990caa825 --- /dev/null +++ b/data/ficus/test/r_71.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539d150c92835813873121873ed7cd0ae22bf345b86b6ad8fe207c86d9f30997 +size 333304 diff --git a/data/ficus/test/r_71_depth_0136.png b/data/ficus/test/r_71_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..5728844831431f59991ce72738f89bd366475df3 --- /dev/null +++ b/data/ficus/test/r_71_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae729d5f1029e42cd9f2aa742ad9701671c5ce76b72ef133c855dcbc21f5d69 +size 65000 diff --git a/data/ficus/test/r_72.png b/data/ficus/test/r_72.png new file mode 100644 index 0000000000000000000000000000000000000000..abda7e0a230f355e03c0075a3487f597b93ba52f --- /dev/null +++ b/data/ficus/test/r_72.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c788af5f95c0ccbfb550ad0ddff2078582ba3f754eb42b33ad319c581cd3a7b +size 336256 diff --git a/data/ficus/test/r_72_depth_0136.png b/data/ficus/test/r_72_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..c8b7943bcd1779a591fa750a1ba371572a519b98 --- /dev/null +++ b/data/ficus/test/r_72_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b0208024bdc942f7d55e2ca4dd95027d34e2b7e9a4ac02607298c766469299 +size 64889 diff --git a/data/ficus/test/r_73.png b/data/ficus/test/r_73.png new file mode 100644 index 0000000000000000000000000000000000000000..435c2e145654d9c8630ed9eb785c85073d0f7bed --- /dev/null +++ b/data/ficus/test/r_73.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dab701d723eeac68ed409c15c0c24cacc619274631c686f5f5bd28300d643639 +size 339166 diff --git a/data/ficus/test/r_73_depth_0136.png b/data/ficus/test/r_73_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..5947c44fe56272473e7125ea4759d1f148aca9b9 --- /dev/null +++ b/data/ficus/test/r_73_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad5020bedb0eb25a95b572cce3b17c548c2c64dd149b3584449005cca1e5cb99 +size 65144 diff --git a/data/ficus/test/r_74.png b/data/ficus/test/r_74.png new file mode 100644 index 0000000000000000000000000000000000000000..77c871310999e1c7b715dc250ffaad9604bfd351 --- /dev/null +++ b/data/ficus/test/r_74.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f95c453f961f592a360d30fc9d524ed76d4b187f86d5808bb14602f33d09a9c +size 342407 diff --git a/data/ficus/test/r_74_depth_0136.png b/data/ficus/test/r_74_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..1eaf84c612a20ada2562a7cbdcf5c62204524787 --- /dev/null +++ b/data/ficus/test/r_74_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed32b55940eefa962b0f05ad4547a78bdc27e88b3a19bb0fecede3f2cf0b69dc +size 65201 diff --git a/data/ficus/test/r_75.png b/data/ficus/test/r_75.png new file mode 100644 index 0000000000000000000000000000000000000000..c503f5868a735735cd417ef8bc654de8deb2a940 --- /dev/null +++ b/data/ficus/test/r_75.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d68b8720eba0ddf9fc804c00b423e9d65db0b496d7d26b718b23e798c0bc4f +size 343653 diff --git a/data/ficus/test/r_75_depth_0136.png b/data/ficus/test/r_75_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..f2c85188c03b433c1da65a5e5cc65a44f120c9e7 --- /dev/null +++ b/data/ficus/test/r_75_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:317a7665ec627bd35c3523d6dfe54d8933a3c7f69d9f3ab39a8dd88836fdfcad +size 65435 diff --git a/data/ficus/test/r_76.png b/data/ficus/test/r_76.png new file mode 100644 index 0000000000000000000000000000000000000000..79c5e7a1184ed338556281f48337ae74445e7ca6 --- /dev/null +++ b/data/ficus/test/r_76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e0aeeab03d7e65231827d6d75c354f064f0ee9a8b5735311eb6ac9a4fbbf279 +size 344170 diff --git a/data/ficus/test/r_76_depth_0136.png b/data/ficus/test/r_76_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..c69020505ad931faa57fc16e36aad5e0adcd4b7f --- /dev/null +++ b/data/ficus/test/r_76_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c36f5d818ba5831930cb02eb1a129f580d1fb09472f957cce932019e159e9de +size 65803 diff --git a/data/ficus/test/r_77.png b/data/ficus/test/r_77.png new file mode 100644 index 0000000000000000000000000000000000000000..b18cf2ff00edfb49568268f088cd2fc6e89700ed --- /dev/null +++ b/data/ficus/test/r_77.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c9b07a4a3de312b28d8ea84d87771547f58f7b1013b5a47e8bae8a76ad8faed +size 343671 diff --git a/data/ficus/test/r_77_depth_0136.png b/data/ficus/test/r_77_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..03ef873ef8447bc81f95807ea9d82c56baa6e8ec --- /dev/null +++ b/data/ficus/test/r_77_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d7e9888ec192e9fb6a4ac14d02fa86936e578cdc7a5f34de6b505a54e12599 +size 66041 diff --git a/data/ficus/test/r_78.png b/data/ficus/test/r_78.png new file mode 100644 index 0000000000000000000000000000000000000000..277a5ce789a1e561119850d487d3d66ca9e9b2a0 --- /dev/null +++ b/data/ficus/test/r_78.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33400a4df0f39efa1f88cdfd7ad06d9894cf2c10e00a6fd61a9b04e4eda72b24 +size 342187 diff --git a/data/ficus/test/r_78_depth_0136.png b/data/ficus/test/r_78_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..aecb2665da38386b82775c78e6faa9ddf805ee3d --- /dev/null +++ b/data/ficus/test/r_78_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a108e1f5b2700b91e8f0af6bda0bc6f3e46856a1408e5c94b676db7a2552bd2 +size 65429 diff --git a/data/ficus/test/r_79.png b/data/ficus/test/r_79.png new file mode 100644 index 0000000000000000000000000000000000000000..9380f6ee35a7bf069d54ad6288ad4fbccd513717 --- /dev/null +++ b/data/ficus/test/r_79.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:478530f76097818fa62e7594d3ade15f38ce59a4f16fe8021055724a392e6ce5 +size 341671 diff --git a/data/ficus/test/r_79_depth_0136.png b/data/ficus/test/r_79_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..b292bbbd7e2c5d300860138d90d343658319f697 --- /dev/null +++ b/data/ficus/test/r_79_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e960010b1ce708716d97b18aaa625a035978d75cc9efd5003440b39a5c7b95 +size 65285 diff --git a/data/ficus/test/r_7_depth_0136.png b/data/ficus/test/r_7_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..56efc62ca8d0ace9641c91bb135f61ca8d1685ab --- /dev/null +++ b/data/ficus/test/r_7_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cffafab168a57813986acfb0798a3a2a4596d441b688ecaec3e0c1d918ef236 +size 61520 diff --git a/data/ficus/test/r_8.png b/data/ficus/test/r_8.png new file mode 100644 index 0000000000000000000000000000000000000000..e6a966ecf22dda78673919f374c1c9c38c022cb1 --- /dev/null +++ b/data/ficus/test/r_8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f78e0b0476e052d5de8beeaa89172ddfdcf81c23659808e07e5fca6279d412 +size 304143 diff --git a/data/ficus/test/r_80.png b/data/ficus/test/r_80.png new file mode 100644 index 0000000000000000000000000000000000000000..18c88af48aca604a0a5b0126ddb7a63adcc71e74 --- /dev/null +++ b/data/ficus/test/r_80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c784143cbb2cfb26464865e751e05242905480038694a18e686cca6a9a50ff64 +size 339517 diff --git a/data/ficus/test/r_80_depth_0136.png b/data/ficus/test/r_80_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..1dd92036d3eae8a99d97040147a73190de6cbad5 --- /dev/null +++ b/data/ficus/test/r_80_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84c3d0b8999ef7a36f3687a37c9af4745ee3045375fc8f06b4fa8b930ab04d83 +size 64624 diff --git a/data/ficus/test/r_81.png b/data/ficus/test/r_81.png new file mode 100644 index 0000000000000000000000000000000000000000..8feadfba700a172abad3a7f0f9f952140a6865c4 --- /dev/null +++ b/data/ficus/test/r_81.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbeec3f94723f4541b6fcbd88559e92b82136dbfc5eab26b534c5679fb0be490 +size 336279 diff --git a/data/ficus/test/r_81_depth_0136.png b/data/ficus/test/r_81_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..a45597ea11e504599e0a7dd36e6cda884fad0415 --- /dev/null +++ b/data/ficus/test/r_81_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c3dbec11e8bf6bed55677c325cb9e23bec773471ef82540f4e55412facc07a7 +size 64769 diff --git a/data/ficus/test/r_82.png b/data/ficus/test/r_82.png new file mode 100644 index 0000000000000000000000000000000000000000..14ee840d413bebd5d806414e0eea5b6f7675231a --- /dev/null +++ b/data/ficus/test/r_82.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7454313303255423ce5196530707fa7289a19b8d479036aea80e14a8e008991e +size 334324 diff --git a/data/ficus/test/r_82_depth_0136.png b/data/ficus/test/r_82_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..785d0f65180b07712e04b1b54ce00334f35375bd --- /dev/null +++ b/data/ficus/test/r_82_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab40caf488bb21d49f846e02210f4b82330b5eed1a0007665fc9279d4c504fd7 +size 64362 diff --git a/data/ficus/test/r_83.png b/data/ficus/test/r_83.png new file mode 100644 index 0000000000000000000000000000000000000000..078be66d708eeb92ceac6f65727286f710fc96d1 --- /dev/null +++ b/data/ficus/test/r_83.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fbf46df45daf3934cc7cc3d0ac23951c163e89c0f5d925a4b038a0d152751b6 +size 328758 diff --git a/data/ficus/test/r_83_depth_0136.png b/data/ficus/test/r_83_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..6580d242bb2bd22cc608ec329f988407f8678f5d --- /dev/null +++ b/data/ficus/test/r_83_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe49d4e44e5cc16c21723d09cf1ba2af5c71b9ccc7fdd2f0cd59bdc00fae5d2 +size 63905 diff --git a/data/ficus/test/r_84.png b/data/ficus/test/r_84.png new file mode 100644 index 0000000000000000000000000000000000000000..2fc27114d9bcc3122582df2e4c2eab70331bf920 --- /dev/null +++ b/data/ficus/test/r_84.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:036147be1378926d0c753f22162c092b9e38e0eb4e30b519da28bf984b55fef7 +size 324135 diff --git a/data/ficus/test/r_84_depth_0136.png b/data/ficus/test/r_84_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..47f459861a08081b1502d1f3d7f2be9337f6a4b9 --- /dev/null +++ b/data/ficus/test/r_84_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b65c0156f030c3f3ae772d731c8cd0ddbde25a35dd96a2d46d6a2ee573cc48 +size 63400 diff --git a/data/ficus/test/r_85.png b/data/ficus/test/r_85.png new file mode 100644 index 0000000000000000000000000000000000000000..74730b6c83bdf7030e97a919e69c4926ba36afe7 --- /dev/null +++ b/data/ficus/test/r_85.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a01b46151e85b9e4d3434846f4bafb5d5c99777c035777132947f922e772fcdb +size 320631 diff --git a/data/ficus/test/r_85_depth_0136.png b/data/ficus/test/r_85_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..599c6689e86cc7ca121febba048506f5581dbbd3 --- /dev/null +++ b/data/ficus/test/r_85_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d8953c24ff9e599d660d47cb0a230212a847b82d300e6b7040441accfc78cf1 +size 63001 diff --git a/data/ficus/test/r_86.png b/data/ficus/test/r_86.png new file mode 100644 index 0000000000000000000000000000000000000000..89661e47f2a3ad010bb63148c343affc8ceaa210 --- /dev/null +++ b/data/ficus/test/r_86.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc4cdd643e826bde44f84277b2823419ae7005b09dffd15e7efbdeba5ad053b0 +size 314240 diff --git a/data/ficus/test/r_86_depth_0136.png b/data/ficus/test/r_86_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..c7d8b9effe9d07fc574724e83f24bf7f43aab166 --- /dev/null +++ b/data/ficus/test/r_86_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:064e0a1f216f4bd3b35a1389519056e04adc2ed3f722428701cf4587d2dce61b +size 62367 diff --git a/data/ficus/test/r_87.png b/data/ficus/test/r_87.png new file mode 100644 index 0000000000000000000000000000000000000000..86603fdd30444f0f7d61c9b71dc11cea7c67d126 --- /dev/null +++ b/data/ficus/test/r_87.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4870c3ee58d470999357a6e63ca463da619527edc63a7e79afb64e993132f41c +size 308540 diff --git a/data/ficus/test/r_87_depth_0136.png b/data/ficus/test/r_87_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..031734828118b002d7751120ccdf2e132410b15a --- /dev/null +++ b/data/ficus/test/r_87_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d182f9e7aefc4d49d69194dbaa2af3a3c5a24d922dbdb883f6d8d460141e21 +size 61961 diff --git a/data/ficus/test/r_88.png b/data/ficus/test/r_88.png new file mode 100644 index 0000000000000000000000000000000000000000..a756cf3492f4582267c4ecd02205e4ef6aa38185 --- /dev/null +++ b/data/ficus/test/r_88.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b7698f2b386b06eb3c9fbfc2591a255d813037f5201478456ef8b64ae0aeabb +size 304182 diff --git a/data/ficus/test/r_88_depth_0136.png b/data/ficus/test/r_88_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..40062f76c50313172152f11c2920bcf6c4766e22 --- /dev/null +++ b/data/ficus/test/r_88_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1afbe75dd265bebfcb75149be129c101efa54bc3714233a34ad55c73d585ceb +size 61596 diff --git a/data/ficus/test/r_89.png b/data/ficus/test/r_89.png new file mode 100644 index 0000000000000000000000000000000000000000..21919f9971746c1e627ef70cbbbb9c2e9ea04212 --- /dev/null +++ b/data/ficus/test/r_89.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:941ed3630cf82373133893e44683b1cf161c974b76725014c4e11e0b72bd02f6 +size 301257 diff --git a/data/ficus/test/r_89_depth_0136.png b/data/ficus/test/r_89_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..6e35e3e4b72ddff52c21905cc0365a230d06954c --- /dev/null +++ b/data/ficus/test/r_89_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e6af888be8bd0a1e0d36bff2f3026dd3a602c0265e29cdf7b8fd79f7ff5c348 +size 61349 diff --git a/data/ficus/test/r_8_depth_0136.png b/data/ficus/test/r_8_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..fc44b2296ade4c8f16459dc042f43a07b5c32d4e --- /dev/null +++ b/data/ficus/test/r_8_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8029edb177985c43b9c359defce399e3fe68a208785036c243e00c01c6eca4ee +size 62008 diff --git a/data/ficus/test/r_9.png b/data/ficus/test/r_9.png new file mode 100644 index 0000000000000000000000000000000000000000..2c411c404b25141fd8b3322100bf704b6124c185 --- /dev/null +++ b/data/ficus/test/r_9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b259e52c19a2f3867d92386620b8fb0e53faf8539a57a5ca889aae54b1c2c68c +size 308439 diff --git a/data/ficus/test/r_90.png b/data/ficus/test/r_90.png new file mode 100644 index 0000000000000000000000000000000000000000..dd20c42eecf0926f9e0b86f8c406f4b79d33dc9a --- /dev/null +++ b/data/ficus/test/r_90.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e8383561e2d8e72bc24b03595641db4c0491f586872cfd904ef29e9d965367e +size 299486 diff --git a/data/ficus/test/r_90_depth_0136.png b/data/ficus/test/r_90_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..3407655e563b405c942a8dd7df85986be6c114f9 --- /dev/null +++ b/data/ficus/test/r_90_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f5d4a9d7206ff27ec54fe4f95464f89d85760f327e3bc86437ec4b764d58acf +size 61096 diff --git a/data/ficus/test/r_91.png b/data/ficus/test/r_91.png new file mode 100644 index 0000000000000000000000000000000000000000..09d7c8593753451d065d515456b290e742cc7975 --- /dev/null +++ b/data/ficus/test/r_91.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1f270d287c86966edbe08807db3a83d5294c83afe964874aa66e1118c87f0e +size 297853 diff --git a/data/ficus/test/r_91_depth_0136.png b/data/ficus/test/r_91_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..718acbf222181691dadbdc3bd13e1f5b1d42ded7 --- /dev/null +++ b/data/ficus/test/r_91_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5f1f6c18785b7004407d3df732e5ec7fe5dbd688233bb26f23ae27d772807f +size 60243 diff --git a/data/ficus/test/r_92.png b/data/ficus/test/r_92.png new file mode 100644 index 0000000000000000000000000000000000000000..cab1df1811a8429b6b6318d62cab7ce8afe131c5 --- /dev/null +++ b/data/ficus/test/r_92.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd208ce9f2d54a44b3502140da95591e1b8338ccadc6c41d8eecd4ff72131ef2 +size 295975 diff --git a/data/ficus/test/r_92_depth_0136.png b/data/ficus/test/r_92_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..45b1f66308269402b2c4fe27ebd92fc85b4126cc --- /dev/null +++ b/data/ficus/test/r_92_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b76f855fdfdc983d70fd26887b487fbd71117958702b657427a995e223241f +size 60344 diff --git a/data/ficus/test/r_93.png b/data/ficus/test/r_93.png new file mode 100644 index 0000000000000000000000000000000000000000..e95ad7b7a711aa602ddd227926f86d0a4394660c --- /dev/null +++ b/data/ficus/test/r_93.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:377559307801bcdfb3eb40284ac5421991f7424cca6303ede33be4b5347c189f +size 293532 diff --git a/data/ficus/test/r_93_depth_0136.png b/data/ficus/test/r_93_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..1cfcb52597cdceacf5ccd6ffd45558fee0d88314 --- /dev/null +++ b/data/ficus/test/r_93_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a20e9469a84f58ecf2ac42e54cf0df6075231f058c370ed2596bc85ea7dee610 +size 60921 diff --git a/data/ficus/test/r_94.png b/data/ficus/test/r_94.png new file mode 100644 index 0000000000000000000000000000000000000000..b6ab1a8c6dc2a50dbd5d5ab599986c5498b2ed3f --- /dev/null +++ b/data/ficus/test/r_94.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beb6b94ab23f879676543e8e5d4f6a850c4bd55d3f12829978243169207cfb49 +size 288122 diff --git a/data/ficus/test/r_94_depth_0136.png b/data/ficus/test/r_94_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..b5efef7ffa0b4351a378088ea96630c8a1d8edd6 --- /dev/null +++ b/data/ficus/test/r_94_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0054065abf687b1ff2423c2c13927b577bec98c8ee52b8a8b61fccc9f3e22b55 +size 59985 diff --git a/data/ficus/test/r_95.png b/data/ficus/test/r_95.png new file mode 100644 index 0000000000000000000000000000000000000000..19b667ba14ec609b3b7b11061abeec1ef8bc00e2 --- /dev/null +++ b/data/ficus/test/r_95.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65668dc38607de44a684ce88d1a9569cd77f391dae97c752c59b69933c96f834 +size 284326 diff --git a/data/ficus/test/r_95_depth_0136.png b/data/ficus/test/r_95_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..be98e0fb971357e0bd2b2dd55f3cc67fee3a5e46 --- /dev/null +++ b/data/ficus/test/r_95_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:953a4b8235d3057b048e73b7ad5bccb5e456543438978ccd73f43de7c22b2136 +size 59895 diff --git a/data/ficus/test/r_96.png b/data/ficus/test/r_96.png new file mode 100644 index 0000000000000000000000000000000000000000..16492ed8e8d21ba836d680eb0d102970e93a1291 --- /dev/null +++ b/data/ficus/test/r_96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88b01191911982b23f7607b3696854983f73a3c8125284709935a72bf0d8eea +size 280480 diff --git a/data/ficus/test/r_96_depth_0136.png b/data/ficus/test/r_96_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..9fa9fca8eb116dd87340cbdcd7dc6062bb4b5284 --- /dev/null +++ b/data/ficus/test/r_96_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df2af48b0b9c050d45ea76065a31ac0e147a611d9d8e2d72bde53742d165045 +size 59214 diff --git a/data/ficus/test/r_97.png b/data/ficus/test/r_97.png new file mode 100644 index 0000000000000000000000000000000000000000..24e364539f2cb473d706fd3008accc671ee42949 --- /dev/null +++ b/data/ficus/test/r_97.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a86448f5c40ee491747a2c1e6cb72f41c208ce1afde1ba76d7941fc76c6248 +size 277510 diff --git a/data/ficus/test/r_97_depth_0136.png b/data/ficus/test/r_97_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..503d1727e6644a98f54df290b3e0ed61941f6534 --- /dev/null +++ b/data/ficus/test/r_97_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a72808f23af25943399e3283d79d5f0806acd8b7ec7d29f79975b60a98616f +size 58815 diff --git a/data/ficus/test/r_98.png b/data/ficus/test/r_98.png new file mode 100644 index 0000000000000000000000000000000000000000..a43e566b51705adcf3019717f5ebecb1d01a7c18 --- /dev/null +++ b/data/ficus/test/r_98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:180bb60e3a141fc0f0c71f2e6b814b45265000e1311f772d7502915a8cbf0873 +size 275845 diff --git a/data/ficus/test/r_98_depth_0136.png b/data/ficus/test/r_98_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..fa3338f3157701ee5a13f775098e62636b5ff3a5 --- /dev/null +++ b/data/ficus/test/r_98_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3206a433cf63a938f049d9d92e3177e9ba141ee5a73c11c39e3aca3a02760ce +size 58194 diff --git a/data/ficus/test/r_99.png b/data/ficus/test/r_99.png new file mode 100644 index 0000000000000000000000000000000000000000..b78a8ac8d989b3c0b73687d953eb0cd2f9d75f0c --- /dev/null +++ b/data/ficus/test/r_99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c51f5d5e9c6d27eb8990d814ad161ba496b64e53c55a86e22c97b2ddd9a12c0 +size 275113 diff --git a/data/ficus/test/r_99_depth_0136.png b/data/ficus/test/r_99_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..06703eec36d3b19fe5999377fed480892f258a3e --- /dev/null +++ b/data/ficus/test/r_99_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:269eb8cb5db4ebfe66bc52d16e613056c16ab1b99d64b40f394788418a17ee26 +size 58083 diff --git a/data/ficus/test/r_9_depth_0136.png b/data/ficus/test/r_9_depth_0136.png new file mode 100644 index 0000000000000000000000000000000000000000..ddc9dc9db48673d0cd825aa1d2bd923a1991af35 --- /dev/null +++ b/data/ficus/test/r_9_depth_0136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd4ffa2090f2f2beae5ab5491f979cddcc67b64cb3604790acee4048a4f5de4 +size 62350 diff --git a/data/ficus/train/r_0.png b/data/ficus/train/r_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e30dbe1251265f8588924f3e2716e7401344e3ef --- /dev/null +++ b/data/ficus/train/r_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce630db8f8a80da8f41066764c877256669c62cbd00459bc6343c7894795d5e +size 274530 diff --git a/data/ficus/train/r_1.png b/data/ficus/train/r_1.png new file mode 100644 index 0000000000000000000000000000000000000000..09ae85be6ba9037bfd0b75dcd6238777960ef4ca --- /dev/null +++ b/data/ficus/train/r_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8857613688e56961d3aab4d9e3b44efd1d7a8bb4dcab038f0150725ef96de6f0 +size 266077 diff --git a/data/ficus/train/r_10.png b/data/ficus/train/r_10.png new file mode 100644 index 0000000000000000000000000000000000000000..d0f98a01c7d6c4c9432f1a155a7eccd8e8edc980 --- /dev/null +++ b/data/ficus/train/r_10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a98e3a931b9852474510e3a28d605d5ed23c6e6d0c1c0324cb5fd2675090a641 +size 198780 diff --git a/data/ficus/train/r_11.png b/data/ficus/train/r_11.png new file mode 100644 index 0000000000000000000000000000000000000000..9a500e4b906226e7498f204044c5ba66ddfa567c --- /dev/null +++ b/data/ficus/train/r_11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9d0d166d05f27e9e00421d690e711204db3c3f88f6bca7c98e9e4bc371405ad +size 318568 diff --git a/data/ficus/train/r_12.png b/data/ficus/train/r_12.png new file mode 100644 index 0000000000000000000000000000000000000000..c60f8db7d57e0379025cdebfb1b48a212ba29136 --- /dev/null +++ b/data/ficus/train/r_12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c49c61bdf99339601ea9a3cfbb1b533c42c3235f387d2db719968b88aa45ae4d +size 302519 diff --git a/data/ficus/train/r_13.png b/data/ficus/train/r_13.png new file mode 100644 index 0000000000000000000000000000000000000000..7de5f1490e8845fb4753bfbf3fdf354b6e51c4b9 --- /dev/null +++ b/data/ficus/train/r_13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4803a43851006760f18be3d30f9d3cc655b980c7de5666df41c90323950382 +size 281150 diff --git a/data/ficus/train/r_14.png b/data/ficus/train/r_14.png new file mode 100644 index 0000000000000000000000000000000000000000..d9397f7a710ef5b31cc2d7221c8495973191e973 --- /dev/null +++ b/data/ficus/train/r_14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e5f30f77172ac7d39d1f61f2276e806df7826c5183488e2cc731839f664286 +size 131371 diff --git a/data/ficus/train/r_15.png b/data/ficus/train/r_15.png new file mode 100644 index 0000000000000000000000000000000000000000..aa3c7f6364f78eff17f019cfc7a360e59bb5be08 --- /dev/null +++ b/data/ficus/train/r_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda1fdbdd7566e9610b29df5488ad01927b7710aa162aff45ac04682261c2cbb +size 337128 diff --git a/data/ficus/train/r_16.png b/data/ficus/train/r_16.png new file mode 100644 index 0000000000000000000000000000000000000000..7d44acdcee7e4f0647f93bf00ae869fcc8bd4d5e --- /dev/null +++ b/data/ficus/train/r_16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0853ffb4c7c414b369640e452e39e542c7121ff631ce54bdd86d3b72c3b670f +size 265592 diff --git a/data/ficus/train/r_17.png b/data/ficus/train/r_17.png new file mode 100644 index 0000000000000000000000000000000000000000..0247180b6a035e1bb2f9d349188991a3e4885902 --- /dev/null +++ b/data/ficus/train/r_17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22346a6c70585efc5792c60e691ec95b4182ed703fc15777fce63b3577b7ef5b +size 272661 diff --git a/data/ficus/train/r_18.png b/data/ficus/train/r_18.png new file mode 100644 index 0000000000000000000000000000000000000000..a91540e094b84edc14e07761caf365c881f5bf9f --- /dev/null +++ b/data/ficus/train/r_18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95dd33d8ffc727b3b446a753cbecc9d792e412d1a7ab33fc252a24c672bee798 +size 261038 diff --git a/data/ficus/train/r_19.png b/data/ficus/train/r_19.png new file mode 100644 index 0000000000000000000000000000000000000000..abf995e22ba104eb1edcdd95569dd819b367bc96 --- /dev/null +++ b/data/ficus/train/r_19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4121b749fbe8c14080874443738d1af78ffa8c56c7e0445b26b71b72434b453 +size 279580 diff --git a/data/ficus/train/r_2.png b/data/ficus/train/r_2.png new file mode 100644 index 0000000000000000000000000000000000000000..7812847e4c90f88fce6b31022687818edc34ce71 --- /dev/null +++ b/data/ficus/train/r_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c5a94d7ca1c2ffdcbf04e31d5b307eb6df354faa11d06d6e852fd4f7b50bc7 +size 332019 diff --git a/data/ficus/train/r_20.png b/data/ficus/train/r_20.png new file mode 100644 index 0000000000000000000000000000000000000000..ec6c8ef56c09c187863b556b63aeb2ba104bc479 --- /dev/null +++ b/data/ficus/train/r_20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97418bc21ca260c943845e074fe50ef6dc36bdea6d07c1cae10ff3ec17f13e1d +size 314448 diff --git a/data/ficus/train/r_21.png b/data/ficus/train/r_21.png new file mode 100644 index 0000000000000000000000000000000000000000..ef181e0e3710ae987ad0685200f5ef546ea32419 --- /dev/null +++ b/data/ficus/train/r_21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bec310cbe14470efe4eda1fc9481fe1f08c0fc0df0d232d686e82026a943bb96 +size 284512 diff --git a/data/ficus/train/r_22.png b/data/ficus/train/r_22.png new file mode 100644 index 0000000000000000000000000000000000000000..6bebb697d953ab78fbe0c074a8d3f7f9a67f3e9e --- /dev/null +++ b/data/ficus/train/r_22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f285897b4486f312226d0f7259c2b5d930f9e04a8b3d65e449d92f786d0ae6c9 +size 326804 diff --git a/data/ficus/train/r_23.png b/data/ficus/train/r_23.png new file mode 100644 index 0000000000000000000000000000000000000000..555dfbe9f11e6d4958f7c06a2461093fc57e666e --- /dev/null +++ b/data/ficus/train/r_23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:582f814799053312cf853c2d9c3ce6a9768dc6d9dfa5909ac10f528302794f63 +size 268962 diff --git a/data/ficus/train/r_24.png b/data/ficus/train/r_24.png new file mode 100644 index 0000000000000000000000000000000000000000..e72810ea94a1357ee5eabdf16eea0e70cfa900ff --- /dev/null +++ b/data/ficus/train/r_24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df396b65ec322c68543d0ccc673dd74d50a2248ebe6ae4270108808a3fc68e6 +size 293672 diff --git a/data/ficus/train/r_25.png b/data/ficus/train/r_25.png new file mode 100644 index 0000000000000000000000000000000000000000..d66c87884f1e24b842741a0e08bc1ca8d1ddf7d7 --- /dev/null +++ b/data/ficus/train/r_25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7eefb4592d0cd1a074d3ff12fafbe511a844012a8d47a9a77e064168914b422 +size 327283 diff --git a/data/ficus/train/r_26.png b/data/ficus/train/r_26.png new file mode 100644 index 0000000000000000000000000000000000000000..d313f79c37e5172d60908f597218ef69804d7ff8 --- /dev/null +++ b/data/ficus/train/r_26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cae92902b9092649fb2ccb9b75737ae367b9bde1b697e05a8e957980cc74931 +size 278437 diff --git a/data/ficus/train/r_27.png b/data/ficus/train/r_27.png new file mode 100644 index 0000000000000000000000000000000000000000..ef09ca1ff3cc307fdacdf72dcf26705f6b80e297 --- /dev/null +++ b/data/ficus/train/r_27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af7d803081424658b53968144867c26859bf6ac9868f8ba88f03b6ecd59f69a9 +size 333973 diff --git a/data/ficus/train/r_28.png b/data/ficus/train/r_28.png new file mode 100644 index 0000000000000000000000000000000000000000..66eab07131cc14d9be41586b4b869e6f644f4483 --- /dev/null +++ b/data/ficus/train/r_28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a6b746c8180ce6d4236e9e54d3e8944614e35ab83b0a32f30127cc2757daa3f +size 316368 diff --git a/data/ficus/train/r_29.png b/data/ficus/train/r_29.png new file mode 100644 index 0000000000000000000000000000000000000000..8778a69d5c25ed3b15137fa2cd9cd0b5aa85effd --- /dev/null +++ b/data/ficus/train/r_29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a0bf8a58e76ec6a5cae68db023afb9c1ea4c9aa240b996f46aa957354652cf +size 308448 diff --git a/data/ficus/train/r_3.png b/data/ficus/train/r_3.png new file mode 100644 index 0000000000000000000000000000000000000000..8188030e49c4900ed33cb5accef9237c88d200c4 --- /dev/null +++ b/data/ficus/train/r_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bda1fcf536481fb1bbcaab97afe9d2c7ebe6e306ea6dc9acb9cd793f236d3e38 +size 329509 diff --git a/data/ficus/train/r_30.png b/data/ficus/train/r_30.png new file mode 100644 index 0000000000000000000000000000000000000000..1ac3de9879736051140e4e011455e4be62fcd35d --- /dev/null +++ b/data/ficus/train/r_30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3fe63862779fbd8723581dbcfb44d1c40189b952759b037df84b273fd13b067 +size 267995 diff --git a/data/ficus/train/r_31.png b/data/ficus/train/r_31.png new file mode 100644 index 0000000000000000000000000000000000000000..d57398cb6de366c0715cb7e39784978bc876a288 --- /dev/null +++ b/data/ficus/train/r_31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a1e37846d6635431dc9300dc134af14615866632448308a6d1db4d25bff2a6a +size 280954 diff --git a/data/ficus/train/r_32.png b/data/ficus/train/r_32.png new file mode 100644 index 0000000000000000000000000000000000000000..1dd74a823fbcae678cf6539ab191bbc016567e3a --- /dev/null +++ b/data/ficus/train/r_32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71078c9640ae325439958760a320003b29946fcb665a7cf4058c589bfe8be686 +size 294693 diff --git a/data/ficus/train/r_33.png b/data/ficus/train/r_33.png new file mode 100644 index 0000000000000000000000000000000000000000..822b82189d5e89545b057796c4fcf7211d2f4336 --- /dev/null +++ b/data/ficus/train/r_33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd9d8f2c08d2ff77369be081d748b7d6a051acd80013f9e77f1fa11b27b814a +size 311727 diff --git a/data/ficus/train/r_34.png b/data/ficus/train/r_34.png new file mode 100644 index 0000000000000000000000000000000000000000..0f817236257cf8c8a5f9f67702b47325b37d9fc9 --- /dev/null +++ b/data/ficus/train/r_34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb19bf2031a2a2ec5a669d217ba0c9a7cb66dc99330be574042978c8a31b2773 +size 283855 diff --git a/data/ficus/train/r_35.png b/data/ficus/train/r_35.png new file mode 100644 index 0000000000000000000000000000000000000000..9bceede25e0476f71f4a3095065625c698ce7d10 --- /dev/null +++ b/data/ficus/train/r_35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f5fef4f710521d32f3ba5df3f11f9c30c36c59b7ea0f1a42d1c28e164be591 +size 332558 diff --git a/data/ficus/train/r_36.png b/data/ficus/train/r_36.png new file mode 100644 index 0000000000000000000000000000000000000000..70d563ae7c6dca5bc17df828eb68fc3071c232a9 --- /dev/null +++ b/data/ficus/train/r_36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d46bbe71ab99b4a8c9c3205d07dd152f88a522487d3d7604db3984700a7f86b3 +size 283199 diff --git a/data/ficus/train/r_37.png b/data/ficus/train/r_37.png new file mode 100644 index 0000000000000000000000000000000000000000..dc7d911ba59c765aa4c4f7c289bbee932660ba57 --- /dev/null +++ b/data/ficus/train/r_37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:335b295df39c8c88f6c1fe08233fe681bdea8981b378fa281f5f66921eec3c43 +size 148510 diff --git a/data/ficus/train/r_38.png b/data/ficus/train/r_38.png new file mode 100644 index 0000000000000000000000000000000000000000..204c9780acb70b79ffb1ba2ddf362fb0cb5699a7 --- /dev/null +++ b/data/ficus/train/r_38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:378a46374d6f853cccafbaf214464b873dc1e356a8115081346f8fd1dc44e842 +size 302053 diff --git a/data/ficus/train/r_39.png b/data/ficus/train/r_39.png new file mode 100644 index 0000000000000000000000000000000000000000..feb3acc3a2d02dcb3cefe493e2555bd278dacbda --- /dev/null +++ b/data/ficus/train/r_39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:997f4fbb633ca4230fe23cee696fff72f854070a6649f6eee4a412d9169638e4 +size 282266 diff --git a/data/ficus/train/r_4.png b/data/ficus/train/r_4.png new file mode 100644 index 0000000000000000000000000000000000000000..16deebabebac86a85297fd01a7f55a265c3ca38f --- /dev/null +++ b/data/ficus/train/r_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95b2244fa1cf1a3e2287ebe1e82ecc647a392d54226ac80f3494b98955a1aca2 +size 306836 diff --git a/data/ficus/train/r_40.png b/data/ficus/train/r_40.png new file mode 100644 index 0000000000000000000000000000000000000000..24d91f0f80227cfe0b7ecbce08ec7c34e4f640ca --- /dev/null +++ b/data/ficus/train/r_40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca38d07b3aa2f16b3f18c5b6b47d097d7dd2d6a8f7e08ac78ef6f23aaeed46e +size 270425 diff --git a/data/ficus/train/r_41.png b/data/ficus/train/r_41.png new file mode 100644 index 0000000000000000000000000000000000000000..2788e7cdb1736b8a18ef473035f12a9247710f56 --- /dev/null +++ b/data/ficus/train/r_41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4ceabc8797b9e8086ef0c814bcba61728f3cfad234cf432483b86bce3eb0b14 +size 296779 diff --git a/data/ficus/train/r_42.png b/data/ficus/train/r_42.png new file mode 100644 index 0000000000000000000000000000000000000000..957b989d0a2d2cf3c5ab71ed46b9ed1a586dd64a --- /dev/null +++ b/data/ficus/train/r_42.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f3dc6d9b7e5b67939d68d16ee15737654df770c416b28fb3f83ec1f888b5be +size 307316 diff --git a/data/ficus/train/r_43.png b/data/ficus/train/r_43.png new file mode 100644 index 0000000000000000000000000000000000000000..79df80e7bee51325eef09716d1d19070891dec05 --- /dev/null +++ b/data/ficus/train/r_43.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963b21cdffd3709a26549e18b356538fa49fab7feeaa4bf0ce780e4feb7ab94b +size 301825 diff --git a/data/ficus/train/r_44.png b/data/ficus/train/r_44.png new file mode 100644 index 0000000000000000000000000000000000000000..a0215faea33aa5a0b1c6fda51d22bccbd8393114 --- /dev/null +++ b/data/ficus/train/r_44.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c6ec17ee781897ed4307ffbae04b34d7790bba8b2edc6442766bacf8e7ce66 +size 343025 diff --git a/data/ficus/train/r_45.png b/data/ficus/train/r_45.png new file mode 100644 index 0000000000000000000000000000000000000000..1d229373e79cb5d719b7631099274cd2d27726ce --- /dev/null +++ b/data/ficus/train/r_45.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15511ccfd744e947cdc68ac4d0e2c234eba783b0ef4cc652eff0d59ea81f6a0c +size 292392 diff --git a/data/ficus/train/r_46.png b/data/ficus/train/r_46.png new file mode 100644 index 0000000000000000000000000000000000000000..13688bf1e7052528ee2b51155f635e228434c836 --- /dev/null +++ b/data/ficus/train/r_46.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c16eafd4b771602cee44a44f59953f92824d19e4f738dd191e9a9315cfa282 +size 313299 diff --git a/data/ficus/train/r_47.png b/data/ficus/train/r_47.png new file mode 100644 index 0000000000000000000000000000000000000000..f6474f2e1777757e8e732bd02a6cd1c6416adb24 --- /dev/null +++ b/data/ficus/train/r_47.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e45b25272a0d034518132f479263038828ada54c6b55af52f0dcdcd1d3d3dd +size 142700 diff --git a/data/ficus/train/r_48.png b/data/ficus/train/r_48.png new file mode 100644 index 0000000000000000000000000000000000000000..a3d840c82108beecc1ed5c75c28cc921432b93f1 --- /dev/null +++ b/data/ficus/train/r_48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:816d1c2a117b04435b0a635dff8f4eb82273b2393cbc087be7a2b5237abdc369 +size 250562 diff --git a/data/ficus/train/r_49.png b/data/ficus/train/r_49.png new file mode 100644 index 0000000000000000000000000000000000000000..e5d03b44adc24bcb36545f805ccb8bc03cf97c5e --- /dev/null +++ b/data/ficus/train/r_49.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed67b31ccb3d2e62d4578eedafe289a3a2013f27ef960d47c5e8da195ae06e61 +size 287068 diff --git a/data/ficus/train/r_5.png b/data/ficus/train/r_5.png new file mode 100644 index 0000000000000000000000000000000000000000..6c4baea95d9bd343f388b5fd1c431b68e1c1057d --- /dev/null +++ b/data/ficus/train/r_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a1cf00134949154dcfdf54cc83096db516ddef3d4fbe3c1607b2aa72c33496b +size 321988 diff --git a/data/ficus/train/r_50.png b/data/ficus/train/r_50.png new file mode 100644 index 0000000000000000000000000000000000000000..b3588dd6067613f54657b1289b548702ffd95435 --- /dev/null +++ b/data/ficus/train/r_50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e3ec868e9b1bd8d783f0e923145e5715d9b272cc883fc444d548fb36420144 +size 329486 diff --git a/data/ficus/train/r_51.png b/data/ficus/train/r_51.png new file mode 100644 index 0000000000000000000000000000000000000000..7ecb43a13f141cf3d29253133c9c074518a6bf5b --- /dev/null +++ b/data/ficus/train/r_51.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca6e13b5627776b46b14bb7f0ce0ca9a6df20bc03abdb28712f935fd97dbbfa +size 327922 diff --git a/data/ficus/train/r_52.png b/data/ficus/train/r_52.png new file mode 100644 index 0000000000000000000000000000000000000000..3a654d4cc02df007e9a787a5760242d3ee330363 --- /dev/null +++ b/data/ficus/train/r_52.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d43c28f69fad4c9c44f6a2bf63c00db1b7787b3315e9c2117ef32177da3ad321 +size 300081 diff --git a/data/ficus/train/r_53.png b/data/ficus/train/r_53.png new file mode 100644 index 0000000000000000000000000000000000000000..f096f024d3d422eadbd6aa081179432e014fdba9 --- /dev/null +++ b/data/ficus/train/r_53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a49159847e7238709f2e7e9eb4566600f67357224b01f6a04403017bdb46127 +size 258581 diff --git a/data/ficus/train/r_54.png b/data/ficus/train/r_54.png new file mode 100644 index 0000000000000000000000000000000000000000..91223e383e071eee972677fcd8a1a470d8a1c303 --- /dev/null +++ b/data/ficus/train/r_54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ceb862456e4fe4c9ee56d2a6316de475a82b542d34c492b42f413bc9435555f +size 226341 diff --git a/data/ficus/train/r_55.png b/data/ficus/train/r_55.png new file mode 100644 index 0000000000000000000000000000000000000000..67d37b028eece4838cf014f013cae03644ac80be --- /dev/null +++ b/data/ficus/train/r_55.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:763446ef7af0d8798662de85b5c3dbd8eea9a0e3595594be791901d8d86cc31d +size 261566 diff --git a/data/ficus/train/r_56.png b/data/ficus/train/r_56.png new file mode 100644 index 0000000000000000000000000000000000000000..ae1ee2e4c4704d89d30c8e5a781b99b13b349769 --- /dev/null +++ b/data/ficus/train/r_56.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37967815cb347e419369cf5670cdce6292cba4324842d5136f10f4ca11796c18 +size 277923 diff --git a/data/ficus/train/r_57.png b/data/ficus/train/r_57.png new file mode 100644 index 0000000000000000000000000000000000000000..ac78f60c4f21035cb0bae92154f6661e90997e97 --- /dev/null +++ b/data/ficus/train/r_57.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f051a94e7448a3e3a57fc7787a332cfcc9b09120e091ef42801f6aa47135e8 +size 279569 diff --git a/data/ficus/train/r_58.png b/data/ficus/train/r_58.png new file mode 100644 index 0000000000000000000000000000000000000000..f56c78a7c20ce4c3ad92280c611fdfbbc926c144 --- /dev/null +++ b/data/ficus/train/r_58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3737b48c620d7ab439e4009b964c0a214e2fe217d386159b056bab638b697bfd +size 262205 diff --git a/data/ficus/train/r_59.png b/data/ficus/train/r_59.png new file mode 100644 index 0000000000000000000000000000000000000000..0d0687a9b21bd1755fae2e2663b40a6f120daf36 --- /dev/null +++ b/data/ficus/train/r_59.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca31fb34f10db36fafc7eb3335a3cc0f70065de1118708c2839b3d78d218d2a0 +size 323447 diff --git a/data/ficus/train/r_6.png b/data/ficus/train/r_6.png new file mode 100644 index 0000000000000000000000000000000000000000..dd70f7429c034a51196e76898bca75350e5c3b9b --- /dev/null +++ b/data/ficus/train/r_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619d2bbfe84d996507f907dc18492af5719b4d28f77bfdee55adc9ca8a664a3b +size 324460 diff --git a/data/ficus/train/r_60.png b/data/ficus/train/r_60.png new file mode 100644 index 0000000000000000000000000000000000000000..d64e2ef9c1df7d819af897b409205390e9802310 --- /dev/null +++ b/data/ficus/train/r_60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f82219dd9e7396d2a7c4c4062285bcc5284ce1f7f7b4aee050c3b09af2535a4 +size 262246 diff --git a/data/ficus/train/r_61.png b/data/ficus/train/r_61.png new file mode 100644 index 0000000000000000000000000000000000000000..277e3ed9d676efab652ef29c4d6bead91a5454a9 --- /dev/null +++ b/data/ficus/train/r_61.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca10793a9ed69b1da81c1c15fa99f6f055197ac0d7c3d864e6a14bf5b5b6d16 +size 318395 diff --git a/data/ficus/train/r_62.png b/data/ficus/train/r_62.png new file mode 100644 index 0000000000000000000000000000000000000000..6bded328fb4aa4a8578330e8af3b24c96d31634d --- /dev/null +++ b/data/ficus/train/r_62.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:561da82da5dcef4caf9917d862df60a506c96deb6354a5c9d1ef1aa8703db47e +size 272694 diff --git a/data/ficus/train/r_63.png b/data/ficus/train/r_63.png new file mode 100644 index 0000000000000000000000000000000000000000..ceb67c9d0ffbe5d784336b41021ad0317c000e1e --- /dev/null +++ b/data/ficus/train/r_63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91735fa8051edf8944da92fd59c0339ac2fd6bfa3e90e4a6a69cce95c98f897f +size 326248 diff --git a/data/ficus/train/r_64.png b/data/ficus/train/r_64.png new file mode 100644 index 0000000000000000000000000000000000000000..978db3018f9b3d294d838d27bd46b05a748b742e --- /dev/null +++ b/data/ficus/train/r_64.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48cef01636cd38709e6da16d2c95cd32b7daaee6e8f9ecef7d5193f0dce0196d +size 276017 diff --git a/data/ficus/train/r_65.png b/data/ficus/train/r_65.png new file mode 100644 index 0000000000000000000000000000000000000000..fa9ae93d08befbbc28aa36fa0e8f0fe98f5286d0 --- /dev/null +++ b/data/ficus/train/r_65.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ced477711be73c7e2ebd1d9e4564c04ec1bfa64475086b225c4ce8180efee5 +size 307379 diff --git a/data/ficus/train/r_66.png b/data/ficus/train/r_66.png new file mode 100644 index 0000000000000000000000000000000000000000..5c4584ad20a818a65985c8765280b39fc3732087 --- /dev/null +++ b/data/ficus/train/r_66.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12c4924e1105dc600cbd6e4beb74f5804b4ec9adbd327d7d32d35a56dd88015f +size 221636 diff --git a/data/ficus/train/r_67.png b/data/ficus/train/r_67.png new file mode 100644 index 0000000000000000000000000000000000000000..d46cef46b71839f7c69c92191557bf8cf57691ad --- /dev/null +++ b/data/ficus/train/r_67.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2823f0c93cb513d6dc3f24db9d993320ed973e6adac034a3220e01060ea6ba4a +size 281087 diff --git a/data/ficus/train/r_68.png b/data/ficus/train/r_68.png new file mode 100644 index 0000000000000000000000000000000000000000..8064eb827b1e32b635e91a7ff7de6eda6f3dbd51 --- /dev/null +++ b/data/ficus/train/r_68.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a89c99560a3d8a94129444ae4777591c1d98bc5bd43b6cec313c4211f69d11c7 +size 287259 diff --git a/data/ficus/train/r_69.png b/data/ficus/train/r_69.png new file mode 100644 index 0000000000000000000000000000000000000000..2897d23831f9e4026d97896c86c20820e7f23bbe --- /dev/null +++ b/data/ficus/train/r_69.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a63a671da03ab1967e2c35bebe7b2403ff1db76cb08bf0978acb3db03f5861 +size 284039 diff --git a/data/ficus/train/r_7.png b/data/ficus/train/r_7.png new file mode 100644 index 0000000000000000000000000000000000000000..3e2106e3b7440a5cb9cbbf1e8914b63241a1042e --- /dev/null +++ b/data/ficus/train/r_7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef033e376547ea6e84b82f832c79670a2265a305e9a82590a232a3333e24c52c +size 292690 diff --git a/data/ficus/train/r_70.png b/data/ficus/train/r_70.png new file mode 100644 index 0000000000000000000000000000000000000000..d442fda5017499e85635bb4d476382aeb9ed5707 --- /dev/null +++ b/data/ficus/train/r_70.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada0d5fda1acd2460ea80f25e74c9cf053ea7105019e5d5fceee324fa42f936a +size 343192 diff --git a/data/ficus/train/r_71.png b/data/ficus/train/r_71.png new file mode 100644 index 0000000000000000000000000000000000000000..0cb9f02d08f1c8321b0d7a09a4a691c72469561c --- /dev/null +++ b/data/ficus/train/r_71.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22df86510f09fb2c472a53d8ce5bdd688d81c1f0f3d353cb980fd498ff728ec5 +size 313791 diff --git a/data/ficus/train/r_72.png b/data/ficus/train/r_72.png new file mode 100644 index 0000000000000000000000000000000000000000..ae2934c0a77a3d67c45647b70959283b1353f98a --- /dev/null +++ b/data/ficus/train/r_72.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ac64a26131cbdd73d2959fd184fa91162d5b8e6ca85d5319552bbd634d32bb +size 290520 diff --git a/data/ficus/train/r_73.png b/data/ficus/train/r_73.png new file mode 100644 index 0000000000000000000000000000000000000000..92b5a2838bfa9fd55b737383e284e5f29babcd8b --- /dev/null +++ b/data/ficus/train/r_73.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3119ae60e5482fe7f4fb26546383cf1e2ac0753a26053c70d5edcd735d9c2c89 +size 314593 diff --git a/data/ficus/train/r_74.png b/data/ficus/train/r_74.png new file mode 100644 index 0000000000000000000000000000000000000000..8b164ba98e86e261df830c6508e13c993f35512d --- /dev/null +++ b/data/ficus/train/r_74.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da60596dd1b42dd0876bf3857aec92835893d7b4101a52c88dddad99050d7803 +size 260799 diff --git a/data/ficus/train/r_75.png b/data/ficus/train/r_75.png new file mode 100644 index 0000000000000000000000000000000000000000..7e4a7fbeeda1af4cc29bc6fdc53a0bf10483b950 --- /dev/null +++ b/data/ficus/train/r_75.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a922a0c1f2dfee52d8ddec6129be224cd44e4bac7aea26fdd82c424fc915d32 +size 289728 diff --git a/data/ficus/train/r_76.png b/data/ficus/train/r_76.png new file mode 100644 index 0000000000000000000000000000000000000000..814ece1aca61836e9c662157e32e1b9ccaa82d88 --- /dev/null +++ b/data/ficus/train/r_76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1507e499af8bb481b0912e1d87b201c416c7eae10c57f2706eaf9a34abf64b8b +size 273446 diff --git a/data/ficus/train/r_77.png b/data/ficus/train/r_77.png new file mode 100644 index 0000000000000000000000000000000000000000..2e3f7a30be6dd3247006875bf6a4ec0a92760acf --- /dev/null +++ b/data/ficus/train/r_77.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f2fee4d78339749191b05459f85beb402e2bbde1ef9e9ec2752d8148b511b1 +size 202157 diff --git a/data/ficus/train/r_78.png b/data/ficus/train/r_78.png new file mode 100644 index 0000000000000000000000000000000000000000..980cf26c6a46f5eba34076450f85b53b51e3939f --- /dev/null +++ b/data/ficus/train/r_78.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca3f26ce6f9c22c62b892c72b1597892432985b8026984500f5f3abd3d9f1a7c +size 328443 diff --git a/data/ficus/train/r_79.png b/data/ficus/train/r_79.png new file mode 100644 index 0000000000000000000000000000000000000000..09740f6622221637bff61dd54f6796163c560dcc --- /dev/null +++ b/data/ficus/train/r_79.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0cfd2f48e499bc27adf2061feda32769aa6cca53a3b94969999ad2c9387ca1a +size 302495 diff --git a/data/ficus/train/r_8.png b/data/ficus/train/r_8.png new file mode 100644 index 0000000000000000000000000000000000000000..05e7702dfae4cf40edc315be64d7d8d73a1d1e74 --- /dev/null +++ b/data/ficus/train/r_8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde4f1c9792bf51270fca578e96447692cd97c5748d59f5da808f9b5cdf984bb +size 288648 diff --git a/data/ficus/train/r_80.png b/data/ficus/train/r_80.png new file mode 100644 index 0000000000000000000000000000000000000000..cf3d7a79ef7344da76a280f5d0cb44373c15074d --- /dev/null +++ b/data/ficus/train/r_80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e7ade92c2f822a25634d0e775feea0e8b04b3b03ab05d7fd998aa8023eac784 +size 311667 diff --git a/data/ficus/train/r_81.png b/data/ficus/train/r_81.png new file mode 100644 index 0000000000000000000000000000000000000000..c6a0f1f5091d02b726f738ea76e29e9ed8a64ee9 --- /dev/null +++ b/data/ficus/train/r_81.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8827e600e6b9cb877c4e749ca1564463de91b933d724daf7d61bebe954457c +size 274982 diff --git a/data/ficus/train/r_82.png b/data/ficus/train/r_82.png new file mode 100644 index 0000000000000000000000000000000000000000..558d18ef024c0bb44f2e727cf061b7ca237b4aee --- /dev/null +++ b/data/ficus/train/r_82.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e05eb13833bb92b2cff99166d340f77131db27c830eba2f35d566c08b96c2d0e +size 251377 diff --git a/data/ficus/train/r_83.png b/data/ficus/train/r_83.png new file mode 100644 index 0000000000000000000000000000000000000000..4a0641f44d62a0d21a12efe680b2d57e3fd541e4 --- /dev/null +++ b/data/ficus/train/r_83.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b45b6fba3bb10c9c06fe24f9a9855ba2a987c7006577fab5189c92a15d78ac7 +size 297337 diff --git a/data/ficus/train/r_84.png b/data/ficus/train/r_84.png new file mode 100644 index 0000000000000000000000000000000000000000..4302ba54a59b2bc4dd65ec75514d877b01de9018 --- /dev/null +++ b/data/ficus/train/r_84.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d62a1ea5a657dcc3eb92e5e387e4ff6d9c40b5c4bd9a9aa60cc502994aa0227 +size 284263 diff --git a/data/ficus/train/r_85.png b/data/ficus/train/r_85.png new file mode 100644 index 0000000000000000000000000000000000000000..99d3643f985cb488a492683fec45dd3f4f85d93c --- /dev/null +++ b/data/ficus/train/r_85.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:736df9a41475ed154d67211656eaa4cda2155620e3534e025132b32c70e1074e +size 268661 diff --git a/data/ficus/train/r_86.png b/data/ficus/train/r_86.png new file mode 100644 index 0000000000000000000000000000000000000000..ed18b0505aa4956fbd036d0c3f39c321613bd2b3 --- /dev/null +++ b/data/ficus/train/r_86.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fbe38cf85b0eea4f58f5e1147747f2b38607a2a2b7d86b1c6088779aa34d8f1 +size 325912 diff --git a/data/ficus/train/r_87.png b/data/ficus/train/r_87.png new file mode 100644 index 0000000000000000000000000000000000000000..27ccb0066b57c0c8caf447154c15777e99882676 --- /dev/null +++ b/data/ficus/train/r_87.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c9a74ff15b698eda4cccaeb11d3d1cc424649adb4b732dc2a30e71b0f8de69 +size 276640 diff --git a/data/ficus/train/r_88.png b/data/ficus/train/r_88.png new file mode 100644 index 0000000000000000000000000000000000000000..b7a9ca90a7750a439b7fae7285003ce597a438a9 --- /dev/null +++ b/data/ficus/train/r_88.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a35048973df9bd03675933cc2823803de3972b8fa54272b549eff298278f1fe7 +size 271663 diff --git a/data/ficus/train/r_89.png b/data/ficus/train/r_89.png new file mode 100644 index 0000000000000000000000000000000000000000..94d425c442c170b7870452d095a1af989723e45c --- /dev/null +++ b/data/ficus/train/r_89.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bbe74b7123fd646723c70cfd3c2a4855f2491cf1f79f3335f6c399121029949 +size 245450 diff --git a/data/ficus/train/r_9.png b/data/ficus/train/r_9.png new file mode 100644 index 0000000000000000000000000000000000000000..cd556ca005bb55b5bbe4a864c68f900099949415 --- /dev/null +++ b/data/ficus/train/r_9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1c5ec8099ac2b7c38bff095a38ec01be770221a58276cec71e62bb60a9bf08 +size 285730 diff --git a/data/ficus/train/r_90.png b/data/ficus/train/r_90.png new file mode 100644 index 0000000000000000000000000000000000000000..72e0a173688ebbd4a8c75a492446fab74c08bbba --- /dev/null +++ b/data/ficus/train/r_90.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a7d7d7626b10fb1a0461e21fa45ee7ec34cdbe338b79a6cd74775dff78e342 +size 340163 diff --git a/data/ficus/train/r_91.png b/data/ficus/train/r_91.png new file mode 100644 index 0000000000000000000000000000000000000000..9f44bfd608dfa93faf3e556fe0605772f2d7c207 --- /dev/null +++ b/data/ficus/train/r_91.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07385aa86c037c62b60d8368a0e764b112912f71782c2678912d7b29a90394d +size 297887 diff --git a/data/ficus/train/r_92.png b/data/ficus/train/r_92.png new file mode 100644 index 0000000000000000000000000000000000000000..826b1bcab0a5e2c39c54d7dae187453e4a30fac9 --- /dev/null +++ b/data/ficus/train/r_92.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b94481a6f268b26d976f496d44d3009280d06a92377414337e7b6d2be27828 +size 301310 diff --git a/data/ficus/train/r_93.png b/data/ficus/train/r_93.png new file mode 100644 index 0000000000000000000000000000000000000000..998638cc838171711bc066cd0a8f3fb2b0698226 --- /dev/null +++ b/data/ficus/train/r_93.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7f1c84e2316fc090b78749ae127b17fb7b36da53b9e443e67197fbaeaf88e7 +size 306840 diff --git a/data/ficus/train/r_94.png b/data/ficus/train/r_94.png new file mode 100644 index 0000000000000000000000000000000000000000..61ecf99f1e7e8cfde6e4a59efdeb30eaaca46e5c --- /dev/null +++ b/data/ficus/train/r_94.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f709511b0ec83d3fc03d3494f7f67a539125b8a1590d813a2c5dba0c1d60a391 +size 223765 diff --git a/data/ficus/train/r_95.png b/data/ficus/train/r_95.png new file mode 100644 index 0000000000000000000000000000000000000000..c7ae1015aa31eec47a07f93090ff6d28b3f61db4 --- /dev/null +++ b/data/ficus/train/r_95.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e3f3a7c0767cf53684492f28d747c6bbeaefd3816a89f3d7accce43a46ceab +size 265382 diff --git a/data/ficus/train/r_96.png b/data/ficus/train/r_96.png new file mode 100644 index 0000000000000000000000000000000000000000..3fe88ad2ff7fe3934ed35ffc0fba00db6023cb6d --- /dev/null +++ b/data/ficus/train/r_96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331aedf0af3f84895880ce1143a6397fa25640a2e7425e8535c2f5443033c336 +size 311514 diff --git a/data/ficus/train/r_97.png b/data/ficus/train/r_97.png new file mode 100644 index 0000000000000000000000000000000000000000..a731b05dbd19be7d13c36a4997ab01837aa20c4e --- /dev/null +++ b/data/ficus/train/r_97.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da2fb9341b3bb278c19e0bdd56734ca7bc0b0a3420b21f262a9bff780e1bfa4 +size 285650 diff --git a/data/ficus/train/r_98.png b/data/ficus/train/r_98.png new file mode 100644 index 0000000000000000000000000000000000000000..31f9193234111b0cee080f50e9371c9513cd6b31 --- /dev/null +++ b/data/ficus/train/r_98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:628dcf830d31b231a16ab094b20f44eaffb73054cdfca501d76848512bdb972c +size 283436 diff --git a/data/ficus/train/r_99.png b/data/ficus/train/r_99.png new file mode 100644 index 0000000000000000000000000000000000000000..d35b28be2c2209490f015fd7bd316fa66f2b355f --- /dev/null +++ b/data/ficus/train/r_99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:505648f5438249a40235b5282e97abaddf0e32b1d00a1586d55044a004024c46 +size 261360 diff --git a/data/ficus/transforms_test.json b/data/ficus/transforms_test.json new file mode 100644 index 0000000000000000000000000000000000000000..7151e1eb8e0508d24948a6c568ea566033206bf1 --- /dev/null +++ b/data/ficus/transforms_test.json @@ -0,0 +1,6005 @@ +{ + "camera_angle_x": 0.6911112070083618, + "frames": [ + { + "file_path": "./test/r_0", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -1.0000001192092896, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + -0.7341099977493286, + 0.67903071641922, + 2.737260103225708 + ], + [ + 0.0, + 0.6790306568145752, + 0.7341099977493286, + 2.959291696548462 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_1", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.9980267286300659, + 0.04609514772891998, + -0.0426366925239563, + -0.17187398672103882 + ], + [ + -0.06279052048921585, + -0.7326614260673523, + 0.6776908040046692, + 2.731858730316162 + ], + [ + -3.7252898543727042e-09, + 0.6790306568145752, + 0.7341099977493286, + 2.959291696548462 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_2", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.9921148419380188, + 0.09199368208646774, + -0.08512099832296371, + -0.34313371777534485 + ], + [ + -0.1253332495689392, + -0.7282049655914307, + 0.6738020777702332, + 2.7161829471588135 + ], + [ + 0.0, + 0.6791574358940125, + 0.7339926958084106, + 2.9588191509246826 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_3", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.9822874069213867, + 0.13747061789035797, + -0.1273326426744461, + -0.5132942199707031 + ], + [ + -0.18738135695457458, + -0.72064608335495, + 0.6675010323524475, + 2.690782308578491 + ], + [ + 1.4901161193847656e-08, + 0.6795374751091003, + 0.7336408495903015, + 2.9574005603790283 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_4", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.968583345413208, + 0.18230323493480682, + -0.1691514551639557, + -0.6818711757659912 + ], + [ + -0.24868996441364288, + -0.7100241184234619, + 0.6588013768196106, + 2.655712842941284 + ], + [ + 7.450581485102248e-09, + 0.6801700592041016, + 0.7330544590950012, + 2.9550364017486572 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_5", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.9510565996170044, + 0.22627252340316772, + -0.21045728027820587, + -0.848380446434021 + ], + [ + -0.30901703238487244, + -0.6963951587677002, + 0.6477208733558655, + 2.611046314239502 + ], + [ + 1.4901161193847656e-08, + 0.6810540556907654, + 0.7322331666946411, + 2.951726198196411 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_6", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.929776668548584, + 0.26916423439979553, + -0.25113001465797424, + -1.0123374462127686 + ], + [ + -0.3681246042251587, + -0.6798312664031982, + 0.6342819929122925, + 2.556872606277466 + ], + [ + 0.0, + 0.6821876764297485, + 0.7311770915985107, + 2.9474692344665527 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_7", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.9048272371292114, + 0.3107703924179077, + -0.29104939103126526, + -1.1732574701309204 + ], + [ + -0.42577940225601196, + -0.6604207158088684, + 0.618511438369751, + 2.4932990074157715 + ], + [ + 0.0, + 0.6835685968399048, + 0.7298862934112549, + 2.942265510559082 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_8", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.8763067722320557, + 0.35089030861854553, + -0.3300949037075043, + -1.3306550979614258 + ], + [ + -0.48175376653671265, + -0.6382669806480408, + 0.6004403233528137, + 2.420452356338501 + ], + [ + 1.4901162970204496e-08, + 0.6851943135261536, + 0.7283602952957153, + 2.9361143112182617 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_9", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.8443281054496765, + 0.3893313407897949, + -0.36814603209495544, + -1.484044075012207 + ], + [ + -0.5358269214630127, + -0.613487958908081, + 0.5801052451133728, + 2.3384790420532227 + ], + [ + 0.0, + 0.687061607837677, + 0.7265991568565369, + 2.9290149211883545 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_10", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.8090170621871948, + 0.4259108901023865, + -0.40508219599723816, + -1.632938265800476 + ], + [ + -0.5877854228019714, + -0.5862159132957458, + 0.5575476884841919, + 2.247546434402466 + ], + [ + 1.4901162970204496e-08, + 0.6891667246818542, + 0.7246028184890747, + 2.9209671020507812 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_11", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.7705134153366089, + 0.4604564905166626, + -0.44078248739242554, + -1.7768508195877075 + ], + [ + -0.637424111366272, + -0.5565962195396423, + 0.5328144431114197, + 2.147843360900879 + ], + [ + 1.4901164746561335e-08, + 0.6915058493614197, + 0.7223709225654602, + 2.9119701385498047 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_12", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.728968620300293, + 0.49280792474746704, + -0.47512656450271606, + -1.915296196937561 + ], + [ + -0.6845473051071167, + -0.5247870087623596, + 0.5059582591056824, + 2.0395827293395996 + ], + [ + -1.4901164746561335e-08, + 0.6940741539001465, + 0.7199035286903381, + 2.9020237922668457 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_13", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.6845471262931824, + 0.5228167772293091, + -0.5079941749572754, + -2.0477898120880127 + ], + [ + -0.7289687991142273, + -0.4909575283527374, + 0.47703817486763, + 1.9230021238327026 + ], + [ + 0.0, + 0.6968668103218079, + 0.7172005772590637, + 2.891127824783325 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_14", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.6374239921569824, + 0.5503484010696411, + -0.5392656922340393, + -2.17384934425354 + ], + [ + -0.7705135345458984, + -0.4552876353263855, + 0.4461192488670349, + 1.7983639240264893 + ], + [ + 0.0, + 0.6998783946037292, + 0.714262068271637, + 2.879282236099243 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_15", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.5877851247787476, + 0.5752823948860168, + -0.56882244348526, + -2.292996406555176 + ], + [ + -0.8090173006057739, + -0.41796690225601196, + 0.41327351331710815, + 1.6659585237503052 + ], + [ + 0.0, + 0.7031030058860779, + 0.7110880613327026, + 2.866487503051758 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_16", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.5358267426490784, + 0.5975128412246704, + -0.5965468287467957, + -2.404757022857666 + ], + [ + -0.8443281650543213, + -0.37919309735298157, + 0.3785800337791443, + 1.5261046886444092 + ], + [ + -2.980232949312267e-08, + 0.7065344452857971, + 0.7076786756515503, + 2.8527438640594482 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_17", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.48175352811813354, + 0.6169499754905701, + -0.6223232746124268, + -2.5086653232574463 + ], + [ + -0.8763068914413452, + -0.3391709327697754, + 0.34212493896484375, + 1.3791497945785522 + ], + [ + 1.4901162970204496e-08, + 0.7101660370826721, + 0.7040342092514038, + 2.838052749633789 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_18", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.4257791042327881, + 0.6335194110870361, + -0.646038293838501, + -2.6042633056640625 + ], + [ + -0.9048272371292114, + -0.2981114089488983, + 0.3040023744106293, + 1.2254726886749268 + ], + [ + 1.4901161193847656e-08, + 0.7139907479286194, + 0.7001551985740662, + 2.822415590286255 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_19", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.3681243360042572, + 0.6471632719039917, + -0.6675809025764465, + -2.6911044120788574 + ], + [ + -0.9297767877578735, + -0.25622984766960144, + 0.2643137574195862, + 1.06548273563385 + ], + [ + 0.0, + 0.7180013656616211, + 0.6960417628288269, + 2.8058338165283203 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_20", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.30901679396629333, + 0.6578409075737, + -0.6868435144424438, + -2.768754482269287 + ], + [ + -0.9510567784309387, + -0.21374528110027313, + 0.22316880524158478, + 0.8996220827102661 + ], + [ + 0.0, + 0.7221899032592773, + 0.6916948556900024, + 2.788311004638672 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_21", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.2486896514892578, + 0.6655283570289612, + -0.7037227749824524, + -2.836796998977661 + ], + [ + -0.968583345413208, + -0.17087842524051666, + 0.18068507313728333, + 0.7283647656440735 + ], + [ + 0.0, + 0.7265486121177673, + 0.6871151924133301, + 2.7698497772216797 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_22", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.18738101422786713, + 0.6702184677124023, + -0.7181196212768555, + -2.8948326110839844 + ], + [ + -0.9822874069213867, + -0.12785077095031738, + 0.13698840141296387, + 0.5522178411483765 + ], + [ + 7.450581485102248e-09, + 0.7310687303543091, + 0.6823038458824158, + 2.7504544258117676 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_23", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.12533292174339294, + 0.67192143201828, + -0.7299405336380005, + -2.9424843788146973 + ], + [ + -0.9921149611473083, + -0.0848831832408905, + 0.09221267700195312, + 0.37172117829322815 + ], + [ + -3.725291186640334e-09, + 0.7357420921325684, + 0.6772618293762207, + 2.7301297187805176 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_24", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.0627901554107666, + 0.6706648468971252, + -0.7390981316566467, + -2.9793996810913086 + ], + [ + -0.9980268478393555, + -0.04219440743327141, + 0.046499837189912796, + 0.18744681775569916 + ], + [ + -1.862645371275562e-09, + 0.7405593395233154, + 0.6719909310340881, + 2.7088818550109863 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_25", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 4.0133926404450904e-07, + 0.6664924621582031, + -0.7455118298530579, + -3.005254030227661 + ], + [ + -1.0000001192092896, + 2.6748955406219466e-07, + -2.992031227222469e-07, + -1.206126285069331e-06 + ], + [ + 0.0, + 0.7455117702484131, + 0.6664925217628479, + 2.6867170333862305 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_26", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.06279096007347107, + 0.6594647169113159, + -0.7491084933280945, + -3.0197529792785645 + ], + [ + -0.9980269074440002, + 0.04149028658866882, + -0.04713023453950882, + -0.18998804688453674 + ], + [ + 0.0, + 0.7505896687507629, + 0.6607686281204224, + 2.6636435985565186 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_27", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.12533371150493622, + 0.6496580839157104, + -0.7498238682746887, + -3.022636651992798 + ], + [ + -0.992114782333374, + 0.0820712074637413, + -0.09472513198852539, + -0.3818492293357849 + ], + [ + 0.0, + 0.7557835578918457, + 0.654821515083313, + 2.639669895172119 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_28", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.1873817890882492, + 0.6371641755104065, + -0.7476028203964233, + -3.0136830806732178 + ], + [ + -0.9822872877120972, + 0.12154587358236313, + -0.1426132321357727, + -0.5748922824859619 + ], + [ + 0.0, + 0.7610836625099182, + 0.6486537456512451, + 2.614806652069092 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_29", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.2486904263496399, + 0.6220898032188416, + -0.7423998117446899, + -2.992709159851074 + ], + [ + -0.9685832262039185, + 0.1597258448600769, + -0.19061629474163055, + -0.7683987617492676 + ], + [ + -7.450582373280668e-09, + 0.7664802670478821, + 0.6422678828239441, + 2.589064359664917 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_30", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.30901750922203064, + 0.6045553088188171, + -0.7341805696487427, + -2.959576368331909 + ], + [ + -0.9510563611984253, + 0.19643229246139526, + -0.23855017125606537, + -0.9616263508796692 + ], + [ + 0.0, + 0.7719632387161255, + 0.6356672644615173, + 2.5624563694000244 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_31", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.3681251108646393, + 0.5846945643424988, + -0.7229220271110535, + -2.914191722869873 + ], + [ + -0.9297764301300049, + 0.2314973622560501, + -0.2862255573272705, + -1.153812050819397 + ], + [ + 1.4901162970204496e-08, + 0.7775224447250366, + 0.6288551688194275, + 2.5349960327148438 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_32", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.42577993869781494, + 0.5626534223556519, + -0.7086132168769836, + -2.856511116027832 + ], + [ + -0.9048269987106323, + 0.26476502418518066, + -0.3334486186504364, + -1.3441742658615112 + ], + [ + -1.4901164746561335e-08, + 0.7831478714942932, + 0.6218355298042297, + 2.5066988468170166 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_33", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.48175424337387085, + 0.5385887622833252, + -0.6912562847137451, + -2.7865428924560547 + ], + [ + -0.8763065934181213, + 0.29609206318855286, + -0.3800218999385834, + -1.5319170951843262 + ], + [ + -1.4901162970204496e-08, + 0.7888293862342834, + 0.614612340927124, + 2.477581262588501 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_34", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.5358274579048157, + 0.5126674771308899, + -0.6708660125732422, + -2.7043471336364746 + ], + [ + -0.8443278074264526, + 0.3253491222858429, + -0.4257451593875885, + -1.7162333726882935 + ], + [ + -1.4901164746561335e-08, + 0.7945564985275269, + 0.6071902513504028, + 2.447661876678467 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_35", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.5877858996391296, + 0.4850653409957886, + -0.6474716067314148, + -2.610041379928589 + ], + [ + -0.8090168237686157, + 0.3524211049079895, + -0.4704163372516632, + -1.8963086605072021 + ], + [ + 1.4901164746561335e-08, + 0.8003191947937012, + 0.599574089050293, + 2.4169602394104004 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_36", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.6374247074127197, + 0.4559656083583832, + -0.6211161613464355, + -2.5037992000579834 + ], + [ + -0.7705129384994507, + 0.3772081732749939, + -0.5138328075408936, + -2.0713260173797607 + ], + [ + 0.0, + 0.8061075210571289, + 0.5917690992355347, + 2.3854973316192627 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_37", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.6845476627349854, + 0.4255577623844147, + -0.5918574929237366, + -2.3858535289764404 + ], + [ + -0.7289682626724243, + 0.39962583780288696, + -0.5557919144630432, + -2.240468740463257 + ], + [ + -1.4901164746561335e-08, + 0.8119112253189087, + 0.5837809443473816, + 2.3532960414886475 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_38", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.7289692163467407, + 0.394035667181015, + -0.5597677230834961, + -2.256495714187622 + ], + [ + -0.6845465898513794, + 0.4196060299873352, + -0.5960929989814758, + -2.4029273986816406 + ], + [ + 1.4901164746561335e-08, + 0.817720353603363, + 0.575615644454956, + 2.320380687713623 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_39", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.7705138325691223, + 0.3615972399711609, + -0.5249343514442444, + -2.1160778999328613 + ], + [ + -0.6374234557151794, + 0.4370966851711273, + -0.6345376372337341, + -2.5579028129577637 + ], + [ + 0.0, + 0.8235253095626831, + 0.567279577255249, + 2.2867767810821533 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_40", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.809017539024353, + 0.3284419775009155, + -0.4874594211578369, + -1.9650115966796875 + ], + [ + -0.5877847075462341, + 0.45206233859062195, + -0.6709313988685608, + -2.704610824584961 + ], + [ + 0.0, + 0.8293163180351257, + 0.5587794780731201, + 2.252511978149414 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_41", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.8443284630775452, + 0.2947700619697571, + -0.4474598467350006, + -1.8037680387496948 + ], + [ + -0.5358262062072754, + 0.4644840955734253, + -0.7050850987434387, + -2.8422887325286865 + ], + [ + 0.0, + 0.8350839614868164, + 0.5501225590705872, + 2.2176146507263184 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_42", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.8763071894645691, + 0.2607807517051697, + -0.4050670564174652, + -1.6328773498535156 + ], + [ + -0.48175299167633057, + 0.474359393119812, + -0.7368156909942627, + -2.9701988697052 + ], + [ + 0.0, + 0.8408190011978149, + 0.5413163900375366, + 2.1821160316467285 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_43", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.9048276543617249, + 0.22667117416858673, + -0.3604268431663513, + -1.4529269933700562 + ], + [ + -0.4257785677909851, + 0.48170191049575806, + -0.7659478783607483, + -3.0876340866088867 + ], + [ + 1.4901164746561335e-08, + 0.8465124368667603, + 0.5323688983917236, + 2.146047353744507 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_44", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.9297770261764526, + 0.19263479113578796, + -0.31369876861572266, + -1.2645601034164429 + ], + [ + -0.36812376976013184, + 0.4865412712097168, + -0.7923147678375244, + -3.193922519683838 + ], + [ + 1.4901164746561335e-08, + 0.8521557450294495, + 0.5232882499694824, + 2.1094422340393066 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_45", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.951056957244873, + 0.1588599979877472, + -0.2650556266307831, + -1.0684733390808105 + ], + [ + -0.3090161681175232, + 0.4889223277568817, + -0.8157598972320557, + -3.2884328365325928 + ], + [ + 0.0, + 0.8577403426170349, + 0.5140832662582397, + 2.072335720062256 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_46", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.9685835242271423, + 0.12552893161773682, + -0.21468277275562286, + -0.8654139637947083 + ], + [ + -0.24868899583816528, + 0.48890483379364014, + -0.8361374735832214, + -3.3705780506134033 + ], + [ + 0.0, + 0.8632582426071167, + 0.5047627091407776, + 2.0347635746002197 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_47", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.9822875261306763, + 0.09281624853610992, + -0.1627776026725769, + -0.6561774611473083 + ], + [ + -0.1873803734779358, + 0.4865623712539673, + -0.8533146381378174, + -3.4398207664489746 + ], + [ + 0.0, + 0.8687013983726501, + 0.49533611536026, + 1.9967634677886963 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_48", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.9921149611473083, + 0.060888007283210754, + -0.10954825580120087, + -0.4416031539440155 + ], + [ + -0.12533225119113922, + 0.4819820821285248, + -0.8671707510948181, + -3.4956769943237305 + ], + [ + 0.0, + 0.8740628957748413, + 0.48581281304359436, + 1.9583741426467896 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_49", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.9980268478393555, + 0.029900548979640007, + -0.05521303415298462, + -0.22257083654403687 + ], + [ + -0.06278950721025467, + 0.4752633571624756, + -0.877600371837616, + -3.5377197265625 + ], + [ + 0.0, + 0.879335343837738, + 0.4762030839920044, + 1.9196357727050781 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_50", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 1.0000001192092896, + -4.856893269788998e-07, + 9.208632718582521e-07, + 3.7121180866961367e-06 + ], + [ + 1.0410972208774183e-06, + 0.4665168225765228, + -0.8845123648643494, + -3.5655829906463623 + ], + [ + 2.8421716206667585e-14, + 0.884512186050415, + 0.4665169417858124, + 1.8805897235870361 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_51", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.9980267882347107, + -0.028680982068181038, + 0.05585861578583717, + 0.2251732498407364 + ], + [ + 0.06279159337282181, + 0.45586341619491577, + -0.8878321647644043, + -3.578965425491333 + ], + [ + 0.0, + 0.8895875811576843, + 0.456764817237854, + 1.8412775993347168 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_52", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.9921146035194397, + -0.05601910874247551, + 0.11211848258972168, + 0.45196399092674255 + ], + [ + 0.12533432245254517, + 0.44343301653862, + -0.8875013589859009, + -3.577631950378418 + ], + [ + -3.725290298461914e-09, + 0.8945552706718445, + 0.4469574987888336, + 1.8017430305480957 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_53", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.9822871685028076, + -0.08190595358610153, + 0.16853362321853638, + 0.6793807744979858 + ], + [ + 0.18738242983818054, + 0.4293634593486786, + -0.8834788203239441, + -3.5614171028137207 + ], + [ + 0.0, + 0.8994100093841553, + 0.43710583448410034, + 1.762030005455017 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_54", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.9685829877853394, + -0.10624605417251587, + 0.2248532921075821, + 0.9064124822616577 + ], + [ + 0.24869102239608765, + 0.4137990474700928, + -0.8757415413856506, + -3.530226707458496 + ], + [ + 7.450581485102248e-09, + 0.9041470885276794, + 0.4272211790084839, + 1.7221834659576416 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_55", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.9510563611984253, + -0.12895776331424713, + 0.2808239459991455, + 1.1320374011993408 + ], + [ + 0.3090181350708008, + 0.3968896269798279, + -0.8642838597297668, + -3.484039306640625 + ], + [ + 0.0, + 0.9087619781494141, + 0.41731470823287964, + 1.6822491884231567 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_56", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.9297761917114258, + -0.14997360110282898, + 0.3361910283565521, + 1.355229377746582 + ], + [ + 0.36812570691108704, + 0.3787887692451477, + -0.8491186499595642, + -3.4229068756103516 + ], + [ + 0.0, + 0.913250744342804, + 0.4073978364467621, + 1.642273187637329 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_57", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.9048267006874084, + -0.16924019157886505, + 0.3907003104686737, + 1.574963092803955 + ], + [ + 0.4257804751396179, + 0.359652578830719, + -0.8302778005599976, + -3.346956491470337 + ], + [ + 0.0, + 0.9176098108291626, + 0.39748242497444153, + 1.6023026704788208 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_58", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.8763062953948975, + -0.18671846389770508, + 0.44409897923469543, + 1.790220022201538 + ], + [ + 0.4817548096179962, + 0.3396386504173279, + -0.8078107237815857, + -3.2563886642456055 + ], + [ + 0.0, + 0.9218361377716064, + 0.3875799775123596, + 1.5623846054077148 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_59", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.8443273901939392, + -0.20238344371318817, + 0.4961375594139099, + 1.9999942779541016 + ], + [ + 0.5358279943466187, + 0.3189043700695038, + -0.7817854881286621, + -3.151477813720703 + ], + [ + 0.0, + 0.9259270429611206, + 0.3777023255825043, + 1.522566556930542 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_60", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.8090164065361023, + -0.21622391045093536, + 0.5465711355209351, + 2.203298568725586 + ], + [ + 0.5877863764762878, + 0.29760587215423584, + -0.7522886395454407, + -3.032572031021118 + ], + [ + 0.0, + 0.929880678653717, + 0.36786141991615295, + 1.4828966856002808 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_61", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.770512580871582, + -0.2282421886920929, + 0.5951606631278992, + 2.3991692066192627 + ], + [ + 0.6374251246452332, + 0.27589666843414307, + -0.7194237112998962, + -2.9000895023345947 + ], + [ + 0.0, + 0.9336950778961182, + 0.35806912183761597, + 1.4434226751327515 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_62", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.7289678454399109, + -0.23845365643501282, + 0.6416744589805603, + 2.586671829223633 + ], + [ + 0.6845481991767883, + 0.25392666459083557, + -0.6833119988441467, + -2.7545182704925537 + ], + [ + 0.0, + 0.9373692870140076, + 0.3483373522758484, + 1.4041924476623535 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_63", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.6845462322235107, + -0.24688589572906494, + 0.6858891248703003, + 2.7649075984954834 + ], + [ + 0.7289696335792542, + 0.23184068500995636, + -0.6440910696983337, + -2.596414089202881 + ], + [ + -1.4901162970204496e-08, + 0.9409024119377136, + 0.33867791295051575, + 1.365254282951355 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_64", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.6374230980873108, + -0.2535783052444458, + 0.727591872215271, + 2.933016300201416 + ], + [ + 0.7705141305923462, + 0.20977771282196045, + -0.6019148826599121, + -2.426396369934082 + ], + [ + -1.4901162970204496e-08, + 0.9442941546440125, + 0.3291027843952179, + 1.326655626296997 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_65", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.5877844095230103, + -0.2585811913013458, + 0.7665804028511047, + 3.090183973312378 + ], + [ + 0.8090177774429321, + 0.18786977231502533, + -0.5569518804550171, + -2.2451446056365967 + ], + [ + 0.0, + 0.9475446343421936, + 0.3196236491203308, + 1.2884440422058105 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_66", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.5358258485794067, + -0.2619548439979553, + 0.8026646971702576, + 3.2356443405151367 + ], + [ + 0.844328761100769, + 0.1662411391735077, + -0.5093851089477539, + -2.053396701812744 + ], + [ + 0.0, + 0.9506543278694153, + 0.31025221943855286, + 1.250666618347168 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_67", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.4817526638507843, + -0.26376858353614807, + 0.8356678485870361, + 3.3686842918395996 + ], + [ + 0.876307487487793, + 0.14500756561756134, + -0.4594109356403351, + -1.8519444465637207 + ], + [ + 1.4901164746561335e-08, + 0.9536240696907043, + 0.30100011825561523, + 1.2133702039718628 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_68", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.42577826976776123, + -0.26409995555877686, + 0.8654272556304932, + 3.4886484146118164 + ], + [ + 0.9048277139663696, + 0.12427560240030289, + -0.40723785758018494, + -1.6416280269622803 + ], + [ + 7.450582373280668e-09, + 0.9564552903175354, + 0.29187875986099243, + 1.1766008138656616 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_69", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.3681234121322632, + -0.26303330063819885, + 0.8917953968048096, + 3.5949413776397705 + ], + [ + 0.9297771453857422, + 0.10414185374975204, + -0.3530854284763336, + -1.4233325719833374 + ], + [ + 0.0, + 0.9591495990753174, + 0.282899409532547, + 1.1404037475585938 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_70", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.30901575088500977, + -0.2606591582298279, + 0.9146398305892944, + 3.6870310306549072 + ], + [ + 0.951056957244873, + 0.08469292521476746, + -0.29718318581581116, + -1.197983741760254 + ], + [ + 0.0, + 0.9617089033126831, + 0.27407315373420715, + 1.104824185371399 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_71", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.24868859350681305, + -0.25707268714904785, + 0.9338456988334656, + 3.7644519805908203 + ], + [ + 0.9685835242271423, + 0.0660046860575676, + -0.23976948857307434, + -0.966541588306427 + ], + [ + -3.725290298461914e-09, + 0.9641354084014893, + 0.26541098952293396, + 1.0699057579040527 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_72", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.18738001585006714, + -0.2523728013038635, + 0.9493139386177063, + 3.8268063068389893 + ], + [ + 0.9822876453399658, + 0.048142336308956146, + -0.18108998239040375, + -0.7299969792366028 + ], + [ + -3.725290742551124e-09, + 0.966431736946106, + 0.2569235861301422, + 1.0356919765472412 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_73", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.12533187866210938, + -0.24666085839271545, + 0.9609633684158325, + 3.8737666606903076 + ], + [ + 0.9921150803565979, + 0.03116016276180744, + -0.12139654159545898, + -0.4893650412559509 + ], + [ + 0.0, + 0.9686006903648376, + 0.24862131476402283, + 1.0022244453430176 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_74", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.06278910487890244, + -0.2400398552417755, + 0.9687303900718689, + 3.905076742172241 + ], + [ + 0.9980268478393555, + 0.015101686120033264, + -0.06094596907496452, + -0.245681032538414 + ], + [ + -9.31322685637781e-10, + 0.9706454873085022, + 0.24051448702812195, + 0.9695447683334351 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_75", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -1.4424365417653462e-06, + -0.2326129674911499, + 0.9725693464279175, + 3.9205524921417236 + ], + [ + 1.0000001192092896, + -3.3552936429259717e-07, + 1.4028693158252281e-06, + 5.6551471061538905e-06 + ], + [ + -2.8421716206667585e-14, + 0.9725692868232727, + 0.2326129674911499, + 0.9376928806304932 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_76", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.06279199570417404, + -0.2244826704263687, + 0.9724528789520264, + 3.9200830459594727 + ], + [ + 0.9980268478393555, + -0.014123584143817425, + 0.061182983219623566, + 0.2466364949941635 + ], + [ + 9.313227966600834e-10, + 0.9743757247924805, + 0.22492651641368866, + 0.906707763671875 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_77", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.1253347396850586, + -0.2157496213912964, + 0.968371570110321, + 3.903630256652832 + ], + [ + 0.9921146631240845, + -0.027255844324827194, + 0.12233524769544601, + 0.4931491017341614 + ], + [ + 1.862645593320167e-09, + 0.9760681986808777, + 0.21746446192264557, + 0.8766271471977234 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_78", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.18738283216953278, + -0.20651188492774963, + 0.9603336453437805, + 3.8712282180786133 + ], + [ + 0.9822871088981628, + -0.039394576102495193, + 0.18319495022296906, + 0.7384824156761169 + ], + [ + 0.0, + 0.9776507616043091, + 0.2102358192205429, + 0.8474875688552856 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_79", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.2486914098262787, + -0.1968637853860855, + 0.9483656287193298, + 3.822983741760254 + ], + [ + 0.968582808971405, + -0.05054635927081108, + 0.2435004860162735, + 0.9815817475318909 + ], + [ + 3.725290742551124e-09, + 0.9791269898414612, + 0.20324933528900146, + 0.8193241357803345 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_80", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.3090185523033142, + -0.18689529597759247, + 0.9325114488601685, + 3.7590739727020264 + ], + [ + 0.951056182384491, + -0.060726288706064224, + 0.30299296975135803, + 1.22140371799469 + ], + [ + 0.0, + 0.980501115322113, + 0.19651342928409576, + 0.7921710014343262 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_81", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.3681260943412781, + -0.17669110000133514, + 0.9128326773643494, + 3.679746150970459 + ], + [ + 0.9297760725021362, + -0.06995727866888046, + 0.3614177107810974, + 1.4569213390350342 + ], + [ + 0.0, + 0.9817770719528198, + 0.19003622233867645, + 0.7660605311393738 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_82", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.4257808029651642, + -0.16633009910583496, + 0.889407217502594, + 3.5853147506713867 + ], + [ + 0.9048264026641846, + -0.0782693400979042, + 0.4185250401496887, + 1.6871281862258911 + ], + [ + 7.450581485102248e-09, + 0.9829588532447815, + 0.18382544815540314, + 0.7410240173339844 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_83", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.48175519704818726, + -0.15588466823101044, + 0.8623294234275818, + 3.476160764694214 + ], + [ + 0.8763060569763184, + -0.08569864928722382, + 0.4740714728832245, + 1.9110430479049683 + ], + [ + -7.450581485102248e-09, + 0.9840506315231323, + 0.177888423204422, + 0.7170910835266113 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_84", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.5358282327651978, + -0.14542029798030853, + 0.8317096829414368, + 3.352729082107544 + ], + [ + 0.8443269729614258, + -0.09228686988353729, + 0.5278210043907166, + 2.1277146339416504 + ], + [ + -7.450580596923828e-09, + 0.9850563406944275, + 0.17223219573497772, + 0.6942901611328125 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_85", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.5877867341041565, + -0.1349952071905136, + 0.797673761844635, + 3.215524911880493 + ], + [ + 0.8090161681175232, + -0.098080113530159, + 0.5795459747314453, + 2.33622407913208 + ], + [ + 0.0, + 0.9859799742698669, + 0.16686348617076874, + 0.6726480722427368 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_86", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.637425422668457, + -0.1246599480509758, + 0.7603611350059509, + 3.0651133060455322 + ], + [ + 0.7705123424530029, + -0.10312803834676743, + 0.6290276050567627, + 2.535691022872925 + ], + [ + -7.450582373280668e-09, + 0.9868254065513611, + 0.1617884635925293, + 0.652190089225769 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_87", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.6845484375953674, + -0.11445745825767517, + 0.7199256420135498, + 2.902113199234009 + ], + [ + 0.7289674282073975, + -0.10748308897018433, + 0.6760575771331787, + 2.7252752780914307 + ], + [ + 0.0, + 0.9875965118408203, + 0.15701311826705933, + 0.6329401135444641 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_88", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.7289698719978333, + -0.1044226810336113, + 0.6765345335006714, + 2.7271976470947266 + ], + [ + 0.6845458745956421, + -0.11119923740625381, + 0.7204385995864868, + 2.9041807651519775 + ], + [ + -7.450581485102248e-09, + 0.9882968068122864, + 0.15254300832748413, + 0.6149204969406128 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_89", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.7705145478248596, + -0.09458284825086594, + 0.6303663849830627, + 2.5410878658294678 + ], + [ + 0.6374227404594421, + -0.1143314316868782, + 0.7619848251342773, + 3.0716586112976074 + ], + [ + 7.450582373280668e-09, + 0.9889299273490906, + 0.1483832746744156, + 0.5981520414352417 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_90", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.8090181946754456, + -0.08495748788118362, + 0.581611692905426, + 2.3445510864257812 + ], + [ + 0.5877838730812073, + -0.1169343888759613, + 0.8005228638648987, + 3.2270100116729736 + ], + [ + -7.450581485102248e-09, + 0.9894990921020508, + 0.14453870058059692, + 0.5826539993286133 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_91", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.8443290591239929, + -0.07555867731571198, + 0.53047114610672, + 2.138397455215454 + ], + [ + 0.5358253121376038, + -0.1190618947148323, + 0.8358921408653259, + 3.369588613510132 + ], + [ + 0.0, + 0.9900076985359192, + 0.14101365208625793, + 0.5684441328048706 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_92", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.8763077259063721, + -0.06639131903648376, + 0.4771553874015808, + 1.923474669456482 + ], + [ + 0.4817521274089813, + -0.12076588720083237, + 0.8679462671279907, + 3.498802900314331 + ], + [ + -3.725291186640334e-09, + 0.9904583692550659, + 0.13781222701072693, + 0.5555387735366821 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_93", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.9048280119895935, + -0.05745357647538185, + 0.42188340425491333, + 1.7006664276123047 + ], + [ + 0.4257776439189911, + -0.12209566682577133, + 0.896552324295044, + 3.6141180992126465 + ], + [ + 0.0, + 0.990854024887085, + 0.13493800163269043, + 0.543952465057373 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_94", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.9297773241996765, + -0.04873733967542648, + 0.364882230758667, + 1.4708871841430664 + ], + [ + 0.36812275648117065, + -0.12309717386960983, + 0.9215925931930542, + 3.7150580883026123 + ], + [ + 0.0, + 0.9911970496177673, + 0.13239428400993347, + 0.5336983799934387 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_95", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.9510573148727417, + -0.04022879898548126, + 0.3063853681087494, + 1.2350789308547974 + ], + [ + 0.309015154838562, + -0.12381233274936676, + 0.9429634809494019, + 3.8012073040008545 + ], + [ + 0.0, + 0.991489827632904, + 0.13018390536308289, + 0.5247880816459656 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_96", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.9685837030410767, + -0.031909000128507614, + 0.2466323971748352, + 0.9942068457603455 + ], + [ + 0.2486879974603653, + -0.12427837401628494, + 0.9605776071548462, + 3.8722116947174072 + ], + [ + 3.725290742551124e-09, + 0.9917341470718384, + 0.12830939888954163, + 0.5172316431999207 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_97", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.9822878241539001, + -0.023754602298140526, + 0.1858675330877304, + 0.7492559552192688 + ], + [ + 0.1873793601989746, + -0.12452735006809235, + 0.9743624329566956, + 3.9277801513671875 + ], + [ + 0.0, + 0.9919318556785583, + 0.12677280604839325, + 0.5110374689102173 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_98", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.9921150803565979, + -0.015738580375909805, + 0.12433911859989166, + 0.5012269616127014 + ], + [ + 0.12533123791217804, + -0.12458572536706924, + 0.9842615127563477, + 3.967684507369995 + ], + [ + 0.0, + 0.9920840263366699, + 0.12557591497898102, + 0.5062126517295837 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_99", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.9980270266532898, + -0.007830976508557796, + 0.06229821965098381, + 0.2511321008205414 + ], + [ + 0.0627884715795517, + -0.12447391450405121, + 0.9902344346046448, + 3.9917616844177246 + ], + [ + 4.656613428188905e-10, + 0.9921919703483582, + 0.12472003698348999, + 0.5027624368667603 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_100", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -1.0000001192092896, + 2.58621213333754e-07, + -2.0660706923081307e-06, + -8.328596777573694e-06 + ], + [ + -2.0821944417548366e-06, + -0.12420611083507538, + 0.9922565817832947, + 3.9999136924743652 + ], + [ + -2.8421712818535796e-14, + 0.9922564625740051, + 0.12420611828565598, + 0.5006908178329468 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_101", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.9980267286300659, + 0.007788465823978186, + -0.06230773404240608, + -0.25117048621177673 + ], + [ + -0.06279262900352478, + -0.1237899661064148, + 0.9903198480606079, + 3.9921064376831055 + ], + [ + 0.0, + 0.9922778606414795, + 0.12403474748134613, + 0.5 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_102", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.9921146035194397, + 0.015567414462566376, + -0.12436481565237045, + -0.501330554485321 + ], + [ + -0.12533536553382874, + -0.12322667241096497, + 0.98443204164505, + 3.968372106552124 + ], + [ + 0.0, + 0.9922564625740051, + 0.12420611828565598, + 0.5006908178329468 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_103", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.9822870492935181, + 0.023370463401079178, + -0.1859203428030014, + -0.7494688034057617 + ], + [ + -0.18738345801830292, + -0.12251083552837372, + 0.9746172428131104, + 3.928807258605957 + ], + [ + -1.862645593320167e-09, + 0.9921919703483582, + 0.1247200220823288, + 0.5027624368667603 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_104", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.9685827493667603, + 0.031229723244905472, + -0.24672336876392365, + -0.994573712348938 + ], + [ + -0.24869205057621002, + -0.12163063138723373, + 0.9609153270721436, + 3.8735735416412354 + ], + [ + 0.0, + 0.9920840263366699, + 0.12557590007781982, + 0.5062126517295837 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_105", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.9510559439659119, + 0.03917522355914116, + -0.30652591586112976, + -1.2356452941894531 + ], + [ + -0.30901917815208435, + -0.12056801468133926, + 0.9433825612068176, + 3.80289626121521 + ], + [ + 0.0, + 0.9919318556785583, + 0.12677280604839325, + 0.5110374689102173 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_106", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.9297758340835571, + 0.047234103083610535, + -0.3650837540626526, + -1.4716997146606445 + ], + [ + -0.36812666058540344, + -0.11929894238710403, + 0.9220902919769287, + 3.71706485748291 + ], + [ + 3.725291186640334e-09, + 0.9917341470718384, + 0.12830938398838043, + 0.5172316431999207 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_107", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.9048262238502502, + 0.05542988330125809, + -0.422157883644104, + -1.7017728090286255 + ], + [ + -0.4257814288139343, + -0.11779380589723587, + 0.8971258401870728, + 3.6164300441741943 + ], + [ + -3.725291186640334e-09, + 0.991489827632904, + 0.13018390536308289, + 0.5247880816459656 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_108", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.8763057589530945, + 0.06378167867660522, + -0.4775148928165436, + -1.9249238967895508 + ], + [ + -0.4817557632923126, + -0.11601783335208893, + 0.8685917258262634, + 3.5014047622680664 + ], + [ + -7.450581485102248e-09, + 0.9911971688270569, + 0.13239428400993347, + 0.5336983799934387 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_109", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.8443268537521362, + 0.0723036676645279, + -0.5309281349182129, + -2.1402394771575928 + ], + [ + -0.5358288288116455, + -0.11393176764249802, + 0.8366045951843262, + 3.3724606037139893 + ], + [ + 0.0, + 0.990854024887085, + 0.13493801653385162, + 0.543952465057373 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_110", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.8090158104896545, + 0.08100425451993942, + -0.5821787714958191, + -2.3468375205993652 + ], + [ + -0.5877872705459595, + -0.11149223148822784, + 0.8012963533401489, + 3.230128526687622 + ], + [ + 7.450582373280668e-09, + 0.9904583692550659, + 0.13781222701072693, + 0.5555387735366821 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_111", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.7705118656158447, + 0.08988574147224426, + -0.6310564279556274, + -2.543869733810425 + ], + [ + -0.6374258995056152, + -0.10865267366170883, + 0.7628124952316284, + 3.074995517730713 + ], + [ + 0.0, + 0.9900076985359192, + 0.14101363718509674, + 0.5684441328048706 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_112", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.7289670705795288, + 0.09894376993179321, + -0.6773605346679688, + -2.730527400970459 + ], + [ + -0.6845488548278809, + -0.10536391288042068, + 0.7213122844696045, + 2.907702684402466 + ], + [ + 0.0, + 0.9894990921020508, + 0.14453868567943573, + 0.5826539993286133 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_113", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.6845453381538391, + 0.10816699266433716, + -0.7209005951881409, + -2.90604305267334 + ], + [ + -0.7289703488349915, + -0.10157506167888641, + 0.6769673824310303, + 2.728942632675171 + ], + [ + 7.450581485102248e-09, + 0.9889299273490906, + 0.1483832746744156, + 0.5981520414352417 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_114", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.6374220848083496, + 0.11753664165735245, + -0.7614973783493042, + -3.0696940422058105 + ], + [ + -0.7705148458480835, + -0.09723426401615143, + 0.6299622058868408, + 2.539458990097046 + ], + [ + 0.0, + 0.9882968068122864, + 0.15254299342632294, + 0.6149204969406128 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_115", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.5877832770347595, + 0.1270264983177185, + -0.7989838123321533, + -3.220806837081909 + ], + [ + -0.809018611907959, + -0.09228967130184174, + 0.5804926753044128, + 2.340040922164917 + ], + [ + 7.450581485102248e-09, + 0.9875964522361755, + 0.15701311826705933, + 0.6329401135444641 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_116", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.5358247756958008, + 0.1366027295589447, + -0.8332055807113647, + -3.3587591648101807 + ], + [ + -0.8443294167518616, + -0.08669024705886841, + 0.5287654399871826, + 2.131521701812744 + ], + [ + 0.0, + 0.9868254065513611, + 0.1617884486913681, + 0.652190089225769 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_117", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.48175159096717834, + 0.1462237387895584, + -0.8640221953392029, + -3.4829843044281006 + ], + [ + -0.8763080835342407, + -0.08038671314716339, + 0.4749974012374878, + 1.9147754907608032 + ], + [ + -7.450582373280668e-09, + 0.9859799742698669, + 0.16686345636844635, + 0.6726480722427368 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_118", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.42577701807022095, + 0.15584053099155426, + -0.8913066983222961, + -3.5929722785949707 + ], + [ + -0.9048281311988831, + -0.07333250343799591, + 0.41941434144973755, + 1.6907132863998413 + ], + [ + 0.0, + 0.9850563406944275, + 0.17223219573497772, + 0.6942901611328125 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_119", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.3681221604347229, + 0.16539663076400757, + -0.9149482250213623, + -3.6882739067077637 + ], + [ + -0.9297775626182556, + -0.0654846653342247, + 0.3622508943080902, + 1.460279941558838 + ], + [ + 3.725290742551124e-09, + 0.9840506315231323, + 0.177888423204422, + 0.7170910835266113 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_120", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.30901461839675903, + 0.17482852935791016, + -0.9348503351211548, + -3.7685017585754395 + ], + [ + -0.951057493686676, + -0.05680473521351814, + 0.30374863743782043, + 1.2244497537612915 + ], + [ + 3.725291186640334e-09, + 0.9829588532447815, + 0.18382544815540314, + 0.7410240173339844 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_121", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.24868737161159515, + 0.18406599760055542, + -0.9509335160255432, + -3.8333351612091064 + ], + [ + -0.9685839414596558, + -0.047259602695703506, + 0.24415557086467743, + 0.9842224717140198 + ], + [ + -3.725290742551124e-09, + 0.9817770719528198, + 0.19003625214099884, + 0.7660605311393738 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_122", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.18737873435020447, + 0.19303272664546967, + -0.9631343483924866, + -3.8825182914733887 + ], + [ + -0.9822879433631897, + -0.03682243078947067, + 0.183725044131279, + 0.7406193017959595 + ], + [ + 0.0, + 0.980501115322113, + 0.19651345908641815, + 0.7921710014343262 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_123", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.1253306120634079, + 0.20164668560028076, + -0.9714066386222839, + -3.915865421295166 + ], + [ + -0.9921152591705322, + -0.025473354384303093, + 0.1227145567536354, + 0.49467819929122925 + ], + [ + -1.862645593320167e-09, + 0.9791269898414612, + 0.20324930548667908, + 0.8193241357803345 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_124", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.06278783828020096, + 0.20982098579406738, + -0.9757218360900879, + -3.933259963989258 + ], + [ + -0.9980270862579346, + -0.013200248591601849, + 0.061384569853544235, + 0.2474490851163864 + ], + [ + 0.0, + 0.9776507616043091, + 0.2102358192205429, + 0.8474875688552856 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_125", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 2.721952341744327e-06, + 0.21746443212032318, + -0.9760681986808777, + -3.934656858444214 + ], + [ + -1.0000001192092896, + 5.919277441535087e-07, + -2.6568109205982182e-06, + -1.0709947673603892e-05 + ], + [ + 0.0, + 0.9760681986808777, + 0.21746443212032318, + 0.8766271471977234 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_126", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.06279326975345612, + 0.22448264062404633, + -0.9724529385566711, + -3.9200828075408936 + ], + [ + -0.9980267882347107, + 0.014123870059847832, + -0.06118423491716385, + -0.24664151668548584 + ], + [ + 0.0, + 0.9743757247924805, + 0.22492654621601105, + 0.906707763671875 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_127", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.12533599138259888, + 0.23077864944934845, + -0.9649000763893127, + -3.889636516571045 + ], + [ + -0.9921143651008606, + 0.02915477193892002, + -0.12189794331789017, + -0.4913863241672516 + ], + [ + 0.0, + 0.9725692868232727, + 0.2326129674911499, + 0.9376928806304932 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_128", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.18738359212875366, + 0.23625418543815613, + -0.9534524083137512, + -3.843489170074463 + ], + [ + -0.9822869300842285, + 0.04506846144795418, + -0.1818830519914627, + -0.7331939935684204 + ], + [ + 0.0, + 0.9706454873085022, + 0.24051448702812195, + 0.9695447683334351 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_129", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.24869216978549957, + 0.24081023037433624, + -0.9381700158119202, + -3.781883716583252 + ], + [ + -0.9685827493667603, + 0.061830151826143265, + -0.24088343977928162, + -0.9710320830345154 + ], + [ + 0.0, + 0.9686007499694824, + 0.24862131476402283, + 1.0022244453430176 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_130", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.3090193271636963, + 0.2443486452102661, + -0.9191305637359619, + -3.7051334381103516 + ], + [ + -0.9510560035705566, + 0.07939433306455612, + -0.2986460328102112, + -1.2038805484771729 + ], + [ + 7.450582373280668e-09, + 0.966431736946106, + 0.2569235861301422, + 1.0356919765472412 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_131", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.3681268095970154, + 0.2467726320028305, + -0.8964296579360962, + -3.6136231422424316 + ], + [ + -0.929775595664978, + 0.09770487993955612, + -0.3549240827560425, + -1.4307446479797363 + ], + [ + -7.450580596923828e-09, + 0.9641354084014893, + 0.26541098952293396, + 1.0699057579040527 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_132", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.42578157782554626, + 0.2479885369539261, + -0.870179295539856, + -3.5078043937683105 + ], + [ + -0.9048261642456055, + 0.11669528484344482, + -0.4094778895378113, + -1.6506578922271729 + ], + [ + -7.450581485102248e-09, + 0.9617089033126831, + 0.27407318353652954, + 1.104824185371399 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_133", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.4817558825016022, + 0.24790628254413605, + -0.840508222579956, + -3.3881962299346924 + ], + [ + -0.8763055801391602, + 0.13628843426704407, + -0.46207600831985474, + -1.8626874685287476 + ], + [ + 7.450580596923828e-09, + 0.9591495990753174, + 0.282899409532547, + 1.1404037475585938 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_134", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.5358290076255798, + 0.24644097685813904, + -0.8075607419013977, + -3.2553811073303223 + ], + [ + -0.8443267345428467, + 0.15639705955982208, + -0.5124964714050293, + -2.06593918800354 + ], + [ + 0.0, + 0.9564552903175354, + 0.29187875986099243, + 1.1766008138656616 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_135", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.5877873301506042, + 0.24351373314857483, + -0.7714968323707581, + -3.1100027561187744 + ], + [ + -0.8090157508850098, + 0.17692402005195618, + -0.5605281591415405, + -2.259561061859131 + ], + [ + 1.4901164746561335e-08, + 0.9536240696907043, + 0.30100011825561523, + 1.2133702039718628 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_136", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.6374260187149048, + 0.2390529215335846, + -0.7324902415275574, + -2.9527623653411865 + ], + [ + -0.7705118060112, + 0.19776278734207153, + -0.6059717535972595, + -2.4427499771118164 + ], + [ + 0.0, + 0.9506542682647705, + 0.31025221943855286, + 1.250666618347168 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_137", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.6845492124557495, + 0.23299503326416016, + -0.6907286047935486, + -2.7844159603118896 + ], + [ + -0.7289670705795288, + 0.21879804134368896, + -0.6486406922340393, + -2.6147541999816895 + ], + [ + 0.0, + 0.9475446343421936, + 0.3196236193180084, + 1.2884440422058105 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_138", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.7289704084396362, + 0.22528575360774994, + -0.6464120745658875, + -2.6057701110839844 + ], + [ + -0.6845452189445496, + 0.2399061918258667, + -0.6883624792098999, + -2.7748777866363525 + ], + [ + 0.0, + 0.9442941546440125, + 0.3291027843952179, + 1.326655626296997 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_139", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.7705148458480835, + 0.21588075160980225, + -0.5997519493103027, + -2.417677164077759 + ], + [ + -0.6374220252037048, + 0.260956346988678, + -0.7249793410301208, + -2.922484874725342 + ], + [ + -1.4901161193847656e-08, + 0.9409023523330688, + 0.33867794275283813, + 1.365254282951355 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_140", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.8090187311172485, + 0.20474675297737122, + -0.5509698987007141, + -2.2210304737091064 + ], + [ + -0.5877832174301147, + 0.28181129693984985, + -0.7583492398262024, + -3.0570030212402344 + ], + [ + 0.0, + 0.9373692274093628, + 0.3483372926712036, + 1.4041924476623535 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_141", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.8443294763565063, + 0.19186222553253174, + -0.5002968311309814, + -2.01676082611084 + ], + [ + -0.535824716091156, + 0.3023282587528229, + -0.7883462309837341, + -3.177924871444702 + ], + [ + 1.4901164746561335e-08, + 0.9336950778961182, + 0.35806912183761597, + 1.4434226751327515 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_142", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.8763081431388855, + 0.17721770703792572, + -0.44797128438949585, + -1.8058297634124756 + ], + [ + -0.4817514419555664, + 0.3223598599433899, + -0.8148618936538696, + -3.2848129272460938 + ], + [ + 1.4901164746561335e-08, + 0.9298806190490723, + 0.36786141991615295, + 1.4828966856002808 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_143", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.9048283696174622, + 0.16081687808036804, + -0.39423835277557373, + -1.5892254114151 + ], + [ + -0.42577695846557617, + 0.3417556583881378, + -0.8378049731254578, + -3.3772995471954346 + ], + [ + 0.0, + 0.9259270429611206, + 0.3777023255825043, + 1.522566556930542 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_144", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.9297776222229004, + 0.1426766961812973, + -0.3393481969833374, + -1.3679561614990234 + ], + [ + -0.36812207102775574, + 0.36036309599876404, + -0.8571025729179382, + -3.4550905227661133 + ], + [ + 7.450581485102248e-09, + 0.9218361377716064, + 0.3875799775123596, + 1.5623846054077148 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_145", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.9510573744773865, + 0.12282776832580566, + -0.28355467319488525, + -1.1430453062057495 + ], + [ + -0.30901437997817993, + 0.3780284821987152, + -0.8726996779441833, + -3.5179643630981445 + ], + [ + -7.450580596923828e-09, + 0.9176097512245178, + 0.39748242497444153, + 1.6023026704788208 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_146", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.9685839414596558, + 0.10131461173295975, + -0.2271137833595276, + -0.9155248403549194 + ], + [ + -0.24868719279766083, + 0.39459893107414246, + -0.8845600485801697, + -3.565775156021118 + ], + [ + 0.0, + 0.9132508039474487, + 0.4073978662490845, + 1.642273187637329 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_147", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.9822878837585449, + 0.07819581776857376, + -0.1702825427055359, + -0.686430811882019 + ], + [ + -0.18737857043743134, + 0.4099230468273163, + -0.8926659822463989, + -3.5984511375427246 + ], + [ + -7.450581485102248e-09, + 0.9087619781494141, + 0.41731470823287964, + 1.6822491884231567 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_148", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.9921152591705322, + 0.053543806076049805, + -0.11331716179847717, + -0.4567960202693939 + ], + [ + -0.12533044815063477, + 0.42385250329971313, + -0.8970181345939636, + -3.615995168685913 + ], + [ + 0.0, + 0.9041471481323242, + 0.4272211790084839, + 1.7221834659576416 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_149", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.998026967048645, + 0.027444856241345406, + -0.056471869349479675, + -0.22764535248279572 + ], + [ + -0.06278767436742783, + 0.4362433850765228, + -0.8976355791091919, + -3.6184842586517334 + ], + [ + 0.0, + 0.8994100689888, + 0.4371058940887451, + 1.762030005455017 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_150", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 1.0, + -1.2894154224341037e-06, + 2.5806782559811836e-06, + 1.0403045962448232e-05 + ], + [ + 2.884872856157017e-06, + 0.44695746898651123, + -0.8945553302764893, + -3.606067419052124 + ], + [ + -1.1368683772161603e-13, + 0.8945552706718445, + 0.4469574987888336, + 1.8017430305480957 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_151", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.9980267286300659, + -0.02868182212114334, + 0.0558602511882782, + 0.22517985105514526 + ], + [ + 0.06279343366622925, + 0.455863356590271, + -0.8878320455551147, + -3.578964948654175 + ], + [ + -1.862645371275562e-09, + 0.8895875811576843, + 0.456764817237854, + 1.8412775993347168 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_152", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.9921144843101501, + -0.058471426367759705, + 0.11086137592792511, + 0.44689643383026123 + ], + [ + 0.1253361701965332, + 0.4628380537033081, + -0.8775374293327332, + -3.537466049194336 + ], + [ + 3.725291186640334e-09, + 0.8845122456550598, + 0.4665169417858124, + 1.8805897235870361 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_153", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.982286810874939, + -0.08923293650150299, + 0.1647735834121704, + 0.6642235517501831 + ], + [ + 0.1873842477798462, + 0.4677678644657135, + -0.8637593984603882, + -3.4819254875183105 + ], + [ + 0.0, + 0.8793352842330933, + 0.4762030243873596, + 1.9196357727050781 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_154", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.9685825705528259, + -0.12081815302371979, + 0.21737313270568848, + 0.8762590289115906 + ], + [ + 0.24869279563426971, + 0.4705498218536377, + -0.8466020226478577, + -3.4127614498138428 + ], + [ + 0.0, + 0.8740628957748413, + 0.48581287264823914, + 1.9583741426467896 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_155", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.9510557055473328, + -0.1530686616897583, + 0.2684459984302521, + 1.082140326499939 + ], + [ + 0.3090198338031769, + 0.4710921347141266, + -0.8261834979057312, + -3.330451726913452 + ], + [ + 0.0, + 0.8687013983726501, + 0.49533611536026, + 1.9967634677886963 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_156", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.9297753572463989, + -0.18581700325012207, + 0.3177889585494995, + 1.28104829788208 + ], + [ + 0.36812740564346313, + 0.4693159759044647, + -0.8026360869407654, + -3.235529661178589 + ], + [ + -1.4901161193847656e-08, + 0.8632581233978271, + 0.5047627091407776, + 2.0347635746002197 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_157", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.9048258662223816, + -0.21888744831085205, + 0.3652104437351227, + 1.47221040725708 + ], + [ + 0.42578214406967163, + 0.4651557505130768, + -0.7761054635047913, + -3.1285812854766846 + ], + [ + 1.4901162970204496e-08, + 0.8577403426170349, + 0.514083206653595, + 2.072335720062256 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_158", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.8763054013252258, + -0.2520974278450012, + 0.41053152084350586, + 1.6549052000045776 + ], + [ + 0.48175644874572754, + 0.45856016874313354, + -0.7467485666275024, + -3.010239601135254 + ], + [ + 0.0, + 0.8521557450294495, + 0.5232882499694824, + 2.1094422340393066 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_159", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.8443264365196228, + -0.2852589190006256, + 0.4535863697528839, + 1.8284648656845093 + ], + [ + 0.5358295440673828, + 0.4494929909706116, + -0.7147327661514282, + -2.8811798095703125 + ], + [ + 1.4901164746561335e-08, + 0.8465124368667603, + 0.5323688983917236, + 2.146047353744507 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_160", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.8090152740478516, + -0.31817907094955444, + 0.4942231774330139, + 1.9922771453857422 + ], + [ + 0.5877878069877625, + 0.4379331171512604, + -0.6802353858947754, + -2.7421162128448486 + ], + [ + -2.980232594040899e-08, + 0.8408190011978149, + 0.5413163900375366, + 2.1821160316467285 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_161", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.7705114483833313, + -0.35066258907318115, + 0.5323046445846558, + 2.1457884311676025 + ], + [ + 0.637426495552063, + 0.4238755702972412, + -0.6434416770935059, + -2.5937960147857666 + ], + [ + 0.0, + 0.8350839018821716, + 0.5501225590705872, + 2.2176146507263184 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_162", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.7289665341377258, + -0.3825121521949768, + 0.5677080750465393, + 2.288504123687744 + ], + [ + 0.6845495104789734, + 0.4073314666748047, + -0.6045438051223755, + -2.4369938373565674 + ], + [ + -1.4901162970204496e-08, + 0.8293163776397705, + 0.5587794780731201, + 2.252511978149414 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_163", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.6845448613166809, + -0.41353023052215576, + 0.6003260016441345, + 2.4199912548065186 + ], + [ + 0.7289708852767944, + 0.3883282542228699, + -0.5637400150299072, + -2.272508382797241 + ], + [ + -1.4901162970204496e-08, + 0.8235253095626831, + 0.567279577255249, + 2.2867767810821533 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_164", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.6374215483665466, + -0.44352060556411743, + 0.6300661563873291, + 2.5398776531219482 + ], + [ + 0.7705154418945312, + 0.3669097125530243, + -0.5212326049804688, + -2.1011555194854736 + ], + [ + 0.0, + 0.8177204728126526, + 0.575615644454956, + 2.320380687713623 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_165", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.5877827405929565, + -0.4722898304462433, + 0.6568515300750732, + 2.647853136062622 + ], + [ + 0.8090190887451172, + 0.3431362807750702, + -0.47722727060317993, + -1.923764705657959 + ], + [ + 0.0, + 0.8119112253189087, + 0.5837808847427368, + 2.3532960414886475 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_166", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.5358241200447083, + -0.49964818358421326, + 0.680620551109314, + 2.743669033050537 + ], + [ + 0.844329833984375, + 0.31708410382270813, + -0.43193182349205017, + -1.7411726713180542 + ], + [ + -1.4901164746561335e-08, + 0.8061075210571289, + 0.5917690992355347, + 2.3854973316192627 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_167", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.4817507863044739, + -0.5254117250442505, + 0.7013264894485474, + 2.827136993408203 + ], + [ + 0.876308262348175, + 0.2888453006744385, + -0.3855544924736023, + -1.5542194843292236 + ], + [ + -2.9802322387695312e-08, + 0.800319254398346, + 0.5995741486549377, + 2.4169602394104004 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_168", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.4257763922214508, + -0.5494029521942139, + 0.7189373970031738, + 2.8981289863586426 + ], + [ + 0.904828667640686, + 0.2585271894931793, + -0.3383033275604248, + -1.3637442588806152 + ], + [ + -1.4901164746561335e-08, + 0.7945565581321716, + 0.6071902513504028, + 2.447661876678467 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_169", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.3681214451789856, + -0.5714529156684875, + 0.7334359884262085, + 2.9565749168395996 + ], + [ + 0.9297779202461243, + 0.22625195980072021, + -0.290384978055954, + -1.170579195022583 + ], + [ + 1.4901162970204496e-08, + 0.7888293862342834, + 0.614612340927124, + 2.477581262588501 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_170", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.30901384353637695, + -0.5914012789726257, + 0.7448188066482544, + 3.002460479736328 + ], + [ + 0.9510577321052551, + 0.19215571880340576, + -0.24200353026390076, + -0.9755473136901855 + ], + [ + 0.0, + 0.7831478714942932, + 0.6218355298042297, + 2.5066988468170166 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_171", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.24868658185005188, + -0.6090989112854004, + 0.7530959844589233, + 3.0358264446258545 + ], + [ + 0.9685840010643005, + 0.1563878208398819, + -0.19335944950580597, + -0.7794567346572876 + ], + [ + -7.450580596923828e-09, + 0.7775224447250366, + 0.6288551688194275, + 2.5349960327148438 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_172", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.1873779594898224, + -0.6244082450866699, + 0.75829017162323, + 3.056765079498291 + ], + [ + 0.9822880029678345, + 0.11911001801490784, + -0.14464887976646423, + -0.5830982327461243 + ], + [ + 7.450581485102248e-09, + 0.7719632387161255, + 0.6356672644615173, + 2.5624563694000244 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_173", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.12532979249954224, + -0.6372037529945374, + 0.7604368925094604, + 3.065418243408203 + ], + [ + 0.9921152591705322, + 0.08049529790878296, + -0.09606283158063889, + -0.38724154233932495 + ], + [ + 0.0, + 0.7664802670478821, + 0.6422679424285889, + 2.589064359664917 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_174", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + 0.0627870261669159, + -0.6473738551139832, + 0.7595821619033813, + 3.0619730949401855 + ], + [ + 0.9980270862579346, + 0.040727030485868454, + -0.04778618738055229, + -0.192632257938385 + ], + [ + 3.725290742551124e-09, + 0.7610836625099182, + 0.6486537456512451, + 2.614806652069092 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_175", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -3.5246307561465073e-06, + -0.6548215746879578, + 0.7557836771011353, + 3.0466606616973877 + ], + [ + 1.0, + -2.3080044684320455e-06, + 2.663858367668581e-06, + 1.0738353921624366e-05 + ], + [ + 0.0, + 0.7557834386825562, + 0.6548216342926025, + 2.639669895172119 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_176", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.06279408186674118, + -0.6594646573066711, + 0.7491083145141602, + 3.019752264022827 + ], + [ + 0.9980267286300659, + -0.04149235412478447, + 0.047132574021816254, + 0.18999747931957245 + ], + [ + 0.0, + 0.7505896687507629, + 0.6607686281204224, + 2.6636435985565186 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_177", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.12533679604530334, + -0.6612366437911987, + 0.7396329045295715, + 2.9815549850463867 + ], + [ + 0.9921143054962158, + -0.08353602141141891, + 0.09344005584716797, + 0.3766688406467438 + ], + [ + 0.0, + 0.7455117702484131, + 0.6664925813674927, + 2.6867170333862305 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_178", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.18738487362861633, + -0.6600875854492188, + 0.727441668510437, + 2.932410955429077 + ], + [ + 0.9822866916656494, + -0.12592090666294098, + 0.13876964151859283, + 0.5593982338905334 + ], + [ + 0.0, + 0.740559458732605, + 0.6719909310340881, + 2.7088818550109863 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_179", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.24869340658187866, + -0.6559838056564331, + 0.7126266956329346, + 2.872690200805664 + ], + [ + 0.9685823917388916, + -0.16843053698539734, + 0.1829741895198822, + 0.7375925779342651 + ], + [ + -1.4901162970204496e-08, + 0.7357420921325684, + 0.6772618293762207, + 2.7301297187805176 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_180", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.3090204894542694, + -0.6489088535308838, + 0.6952869296073914, + 2.802791118621826 + ], + [ + 0.9510555267333984, + -0.21084588766098022, + 0.22591523826122284, + 0.910693347454071 + ], + [ + -1.4901162970204496e-08, + 0.7310687899589539, + 0.6823038458824158, + 2.7504544258117676 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_181", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.36812806129455566, + -0.638862669467926, + 0.6755267381668091, + 2.723135471343994 + ], + [ + 0.9297752976417542, + -0.2529463768005371, + 0.2674628496170044, + 1.0781772136688232 + ], + [ + 1.4901162970204496e-08, + 0.7265485525131226, + 0.6871151328086853, + 2.7698497772216797 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_182", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.4257827401161194, + -0.6258630752563477, + 0.6534558534622192, + 2.634164571762085 + ], + [ + 0.9048256874084473, + -0.2945116460323334, + 0.30749595165252686, + 1.2395557165145874 + ], + [ + 0.0, + 0.7221899032592773, + 0.6916948556900024, + 2.788311004638672 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_183", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.48175695538520813, + -0.6099447011947632, + 0.6291881203651428, + 2.5363380908966064 + ], + [ + 0.8763049840927124, + -0.33532285690307617, + 0.34590211510658264, + 1.3943759202957153 + ], + [ + 0.0, + 0.7180013060569763, + 0.6960417628288269, + 2.8058338165283203 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_184", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.535830020904541, + -0.5911591649055481, + 0.6028410196304321, + 2.4301295280456543 + ], + [ + 0.8443260192871094, + -0.37516412138938904, + 0.38257771730422974, + 1.542219877243042 + ], + [ + 1.4901161193847656e-08, + 0.7139907479286194, + 0.7001551985740662, + 2.822415590286255 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_185", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.5877884030342102, + -0.5695741176605225, + 0.5745347738265991, + 2.316023826599121 + ], + [ + 0.8090148568153381, + -0.41382312774658203, + 0.41742730140686035, + 1.6827032566070557 + ], + [ + -1.4901162970204496e-08, + 0.7101660370826721, + 0.7040342092514038, + 2.838052749633789 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_186", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.6374269127845764, + -0.545274019241333, + 0.544392466545105, + 2.1945159435272217 + ], + [ + 0.7705109119415283, + -0.4510933756828308, + 0.4503640830516815, + 1.8154754638671875 + ], + [ + 0.0, + 0.7065344452857971, + 0.7076786756515503, + 2.8527438640594482 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_187", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.6845499277114868, + -0.5183590054512024, + 0.5125382542610168, + 2.0661075115203857 + ], + [ + 0.7289659976959229, + -0.4867752194404602, + 0.4813091456890106, + 1.9402190446853638 + ], + [ + -1.4901161193847656e-08, + 0.7031030058860779, + 0.7110880613327026, + 2.866487503051758 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_188", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.7289713025093079, + -0.48894402384757996, + 0.47909778356552124, + 1.931304693222046 + ], + [ + 0.6845443248748779, + -0.5206765532493591, + 0.5101912617683411, + 2.0566465854644775 + ], + [ + 0.0, + 0.6998783946037292, + 0.714262068271637, + 2.879282236099243 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_189", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.7705159187316895, + -0.4571586549282074, + 0.44419756531715393, + 1.7906174659729004 + ], + [ + 0.6374210715293884, + -0.5526143312454224, + 0.5369469523429871, + 2.1645021438598633 + ], + [ + 0.0, + 0.6968669295310974, + 0.7172005772590637, + 2.891127824783325 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_190", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.8090194463729858, + -0.4231463074684143, + 0.40796440839767456, + 1.6445568799972534 + ], + [ + 0.587782084941864, + -0.5824158191680908, + 0.5615195035934448, + 2.263557195663452 + ], + [ + 0.0, + 0.6940741539001465, + 0.7199035286903381, + 2.9020237922668457 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_191", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.8443301916122437, + -0.38706323504447937, + 0.370525062084198, + 1.4936342239379883 + ], + [ + 0.5358235239982605, + -0.6099194288253784, + 0.5838592052459717, + 2.353611469268799 + ], + [ + 0.0, + 0.6915057301521301, + 0.7223709225654602, + 2.9119701385498047 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_192", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.8763085603713989, + -0.3490775227546692, + 0.3320062756538391, + 1.3383599519729614 + ], + [ + 0.4817502498626709, + -0.6349755525588989, + 0.6039227843284607, + 2.434490442276001 + ], + [ + 0.0, + 0.6891667246818542, + 0.7246028184890747, + 2.9209671020507812 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_193", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.9048288464546204, + -0.3093682527542114, + 0.29253411293029785, + 1.179242730140686 + ], + [ + 0.4257757365703583, + -0.6574478149414062, + 0.621673047542572, + 2.5060441493988037 + ], + [ + 1.4901162970204496e-08, + 0.687061607837677, + 0.7265991568565369, + 2.9290149211883545 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_194", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.9297780990600586, + -0.2681245803833008, + 0.2522343099117279, + 1.0167889595031738 + ], + [ + 0.36812084913253784, + -0.6772133111953735, + 0.637078583240509, + 2.568145751953125 + ], + [ + 0.0, + 0.6851943135261536, + 0.7283603549003601, + 2.9361143112182617 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_195", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.9510579705238342, + -0.22554448246955872, + 0.21123172342777252, + 0.8515021800994873 + ], + [ + 0.3090132474899292, + -0.6941640377044678, + 0.6501132845878601, + 2.62069034576416 + ], + [ + 0.0, + 0.6835685968399048, + 0.7298862934112549, + 2.942265510559082 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_196", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.9685842990875244, + -0.18183347582817078, + 0.16965049505233765, + 0.6838829517364502 + ], + [ + 0.24868595600128174, + -0.7082066535949707, + 0.6607562303543091, + 2.663593292236328 + ], + [ + 7.450581485102248e-09, + 0.6821876764297485, + 0.7311771512031555, + 2.9474692344665527 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_197", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.982288122177124, + -0.1372038722038269, + 0.1276140660047531, + 0.5144287347793579 + ], + [ + 0.18737731873989105, + -0.7192638516426086, + 0.668991208076477, + 2.6967897415161133 + ], + [ + 0.0, + 0.6810539960861206, + 0.7322331666946411, + 2.951726198196411 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_198", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.9921154379844666, + -0.09187307208776474, + 0.08524514734745026, + 0.34363415837287903 + ], + [ + 0.1253291815519333, + -0.7272742986679077, + 0.6748071312904358, + 2.7202343940734863 + ], + [ + 0.0, + 0.6801701784133911, + 0.7330543398857117, + 2.9550364017486572 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./test/r_199", + "rotation": 0.031415926535897934, + "transform_matrix": [ + [ + -0.9980270862579346, + -0.0460626520216465, + 0.04266570508480072, + 0.17199094593524933 + ], + [ + 0.06278639286756516, + -0.7321932911872864, + 0.6781967878341675, + 2.733898401260376 + ], + [ + 0.0, + 0.6795374751091003, + 0.7336408495903015, + 2.9574005603790283 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + } + ] +} diff --git a/data/ficus/transforms_train.json b/data/ficus/transforms_train.json new file mode 100644 index 0000000000000000000000000000000000000000..c0a15a9675a3950da81de26f195dc0253febe4bb --- /dev/null +++ b/data/ficus/transforms_train.json @@ -0,0 +1,3005 @@ +{ + "camera_angle_x": 0.6911112070083618, + "frames": [ + { + "file_path": "./train/r_0", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.9903792142868042, + -0.023305540904402733, + 0.13640420138835907, + 0.5498628616333008 + ], + [ + 0.13838082551956177, + -0.16679565608501434, + 0.976232647895813, + 3.935319185256958 + ], + [ + -1.862645371275562e-09, + 0.9857159852981567, + 0.16841599345207214, + 0.6789065003395081 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_1", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.9947428703308105, + 0.014273494482040405, + -0.10140512883663177, + -0.4087770879268646 + ], + [ + -0.10240474343299866, + 0.13865038752555847, + -0.9850327372550964, + -3.9707934856414795 + ], + [ + 9.313225746154785e-10, + 0.9902384877204895, + 0.13938315212726593, + 0.5618714094161987 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_2", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.9347274303436279, + -0.13564807176589966, + 0.32845768332481384, + 1.3240551948547363 + ], + [ + 0.3553657829761505, + 0.3567984700202942, + -0.8639503717422485, + -3.4826948642730713 + ], + [ + 0.0, + 0.9242804646492004, + 0.38171401619911194, + 1.5387381315231323 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_3", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.5578781366348267, + 0.5422987937927246, + -0.6282389163970947, + -2.5325119495391846 + ], + [ + -0.829923152923584, + -0.36453577876091003, + 0.4223051369190216, + 1.7023662328720093 + ], + [ + -1.4901164746561335e-08, + 0.7569846510887146, + 0.6534327268600464, + 2.6340713500976562 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_4", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.8626796007156372, + -0.4161425530910492, + 0.28741881251335144, + 1.158622145652771 + ], + [ + 0.5057512521743774, + 0.7098305821418762, + -0.4902614951133728, + -1.9763070344924927 + ], + [ + 1.4901164746561335e-08, + 0.5683008432388306, + 0.8228209614753723, + 3.316896915435791 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_5", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.24705657362937927, + 0.013771108351647854, + -0.9689033031463623, + -3.905773639678955 + ], + [ + -0.9690011143684387, + -0.003511082148179412, + 0.24703162908554077, + 0.9958162307739258 + ], + [ + 2.3283064365386963e-10, + 0.9998990893363953, + 0.014211654663085938, + 0.0572890043258667 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_6", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.4361169636249542, + -0.5580082535743713, + 0.7059950232505798, + 2.845956802368164 + ], + [ + 0.8998901844024658, + 0.2704295217990875, + -0.3421488404273987, + -1.3792459964752197 + ], + [ + -2.980232594040899e-08, + 0.784534752368927, + 0.6200849413871765, + 2.4996421337127686 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_7", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.6774958968162537, + -0.1072375625371933, + -0.7276671528816223, + -2.9333200454711914 + ], + [ + -0.7355266809463501, + 0.09877684712409973, + 0.6702564358711243, + 2.701890230178833 + ], + [ + 0.0, + 0.9893144965171814, + -0.1457969844341278, + -0.5877264142036438 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_8", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.9588800072669983, + -0.002596308011561632, + -0.2837999761104584, + -1.1440341472625732 + ], + [ + -0.2838118374347687, + 0.008771825581789017, + 0.958840012550354, + 3.8652071952819824 + ], + [ + 0.0, + 0.9999581575393677, + -0.009147991426289082, + -0.03687673062086105 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_9", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.8848505020141602, + 0.42693036794662476, + -0.1864679753780365, + -0.7516764402389526 + ], + [ + -0.46587538719177246, + 0.8108810782432556, + -0.3541639447212219, + -1.427680492401123 + ], + [ + 0.0, + 0.4002528488636017, + 0.916404664516449, + 3.694145441055298 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_10", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.986207127571106, + 0.14752668142318726, + 0.07504495233297348, + 0.30251583456993103 + ], + [ + 0.16551697254180908, + 0.8790146708488464, + 0.4471436142921448, + 1.8024933338165283 + ], + [ + 0.0, + 0.4533972144126892, + -0.891308605670929, + -3.5929794311523438 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_11", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.3959299921989441, + 0.053933996707201004, + 0.9166954755783081, + 3.6953177452087402 + ], + [ + 0.9182809591293335, + 0.02325441502034664, + 0.39524638652801514, + 1.5932891368865967 + ], + [ + 0.0, + 0.9982736110687256, + -0.05873367190361023, + -0.23676300048828125 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_12", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.7826273441314697, + -0.21870893239974976, + 0.5828045010566711, + 2.3493597507476807 + ], + [ + 0.6224907040596008, + -0.2749720811843872, + 0.7327316999435425, + 2.953735828399658 + ], + [ + 0.0, + 0.9362460970878601, + 0.3513449430465698, + 1.4163166284561157 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_13", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.6834653615951538, + -0.29064247012138367, + -0.669628381729126, + -2.6993582248687744 + ], + [ + -0.7299830317497253, + 0.27212145924568176, + 0.6269567608833313, + 2.527343273162842 + ], + [ + -1.4901164746561335e-08, + 0.9173204302787781, + -0.398149698972702, + -1.6049925088882446 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_14", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.998323380947113, + -0.05769515037536621, + -0.004667821805924177, + -0.018816590309143066 + ], + [ + -0.057883672416210175, + -0.9950720071792603, + -0.08050622791051865, + -0.3245309591293335 + ], + [ + 0.0, + 0.0806414932012558, + -0.9967432618141174, + -4.01800012588501 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_15", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.8931497931480408, + -0.15285567939281464, + 0.42298802733421326, + 1.7051187753677368 + ], + [ + 0.4497596025466919, + 0.30354663729667664, + -0.8399857878684998, + -3.386090040206909 + ], + [ + 0.0, + 0.9404757022857666, + 0.3398609757423401, + 1.3700231313705444 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_16", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.9871082901954651, + 0.0010874676518142223, + -0.16005082428455353, + -0.6451854705810547 + ], + [ + -0.1600545197725296, + 0.006706766784191132, + -0.9870855212211609, + -3.9790685176849365 + ], + [ + 0.0, + 0.9999769926071167, + 0.006794359069317579, + 0.027388934046030045 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_17", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.9999814629554749, + 0.0003989805409219116, + 0.006085424218326807, + 0.024531126022338867 + ], + [ + 0.006098488811403513, + 0.06542164087295532, + 0.9978392124176025, + 4.022418022155762 + ], + [ + -2.9103830456733704e-11, + 0.9978575706481934, + -0.06542287021875381, + -0.26372799277305603 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_18", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.9953925609588623, + -0.015398191288113594, + -0.09464068710803986, + -0.3815087378025055 + ], + [ + -0.09588516503572464, + -0.15985003113746643, + -0.9824735522270203, + -3.960477113723755 + ], + [ + -9.31322685637781e-10, + 0.987021267414093, + -0.16058996319770813, + -0.647358775138855 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_19", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.9928368330001831, + 0.011559740640223026, + 0.11891898512840271, + 0.47937771677970886 + ], + [ + 0.11947951465845108, + -0.09605777263641357, + -0.9881790280342102, + -3.9834766387939453 + ], + [ + -9.313227966600834e-10, + 0.995308518409729, + -0.09675086289644241, + -0.3900151550769806 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_20", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.2572469711303711, + 0.13419635593891144, + 0.9569823741912842, + 3.8577194213867188 + ], + [ + 0.9663459062576294, + 0.03572385758161545, + 0.25475433468818665, + 1.0269476175308228 + ], + [ + 3.725291630729544e-09, + 0.990310549736023, + -0.13886992633342743, + -0.5598025918006897 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_21", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.7269603610038757, + -0.17190085351467133, + -0.6648149490356445, + -2.6799545288085938 + ], + [ + -0.6866796016693115, + -0.18198458850383759, + -0.7038131356239319, + -2.8371613025665283 + ], + [ + 7.450581485102248e-09, + 0.9681588411331177, + -0.2503363788127899, + -1.0091381072998047 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_22", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.5661349296569824, + -0.24646583199501038, + 0.7866041660308838, + 3.1709022521972656 + ], + [ + 0.8243128657341003, + -0.1692718118429184, + 0.54023677110672, + 2.1777639389038086 + ], + [ + 0.0, + 0.9542544484138489, + 0.29899561405181885, + 1.2052897214889526 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_23", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.9994469881057739, + -0.015455220825970173, + 0.02944752760231495, + 0.11870676279067993 + ], + [ + 0.0332568921148777, + -0.46446534991264343, + 0.8849667310714722, + 3.5674145221710205 + ], + [ + 9.31322685637781e-10, + 0.8854565024375916, + 0.4647224545478821, + 1.8733558654785156 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_24", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.00281046936288476, + -0.4055250883102417, + -0.9140797853469849, + -3.684772491455078 + ], + [ + -0.9999962449073792, + 0.001139720086939633, + 0.0025690027978271246, + 0.010355979204177856 + ], + [ + 0.0, + 0.9140831232070923, + -0.4055268466472626, + -1.634730577468872 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_25", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.40092355012893677, + -0.5279554128646851, + 0.7486811876296997, + 3.0180301666259766 + ], + [ + 0.9161117672920227, + 0.23105232417583466, + -0.32764989137649536, + -1.3207988739013672 + ], + [ + 0.0, + 0.8172379732131958, + 0.5763004422187805, + 2.323141098022461 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_26", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.9142231941223145, + 0.21533648669719696, + 0.34325867891311646, + 1.3837199211120605 + ], + [ + 0.405211478471756, + -0.48583418130874634, + -0.7744475603103638, + -3.1218974590301514 + ], + [ + -1.4901162970204496e-08, + 0.8471099734306335, + -0.5314176082611084, + -2.1422126293182373 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_27", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.4747942090034485, + 0.16377107799053192, + -0.8647251129150391, + -3.485818386077881 + ], + [ + -0.8800970315933228, + 0.08835112303495407, + -0.4665014147758484, + -1.880527377128601 + ], + [ + 0.0, + 0.9825340509414673, + 0.18608300387859344, + 0.7501245737075806 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_28", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.9661452770233154, + -0.059949394315481186, + 0.2509375512599945, + 1.011561632156372 + ], + [ + 0.2579992115497589, + 0.22449611127376556, + -0.9397009611129761, + -3.788055658340454 + ], + [ + 0.0, + 0.972629189491272, + 0.232362762093544, + 0.936684250831604 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_29", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.6096402406692505, + 0.007693886756896973, + 0.7926410436630249, + 3.195237874984741 + ], + [ + 0.7926783561706543, + 0.005917284172028303, + 0.6096115112304688, + 2.4574222564697266 + ], + [ + -4.656612873077393e-10, + 0.9999529123306274, + -0.009706190787255764, + -0.03912690281867981 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_30", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.768254816532135, + -0.3680342435836792, + -0.5237706899642944, + -2.111387014389038 + ], + [ + -0.6401445269584656, + 0.44168782234191895, + 0.6285912990570068, + 2.5339324474334717 + ], + [ + 0.0, + 0.8182069659233093, + -0.5749238133430481, + -2.317591667175293 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_31", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.4784068465232849, + 0.5377053022384644, + 0.6942621469497681, + 2.7986600399017334 + ], + [ + 0.8781383037567139, + -0.29294008016586304, + -0.3782317340373993, + -1.52470064163208 + ], + [ + 1.4901162970204496e-08, + 0.7906067371368408, + -0.6123242378234863, + -2.468357801437378 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_32", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.8845512866973877, + -0.07919196784496307, + 0.4596715271472931, + 1.8529951572418213 + ], + [ + 0.4664433002471924, + -0.15017765760421753, + 0.8717094659805298, + 3.5139732360839844 + ], + [ + 7.450581485102248e-09, + 0.9854822754859924, + 0.16977837681770325, + 0.6843985319137573 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_33", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.37672650814056396, + -0.12228747457265854, + -0.9182174205780029, + -3.7014522552490234 + ], + [ + -0.9263246655464172, + -0.04973302781581879, + -0.3734293282032013, + -1.505341649055481 + ], + [ + 0.0, + 0.9912477731704712, + -0.13201366364955902, + -0.5321640372276306 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_34", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.9827767014503479, + 0.01778804510831833, + 0.18394003808498383, + 0.7414859533309937 + ], + [ + 0.18479815125465393, + -0.09459874778985977, + -0.9782131314277649, + -3.943302869796753 + ], + [ + -1.862645593320167e-09, + 0.9953565001487732, + -0.09625665098428726, + -0.38802289962768555 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_35", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.026352044194936752, + -0.03255157917737961, + 0.9991226196289062, + 4.027592182159424 + ], + [ + 0.9996528625488281, + -0.0008580985013395548, + 0.026338066905736923, + 0.10617214441299438 + ], + [ + 0.0, + 0.9994696974754333, + 0.03256288543343544, + 0.13126519322395325 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_36", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.9999904632568359, + -0.0007446963572874665, + 0.004344231449067593, + 0.017512157559394836 + ], + [ + 0.00440759863704443, + 0.16895577311515808, + -0.9856137633323669, + -3.9731361865997314 + ], + [ + 0.0, + 0.985623300075531, + 0.1689574271440506, + 0.6810891628265381 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_37", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.725050151348114, + -0.6726968288421631, + -0.14758482575416565, + -0.5949333906173706 + ], + [ + -0.6886960864067078, + 0.7082063555717468, + 0.15537534654140472, + 0.626338005065918 + ], + [ + 7.450581485102248e-09, + 0.21429592370986938, + -0.9767688512802124, + -3.9374806880950928 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_38", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.8886450529098511, + 0.25323668122291565, + -0.38233694434165955, + -1.5412492752075195 + ], + [ + -0.4585961699485779, + -0.4907096028327942, + 0.7408736944198608, + 2.9865572452545166 + ], + [ + 0.0, + 0.8337118029594421, + 0.5521999001502991, + 2.2259888648986816 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_39", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.8431094884872437, + 0.2733651101589203, + 0.46307459473609924, + 1.8667134046554565 + ], + [ + 0.5377421379089355, + -0.4286007881164551, + -0.7260404825210571, + -2.926762819290161 + ], + [ + 0.0, + 0.8611462712287903, + -0.5083572268486023, + -2.049253463745117 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_40", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.9784722924232483, + 0.06018760800361633, + 0.19740769267082214, + 0.7957756519317627 + ], + [ + 0.20637913048267365, + -0.28535786271095276, + -0.9359374642372131, + -3.772883653640747 + ], + [ + 0.0, + 0.9565293192863464, + -0.291636198759079, + -1.175622820854187 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_41", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.2604670226573944, + -0.3373940587043762, + -0.9046118259429932, + -3.646605968475342 + ], + [ + -0.9654828906059265, + 0.0910218358039856, + 0.24404528737068176, + 0.9837777614593506 + ], + [ + 0.0, + 0.9369527101516724, + -0.3494563400745392, + -1.408703327178955 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_42", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.510986328125, + 0.12850500643253326, + 0.8499290943145752, + 3.426173686981201 + ], + [ + 0.8595889806747437, + -0.0763903483748436, + -0.5052439570426941, + -2.036703586578369 + ], + [ + 0.0, + 0.9887623190879822, + -0.1494958996772766, + -0.6026372313499451 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_43", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.3897985517978668, + 0.22846198081970215, + 0.8921112418174744, + 3.596215009689331 + ], + [ + 0.9209003448486328, + -0.09670335054397583, + -0.3776127099990845, + -1.5222052335739136 + ], + [ + 0.0, + 0.9687380790710449, + -0.24808552861213684, + -1.0000646114349365 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_44", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.014332128688693047, + 0.4022676348686218, + -0.915410041809082, + -3.6901354789733887 + ], + [ + -0.9998974204063416, + -0.005765942856669426, + 0.013121120631694794, + 0.05289292335510254 + ], + [ + 0.0, + 0.915503978729248, + 0.40230897068977356, + 1.621759057044983 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_45", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.9655335545539856, + 0.038228996098041534, + -0.25745660066604614, + -1.0378406047821045 + ], + [ + -0.26027941703796387, + -0.1418144255876541, + 0.9550620317459106, + 3.849977731704712 + ], + [ + 3.725291186640334e-09, + 0.9891547560691833, + 0.14687679708003998, + 0.592079222202301 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_46", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.8025517463684082, + 0.3730890154838562, + -0.46552708745002747, + -1.8765994310379028 + ], + [ + -0.5965827107429504, + 0.5018972754478455, + -0.626249372959137, + -2.524491786956787 + ], + [ + 1.4901162970204496e-08, + 0.7803227305412292, + 0.6253769993782043, + 2.520975112915039 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_47", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.6024846434593201, + -0.7856885194778442, + -0.14037735760211945, + -0.5658791661262512 + ], + [ + -0.7981306314468384, + 0.5930925011634827, + 0.10596662759780884, + 0.42716509103775024 + ], + [ + 0.0, + 0.17588284611701965, + -0.9844112396240234, + -3.9682881832122803 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_48", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.9540563821792603, + 0.22502031922340393, + 0.1978442519903183, + 0.7975355982780457 + ], + [ + 0.29962724447250366, + -0.7164971828460693, + -0.6299646496772766, + -2.53946852684021 + ], + [ + -1.4901161193847656e-08, + 0.6603012681007385, + -0.7510009407997131, + -3.027381181716919 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_49", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.6761817336082458, + 0.27974894642829895, + 0.6815563440322876, + 2.747441291809082 + ], + [ + 0.7367350459098816, + -0.2567559480667114, + -0.6255382299423218, + -2.52162504196167 + ], + [ + -1.4901164746561335e-08, + 0.9251036643981934, + -0.3797145485877991, + -1.5306780338287354 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_50", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.6169759035110474, + 0.15645332634449005, + -0.7712737917900085, + -3.1091036796569824 + ], + [ + -0.7869822382926941, + 0.12265580892562866, + -0.6046608686447144, + -2.4374656677246094 + ], + [ + 7.450582373280668e-09, + 0.9800397157669067, + 0.198801651597023, + 0.8013949990272522 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_51", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.465353786945343, + -0.11320587247610092, + 0.877855658531189, + 3.5387489795684814 + ], + [ + 0.885124921798706, + -0.05951790139079094, + 0.46153196692466736, + 1.860494613647461 + ], + [ + 0.0, + 0.9917871356010437, + 0.1278982311487198, + 0.5155742168426514 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_52", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.48419010639190674, + 0.31058669090270996, + 0.8179827928543091, + 3.297394037246704 + ], + [ + 0.8749629259109497, + 0.1718735694885254, + 0.4526582360267639, + 1.824723720550537 + ], + [ + 0.0, + 0.9348772168159485, + -0.3549712896347046, + -1.430935025215149 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_53", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.21665304899215698, + -0.9020264148712158, + 0.37337613105773926, + 1.5051273107528687 + ], + [ + 0.9762488007545471, + -0.20018132030963898, + 0.08286112546920776, + 0.3340238928794861 + ], + [ + 7.450581485102248e-09, + 0.3824600279331207, + 0.9239720106124878, + 3.7246503829956055 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_54", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.5612479448318481, + -0.7092797160148621, + -0.42652469873428345, + -1.7193758487701416 + ], + [ + -0.8276479244232178, + 0.4809795916080475, + 0.2892366349697113, + 1.165950059890747 + ], + [ + 0.0, + 0.5153456330299377, + -0.8569825887680054, + -3.454606771469116 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_55", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.8860807418823242, + 0.27741292119026184, + 0.3713533282279968, + 1.4969730377197266 + ], + [ + 0.4635313153266907, + 0.5302990674972534, + 0.7098744511604309, + 2.8615951538085938 + ], + [ + 1.4901162970204496e-08, + 0.8011398315429688, + -0.598477303981781, + -2.412539005279541 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_56", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.9928490519523621, + 0.08478089421987534, + -0.08404269814491272, + -0.3387869596481323 + ], + [ + -0.11937746405601501, + -0.7051132321357727, + 0.6989737153053284, + 2.817653179168701 + ], + [ + -3.725290742551124e-09, + 0.7040082216262817, + 0.7101918458938599, + 2.862874984741211 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_57", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.03307080641388893, + -0.5419251322746277, + -0.8397759199142456, + -3.385244607925415 + ], + [ + -0.9994531273841858, + 0.017931707203388214, + 0.027787262573838234, + 0.11201402544975281 + ], + [ + 0.0, + 0.8402353525161743, + -0.5422217845916748, + -2.1857657432556152 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_58", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.7411699295043945, + -0.38753029704093933, + -0.5481674075126648, + -2.209733247756958 + ], + [ + -0.6713175773620605, + -0.42785385251045227, + -0.6052056550979614, + -2.439661741256714 + ], + [ + -1.4901164746561335e-08, + 0.8165545463562012, + -0.5772683024406433, + -2.327042818069458 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_59", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.1713351458311081, + 0.0213832538574934, + -0.9849808812141418, + -3.9705843925476074 + ], + [ + -0.9852129817008972, + -0.0037186911795288324, + 0.17129479348659515, + 0.6905113458633423 + ], + [ + 4.656613983300417e-10, + 0.9997643828392029, + 0.02170420065522194, + 0.08749242126941681 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_60", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.9098801016807556, + -0.09177897125482559, + -0.40459248423576355, + -1.6309642791748047 + ], + [ + -0.41487160325050354, + -0.20128603279590607, + -0.8873363137245178, + -3.5769665241241455 + ], + [ + 0.0, + 0.9752233028411865, + -0.2212226539850235, + -0.8917769193649292 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_61", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.6338383555412292, + 0.218680277466774, + -0.7419083118438721, + -2.9907279014587402 + ], + [ + -0.773465633392334, + -0.17920376360416412, + 0.6079778671264648, + 2.4508368968963623 + ], + [ + 0.0, + 0.9592000842094421, + 0.2827278971672058, + 1.1397124528884888 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_62", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.9867661595344543, + -0.046577319502830505, + 0.15531609952449799, + 0.626099169254303 + ], + [ + 0.16214972734451294, + -0.28344741463661194, + 0.9451799392700195, + 3.8101418018341064 + ], + [ + -3.725290298461914e-09, + 0.9578559398651123, + 0.2872488498687744, + 1.1579370498657227 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_63", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.3583518862724304, + 0.021781008690595627, + -0.9333326816558838, + -3.762383460998535 + ], + [ + -0.9335867166519165, + 0.008360515348613262, + -0.3582543730735779, + -1.444169282913208 + ], + [ + 4.656612873077393e-10, + 0.9997277855873108, + 0.02333046868443489, + 0.09404810518026352 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_64", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.9903931617736816, + 0.11430471390485764, + -0.07782167941331863, + -0.31370922923088074 + ], + [ + -0.13828156888484955, + -0.8186673521995544, + 0.5573704838752747, + 2.2468323707580566 + ], + [ + 0.0, + 0.5627771019935608, + 0.8266085982322693, + 3.3321659564971924 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_65", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.07115781307220459, + -0.7625640630722046, + 0.6429873108863831, + 2.5919644832611084 + ], + [ + 0.9974652528762817, + -0.054400283843278885, + 0.045869842171669006, + 0.1849072277545929 + ], + [ + 0.0, + 0.6446212530136108, + 0.7645021677017212, + 3.0818064212799072 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_66", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.8951712846755981, + -0.37803587317466736, + -0.23613031208515167, + -0.9518715143203735 + ], + [ + -0.44572269916534424, + -0.7592318654060364, + -0.47423452138900757, + -1.9117000102996826 + ], + [ + 1.4901162970204496e-08, + 0.5297695398330688, + -0.8481417894363403, + -3.4189679622650146 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_67", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.45288509130477905, + -0.48097971081733704, + -0.7507022023200989, + -3.026176929473877 + ], + [ + -0.8915690183639526, + 0.24432042241096497, + 0.3813297748565674, + 1.537189245223999 + ], + [ + 0.0, + 0.8420011401176453, + -0.5394757390022278, + -2.1746959686279297 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_68", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.7137083411216736, + 0.13987359404563904, + 0.6863351464271545, + 2.766705274581909 + ], + [ + 0.7004431486129761, + 0.14252257347106934, + 0.6993331909179688, + 2.8191020488739014 + ], + [ + 0.0, + 0.9798585176467896, + -0.19969306886196136, + -0.8049883842468262 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_69", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.9796448945999146, + 0.09619557112455368, + -0.17618922889232635, + -0.710241436958313 + ], + [ + -0.20073924958705902, + -0.46945226192474365, + 0.8598362803459167, + 3.4661104679107666 + ], + [ + 7.450582373280668e-09, + 0.8777020573616028, + 0.47920671105384827, + 1.931743860244751 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_70", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.07177760452032089, + 0.3937987983226776, + -0.9163900017738342, + -3.6940858364105225 + ], + [ + -0.9974208474159241, + 0.028339026495814323, + -0.06594636291265488, + -0.26583826541900635 + ], + [ + 1.862645593320167e-09, + 0.9187596440315247, + 0.3948172628879547, + 1.5915590524673462 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_71", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.6216990947723389, + -0.08556552231311798, + 0.7785685658454895, + 3.138509750366211 + ], + [ + 0.7832562923431396, + -0.06791648268699646, + 0.6179782748222351, + 2.49114990234375 + ], + [ + 3.725290742551124e-09, + 0.9940150380134583, + 0.10924334079027176, + 0.4403739273548126 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_72", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.9865143299102783, + 0.00014704649220220745, + 0.1636759638786316, + 0.6597988605499268 + ], + [ + 0.16367603838443756, + -0.0008862841059453785, + -0.9865139126777649, + -3.97676420211792 + ], + [ + 0.0, + 0.9999995827674866, + -0.0008983999723568559, + -0.003621565643697977 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_73", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.5682942271232605, + -0.03351479023694992, + -0.8221427798271179, + -3.3141629695892334 + ], + [ + -0.8228256106376648, + -0.02314738929271698, + -0.5678226351737976, + -2.288965940475464 + ], + [ + -1.862645371275562e-09, + 0.9991701245307922, + -0.04073135554790497, + -0.16419333219528198 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_74", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.8772756457328796, + -0.24303720891475677, + -0.41390901803970337, + -1.6685205698013306 + ], + [ + -0.47998732328414917, + -0.4442004859447479, + -0.7565038800239563, + -3.0495645999908447 + ], + [ + 0.0, + 0.862333357334137, + -0.5063409805297852, + -2.041125774383545 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_75", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.5401155352592468, + 0.4045077860355377, + 0.7380032539367676, + 2.9749860763549805 + ], + [ + 0.8415910601615906, + -0.25960463285446167, + -0.47363507747650146, + -1.9092838764190674 + ], + [ + -1.4901162970204496e-08, + 0.8769144415855408, + -0.48064661026000977, + -1.937548279762268 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_76", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.2191835641860962, + 0.7161640524864197, + 0.662621796131134, + 2.671113967895508 + ], + [ + 0.975683867931366, + 0.16088344156742096, + 0.14885538816452026, + 0.6000552773475647 + ], + [ + 7.450582373280668e-09, + 0.6791359782218933, + -0.7340124845504761, + -2.9588990211486816 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_77", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.9996786117553711, + 0.0223421361297369, + 0.011990643106400967, + 0.04833582043647766 + ], + [ + 0.025356393307447433, + 0.8808411955833435, + 0.47273242473602295, + 1.9056451320648193 + ], + [ + 0.0, + 0.4728843569755554, + -0.8811246156692505, + -3.551926374435425 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_78", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.5057916045188904, + -0.19173291325569153, + 0.8410786986351013, + 3.3904967308044434 + ], + [ + 0.8626559376716614, + -0.11241664737462997, + 0.49314045906066895, + 1.9879127740859985 + ], + [ + -7.450582373280668e-09, + 0.9749876856803894, + 0.22225886583328247, + 0.8959541320800781 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_79", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.20784559845924377, + 0.39039647579193115, + 0.8968784809112549, + 3.6154322624206543 + ], + [ + 0.9781618714332581, + -0.08295374363660812, + -0.1905740201473236, + -0.7682283520698547 + ], + [ + 7.450582373280668e-09, + 0.9169020056724548, + -0.3991124629974365, + -1.6088736057281494 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_80", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.7298864722251892, + 0.027548881247639656, + -0.6830131411552429, + -2.7533137798309326 + ], + [ + -0.68356853723526, + 0.029415568336844444, + -0.7292934656143188, + -2.939875841140747 + ], + [ + 1.862645371275562e-09, + 0.9991875886917114, + 0.040301572531461716, + 0.1624608188867569 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_81", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.2905496060848236, + 0.6892566680908203, + 0.6637064218521118, + 2.675485849380493 + ], + [ + 0.9568600058555603, + 0.20929211378097534, + 0.20153382420539856, + 0.8124086856842041 + ], + [ + 0.0, + 0.6936295628547668, + -0.7203319072723389, + -2.9037506580352783 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_82", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.44334298372268677, + 0.7592474222183228, + 0.4764350354671478, + 1.9205708503723145 + ], + [ + 0.8963522911071777, + -0.37552979588508606, + -0.23564855754375458, + -0.9499295949935913 + ], + [ + 0.0, + 0.531526505947113, + -0.8470417261123657, + -3.414533853530884 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_83", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.8994605541229248, + -0.2415960282087326, + 0.3641461730003357, + 1.4679200649261475 + ], + [ + 0.43700239062309265, + -0.4972652196884155, + 0.7495041489601135, + 3.0213475227355957 + ], + [ + 0.0, + 0.8332818746566772, + 0.5528483986854553, + 2.228602886199951 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_84", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.7429245114326477, + 0.1413804292678833, + 0.6542743444442749, + 2.6374640464782715 + ], + [ + 0.6693753600120544, + 0.15691491961479187, + 0.7261642217636108, + 2.9272613525390625 + ], + [ + 7.450582373280668e-09, + 0.9774401187896729, + -0.21121253073215485, + -0.8514248132705688 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_85", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.9372447729110718, + -0.033319104462862015, + -0.3470769226551056, + -1.3991115093231201 + ], + [ + -0.348672479391098, + -0.08956300467252731, + -0.9329557418823242, + -3.760864019393921 + ], + [ + -1.862645371275562e-09, + 0.9954236149787903, + -0.09555993974208832, + -0.38521435856819153 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_86", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.2978440523147583, + -0.02217649668455124, + 0.9543570280075073, + 3.8471357822418213 + ], + [ + 0.9546146392822266, + -0.006919166538864374, + 0.2977636754512787, + 1.2003237009048462 + ], + [ + 0.0, + 0.9997302293777466, + 0.023230839520692825, + 0.09364650398492813 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_87", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.3565150201320648, + -0.48831111192703247, + -0.7965234518051147, + -3.210888147354126 + ], + [ + -0.9342898726463318, + -0.18633431196212769, + -0.30394482612609863, + -1.225240707397461 + ], + [ + -1.4901164746561335e-08, + 0.8525443077087402, + -0.5226550102233887, + -2.106889486312866 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_88", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.16928021609783173, + 0.7514552474021912, + 0.6376983523368835, + 2.5706441402435303 + ], + [ + 0.9855681657791138, + -0.12906920909881592, + -0.10953044146299362, + -0.4415312707424164 + ], + [ + 0.0, + 0.6470363140106201, + -0.7624592185020447, + -3.073570966720581 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_89", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.95621657371521, + 0.22115705907344818, + 0.19167567789554596, + 0.77266925573349 + ], + [ + 0.2926602363586426, + 0.7225923538208008, + 0.6262670159339905, + 2.5245628356933594 + ], + [ + 0.0, + 0.6549426317214966, + -0.7556787133216858, + -3.0462379455566406 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_90", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.1343667358160019, + 0.5407326817512512, + -0.8303938508033752, + -3.347424268722534 + ], + [ + -0.9909318685531616, + 0.0733213797211647, + -0.11259837448596954, + -0.45389851927757263 + ], + [ + 0.0, + 0.8379928469657898, + 0.5456811785697937, + 2.1997108459472656 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_91", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.9702703952789307, + -0.005283126141875982, + 0.24196641147136688, + 0.9753977060317993 + ], + [ + 0.24202406406402588, + 0.021179961040616035, + -0.9700391888618469, + -3.9103524684906006 + ], + [ + 0.0, + 0.999761700630188, + 0.02182893268764019, + 0.08799523115158081 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_92", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.8950042724609375, + 0.2419896274805069, + -0.3747115433216095, + -1.5105104446411133 + ], + [ + -0.4460580348968506, + -0.48554614186286926, + 0.751849353313446, + 3.030801296234131 + ], + [ + -1.4901162970204496e-08, + 0.8400511145591736, + 0.5425072312355042, + 2.1869163513183594 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_93", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.02708042785525322, + -0.25429174304008484, + -0.9667482972145081, + -3.8970870971679688 + ], + [ + -0.9996334314346313, + -0.006888854317367077, + -0.02618955634534359, + -0.10557347536087036 + ], + [ + 0.0, + 0.9671030044555664, + -0.2543850243091583, + -1.025458812713623 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_94", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.45675885677337646, + -0.7600761651992798, + -0.462228924036026, + -1.8633041381835938 + ], + [ + -0.8895906805992126, + -0.39025986194610596, + -0.23733067512512207, + -0.9567104578018188 + ], + [ + -1.4901164746561335e-08, + 0.5195971727371216, + -0.8544113636016846, + -3.444242000579834 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_95", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.9897741675376892, + -0.00681294733658433, + -0.14248144626617432, + -0.5743610262870789 + ], + [ + -0.1426442414522171, + -0.04727340489625931, + -0.988644540309906, + -3.9853532314300537 + ], + [ + 0.0, + 0.9988586902618408, + -0.04776182025671005, + -0.19253402948379517 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_96", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.6808705925941467, + 0.013142002746462822, + 0.7322859168052673, + 2.9519386291503906 + ], + [ + 0.7324038147926331, + -0.012217308394610882, + -0.6807609796524048, + -2.744235038757324 + ], + [ + 0.0, + 0.9998390078544617, + -0.01794365979731083, + -0.0723332017660141 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_97", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.7179052233695984, + 0.3369770348072052, + 0.6091457605361938, + 2.45554518699646 + ], + [ + 0.6961409449577332, + 0.3475123643875122, + 0.6281902194023132, + 2.532315731048584 + ], + [ + -1.4901162970204496e-08, + 0.875032365322113, + -0.4840644299983978, + -1.9513261318206787 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_98", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.989133358001709, + 0.04362931475043297, + -0.14039933681488037, + -0.5659677982330322 + ], + [ + -0.14702208340168, + -0.2935287654399872, + 0.9445769190788269, + 3.807710886001587 + ], + [ + 0.0, + 0.9549541473388672, + 0.29675352573394775, + 1.196251630783081 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./train/r_99", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.5073506236076355, + -0.6112739443778992, + -0.6074039936065674, + -2.448523759841919 + ], + [ + -0.8617398738861084, + 0.3598884642124176, + 0.35760998725891113, + 1.4415719509124756 + ], + [ + 2.980232594040899e-08, + 0.7048577666282654, + -0.7093486189842224, + -2.85947585105896 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + } + ] +} diff --git a/data/ficus/transforms_val.json b/data/ficus/transforms_val.json new file mode 100644 index 0000000000000000000000000000000000000000..171e5200e2c96b3a98b4f03a5a1e42f2db87519c --- /dev/null +++ b/data/ficus/transforms_val.json @@ -0,0 +1,3005 @@ +{ + "camera_angle_x": 0.6911112070083618, + "frames": [ + { + "file_path": "./val/r_0", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.012304163537919521, + 0.2160225659608841, + -0.9763109683990479, + -3.9356348514556885 + ], + [ + -0.9999244213104248, + -0.0026581778656691313, + 0.012013598345220089, + 0.048428356647491455 + ], + [ + 0.0, + 0.976384699344635, + 0.21603895723819733, + 0.8708807826042175 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_1", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.7640111446380615, + 0.06188289448618889, + -0.6422287821769714, + -2.588906764984131 + ], + [ + -0.6452033519744873, + -0.07327800989151001, + 0.7604888081550598, + 3.0656280517578125 + ], + [ + 0.0, + 0.9953897595405579, + 0.09591225534677505, + 0.38663461804389954 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_2", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.6106324791908264, + 0.7837775945663452, + 0.11322874575853348, + 0.4564396142959595 + ], + [ + 0.7919143438339233, + 0.604358434677124, + 0.08730888366699219, + 0.35195332765579224 + ], + [ + 0.0, + 0.14298087358474731, + -0.9897255301475525, + -3.989710807800293 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_3", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.6913427114486694, + -0.17264266312122345, + -0.701598048210144, + -2.8282322883605957 + ], + [ + -0.7225271463394165, + 0.1651913821697235, + 0.671316921710968, + 2.706165075302124 + ], + [ + 1.4901164746561335e-08, + 0.9710336327552795, + -0.23894283175468445, + -0.9632093906402588 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_4", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.6287914514541626, + 0.04330361634492874, + -0.7763674855232239, + -3.129636526107788 + ], + [ + -0.7775740027427673, + 0.03501781448721886, + -0.6278157234191895, + -2.5308055877685547 + ], + [ + 0.0, + 0.9984480142593384, + 0.055690690875053406, + 0.22449630498886108 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_5", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.3609156906604767, + -0.3084273636341095, + -0.8801208138465881, + -3.547879934310913 + ], + [ + -0.9325985908508301, + -0.11936140805482864, + -0.34060677886009216, + -1.3730297088623047 + ], + [ + 0.0, + 0.9437294006347656, + -0.33071836829185486, + -1.3331682682037354 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_6", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.9035597443580627, + -0.18514810502529144, + -0.38639402389526367, + -1.5576040744781494 + ], + [ + -0.4284626543521881, + 0.3904479742050171, + 0.8148436546325684, + 3.2847397327423096 + ], + [ + 0.0, + 0.9018151164054871, + -0.43212205171585083, + -1.741939663887024 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_7", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.9134543538093567, + -0.05512206256389618, + 0.40319105982780457, + 1.6253149509429932 + ], + [ + 0.40694159269332886, + -0.12373147904872894, + 0.9050355553627014, + 3.6483144760131836 + ], + [ + 0.0, + 0.9907835125923157, + 0.13545452058315277, + 0.546034574508667 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_8", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.9979292154312134, + 0.03428248316049576, + 0.054426711052656174, + 0.2194010615348816 + ], + [ + 0.06432383507490158, + -0.5318633913993835, + -0.8443838357925415, + -3.4038195610046387 + ], + [ + 0.0, + 0.8461359739303589, + -0.5329671502113342, + -2.148458957672119 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_9", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.6911090612411499, + 0.0808567926287651, + 0.7182134985923767, + 2.8952109813690186 + ], + [ + 0.7227506041526794, + 0.07731693983078003, + 0.6867705583572388, + 2.768460512161255 + ], + [ + -3.725290742551124e-09, + 0.9937226176261902, + -0.11187371611595154, + -0.4509773254394531 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_10", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.859819233417511, + 0.16862359642982483, + 0.481951504945755, + 1.9428083896636963 + ], + [ + 0.5105988383293152, + -0.2839524745941162, + -0.8115787506103516, + -3.271578073501587 + ], + [ + 0.0, + 0.943894624710083, + -0.33024680614471436, + -1.3312673568725586 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_11", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.9780576825141907, + 0.013279715552926064, + -0.20791150629520416, + -0.8381179571151733 + ], + [ + -0.20833520591259003, + 0.06234341859817505, + -0.9760686159133911, + -3.9346580505371094 + ], + [ + 0.0, + 0.9979664087295532, + 0.06374208629131317, + 0.25695252418518066 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_12", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.9156873226165771, + -0.15580889582633972, + -0.37046006321907043, + -1.4933722019195557 + ], + [ + -0.40189194679260254, + 0.3550014793872833, + 0.8440716862678528, + 3.4025614261627197 + ], + [ + 0.0, + 0.921790361404419, + -0.38768863677978516, + -1.562822699546814 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_13", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.47230255603790283, + 0.5192050933837891, + -0.712289571762085, + -2.871331214904785 + ], + [ + -0.8814366459846497, + -0.27820703387260437, + 0.3816680312156677, + 1.53855299949646 + ], + [ + 1.4901162970204496e-08, + 0.8081008195877075, + 0.5890441536903381, + 2.3745129108428955 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_14", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.29277360439300537, + -0.642494797706604, + -0.7081553339958191, + -2.8546652793884277 + ], + [ + -0.9561820030212402, + -0.19672566652297974, + -0.2168302983045578, + -0.8740707635879517 + ], + [ + 0.0, + 0.7406073808670044, + -0.6719380617141724, + -2.7086687088012695 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_15", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.31045278906822205, + -0.11372265964746475, + 0.9437618255615234, + 3.8044252395629883 + ], + [ + 0.9505889415740967, + 0.03714067488908768, + -0.30822309851646423, + -1.2424869537353516 + ], + [ + 0.0, + 0.9928179979324341, + 0.11963392794132233, + 0.48225972056388855 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_16", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.1712108850479126, + -0.6536335349082947, + 0.7371906042098999, + 2.971710205078125 + ], + [ + 0.9852345585823059, + 0.11358632892370224, + -0.12810660898685455, + -0.516414225101471 + ], + [ + 0.0, + 0.7482388019561768, + 0.6634295582771301, + 2.6743698120117188 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_17", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.9619401693344116, + -0.2539885938167572, + -0.10080259293317795, + -0.40634819865226746 + ], + [ + -0.2732606530189514, + -0.8940980434417725, + -0.3548482060432434, + -1.430438756942749 + ], + [ + 0.0, + 0.36888813972473145, + -0.9294739961624146, + -3.746829032897949 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_18", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.039798635989427567, + 0.05221989378333092, + 0.9978423714637756, + 4.022430896759033 + ], + [ + 0.9992078542709351, + 0.002079928293824196, + 0.03974424675107002, + 0.16021417081356049 + ], + [ + 0.0, + 0.9986335039138794, + -0.05226130411028862, + -0.2106720209121704 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_19", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.2089785933494568, + 0.5565488338470459, + -0.804102897644043, + -3.2414419651031494 + ], + [ + -0.977920413017273, + 0.11893277615308762, + -0.1718343049287796, + -0.6926862001419067 + ], + [ + 0.0, + 0.8222580552101135, + 0.5691148638725281, + 2.294175148010254 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_20", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.223279669880867, + 0.07619098573923111, + -0.9717722535133362, + -3.9173388481140137 + ], + [ + -0.9747545123100281, + -0.01745249517261982, + 0.22259655594825745, + 0.8973153233528137 + ], + [ + 0.0, + 0.9969404935836792, + 0.07816428691148758, + 0.3150902986526489 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_21", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.9295799732208252, + -0.25351661443710327, + -0.26760172843933105, + -1.0787370204925537 + ], + [ + -0.36862093210220337, + -0.6393124461174011, + -0.6748319864273071, + -2.720334768295288 + ], + [ + 1.4901162970204496e-08, + 0.7259538769721985, + -0.6877434253692627, + -2.7723824977874756 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_22", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.24247898161411285, + 0.14507709443569183, + -0.9592480659484863, + -3.866852045059204 + ], + [ + -0.9701566696166992, + -0.036260273307561874, + 0.23975250124931335, + 0.9664731025695801 + ], + [ + 0.0, + 0.9887557029724121, + 0.14953987300395966, + 0.6028144359588623 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_23", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.1411188840866089, + -0.006575664039701223, + 0.9899709224700928, + 3.9907000064849854 + ], + [ + 0.9899927973747253, + 0.000937330478336662, + -0.14111576974391937, + -0.5688558220863342 + ], + [ + -5.820766785236131e-11, + 0.9999779462814331, + 0.006642135325819254, + 0.0267753005027771 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_24", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.9683839678764343, + 0.12402837723493576, + -0.216447651386261, + -0.8725283741950989 + ], + [ + -0.2494647055864334, + 0.48145925998687744, + -0.8402168154716492, + -3.3870222568511963 + ], + [ + 0.0, + 0.8676484227180481, + 0.4971781075000763, + 2.0041890144348145 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_25", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.8747639656066895, + 0.3560679852962494, + 0.32863956689834595, + 1.3247883319854736 + ], + [ + 0.48454976081848145, + 0.6428141593933105, + 0.5932973027229309, + 2.391657590866089 + ], + [ + 0.0, + 0.6782370209693909, + -0.7348432540893555, + -2.962247610092163 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_26", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.9406901001930237, + -0.21887408196926117, + -0.2592228353023529, + -1.0449604988098145 + ], + [ + -0.339267373085022, + -0.6068743467330933, + -0.7187497615814209, + -2.8973727226257324 + ], + [ + 1.4901162970204496e-08, + 0.7640665173530579, + -0.6451375484466553, + -2.600632429122925 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_27", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.581569492816925, + 0.23303131759166718, + -0.7794057726860046, + -3.141885280609131 + ], + [ + -0.8134968280792236, + 0.1665942668914795, + -0.5571977496147156, + -2.246135950088501 + ], + [ + 0.0, + 0.9580932855606079, + 0.2864563465118408, + 1.1547424793243408 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_28", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.920629620552063, + 0.1005791649222374, + 0.37726029753685, + 1.520784616470337 + ], + [ + 0.39043760299682617, + -0.23715995252132416, + -0.8895582556724548, + -3.585923433303833 + ], + [ + 7.450581485102248e-09, + 0.966249942779541, + -0.2576063573360443, + -1.0384442806243896 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_29", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.9996734857559204, + -0.013183274306356907, + 0.021898027509450912, + 0.08827376365661621 + ], + [ + 0.025560175999999046, + -0.5156055688858032, + 0.856444776058197, + 3.4524388313293457 + ], + [ + -9.313227966600834e-10, + 0.8567245006561279, + 0.5157741904258728, + 2.0791521072387695 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_30", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.8318872451782227, + -0.1907259076833725, + -0.5211405158042908, + -2.1007843017578125 + ], + [ + -0.5549448728561401, + -0.28590670228004456, + -0.7812130451202393, + -3.149169921875 + ], + [ + 0.0, + 0.9390851259231567, + -0.34368452429771423, + -1.3854365348815918 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_31", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.42810526490211487, + -0.1878771036863327, + 0.8839843273162842, + 3.5634543895721436 + ], + [ + 0.9037290811538696, + -0.08899921178817749, + 0.41875195503234863, + 1.6880428791046143 + ], + [ + 0.0, + 0.9781519770622253, + 0.20789103209972382, + 0.8380354642868042 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_32", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.6172515153884888, + 0.0005833553150296211, + -0.7867656946182251, + -3.17155385017395 + ], + [ + -0.786765992641449, + 0.000457667134469375, + -0.6172512769699097, + -2.4882194995880127 + ], + [ + 0.0, + 0.9999998211860657, + 0.0007414596620947123, + 0.0029889196157455444 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_33", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.20250357687473297, + 0.1463242918252945, + 0.968288004398346, + 3.9032933712005615 + ], + [ + 0.9792816638946533, + -0.030258087441325188, + -0.200230211019516, + -0.8071537017822266 + ], + [ + 0.0, + 0.988773763179779, + -0.14942005276679993, + -0.6023313999176025 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_34", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.26112598180770874, + 0.3765614330768585, + -0.8888278603553772, + -3.582979202270508 + ], + [ + -0.9653048515319824, + 0.10186417400836945, + -0.2404380738735199, + -0.9692367315292358 + ], + [ + 7.450581485102248e-09, + 0.9207741618156433, + 0.3900960087776184, + 1.5725270509719849 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_35", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.14000417292118073, + 0.18518942594528198, + 0.9726787805557251, + 3.9209930896759033 + ], + [ + 0.9901511073112488, + -0.026185186579823494, + -0.13753363490104675, + -0.554415762424469 + ], + [ + 0.0, + 0.982353925704956, + -0.18703152239322662, + -0.7539481520652771 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_36", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.9449502229690552, + 0.1983197033405304, + 0.2602664828300476, + 1.0491676330566406 + ], + [ + 0.3272145688533783, + 0.5727197527885437, + 0.7516134977340698, + 3.029850482940674 + ], + [ + 0.0, + 0.795400083065033, + -0.6060847640037537, + -2.4432055950164795 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_37", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.003781607374548912, + 0.03856950253248215, + -0.999248743057251, + -4.028100490570068 + ], + [ + -0.9999929666519165, + 0.00014585575263481587, + -0.003778792917728424, + -0.01523280143737793 + ], + [ + 1.4551916963090328e-11, + 0.9992559552192688, + 0.038569774478673935, + 0.15547972917556763 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_38", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.8537590503692627, + -0.4815908968448639, + 0.1979035884141922, + 0.7977747917175293 + ], + [ + 0.5206684470176697, + 0.7896820902824402, + -0.32450971007347107, + -1.3081402778625488 + ], + [ + 0.0, + 0.3800951838493347, + 0.9249474406242371, + 3.7285819053649902 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_39", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.9944821000099182, + 0.02083197794854641, + -0.10281872749328613, + -0.4144755005836487 + ], + [ + -0.10490787774324417, + 0.19747832417488098, + -0.9746778607368469, + -3.929051637649536 + ], + [ + 1.862645371275562e-09, + 0.9800859093666077, + 0.19857408106327057, + 0.8004776239395142 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_40", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.7273569703102112, + -0.16974718868732452, + 0.6649344563484192, + 2.680436372756958 + ], + [ + 0.6862593293190002, + 0.1799127459526062, + -0.7047550082206726, + -2.8409581184387207 + ], + [ + 0.0, + 0.9689258933067322, + 0.24735137820243835, + 0.9971051812171936 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_41", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.9876298308372498, + 0.03757621720433235, + 0.1522359400987625, + 0.6136826276779175 + ], + [ + 0.15680484473705292, + 0.23667247593402863, + 0.9588527679443359, + 3.8652586936950684 + ], + [ + 0.0, + 0.9708625674247742, + -0.23963691294193268, + -0.9660071730613708 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_42", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.013355027884244919, + -0.48553240299224854, + 0.8741167783737183, + 3.523676872253418 + ], + [ + 0.9999109506607056, + 0.006484875921159983, + -0.011674892157316208, + -0.04706299304962158 + ], + [ + 0.0, + 0.8741946220397949, + 0.48557576537132263, + 1.9574183225631714 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_43", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.9831664562225342, + -0.03169668838381767, + -0.17994262278079987, + -0.7253718376159668 + ], + [ + -0.18271297216415405, + -0.17055779695510864, + -0.968259334564209, + -3.9031777381896973 + ], + [ + -3.725290742551124e-09, + 0.9848377108573914, + -0.17347808182239532, + -0.6993124485015869 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_44", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.8531738519668579, + 0.5181732177734375, + -0.05992669239640236, + -0.24157223105430603 + ], + [ + -0.5216270089149475, + 0.8475247621536255, + -0.0980161651968956, + -0.39511579275131226 + ], + [ + 3.725290742551124e-09, + 0.11488418281078339, + 0.9933788776397705, + 4.004438400268555 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_45", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.30363261699676514, + 0.09051868319511414, + 0.9484798312187195, + 3.823443651199341 + ], + [ + 0.952789306640625, + 0.02884628064930439, + 0.30225929617881775, + 1.218445897102356 + ], + [ + 0.0, + 0.9954769015312195, + -0.09500391781330109, + -0.38297292590141296 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_46", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.8284088969230652, + -0.24234896898269653, + -0.504981279373169, + -2.035644292831421 + ], + [ + -0.5601242780685425, + -0.35842764377593994, + -0.7468538284301758, + -3.0106637477874756 + ], + [ + 0.0, + 0.9015522003173828, + -0.4326702356338501, + -1.7441493272781372 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_47", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.6005475521087646, + -0.5272480845451355, + -0.6011257767677307, + -2.423215389251709 + ], + [ + -0.7995890378952026, + 0.39600032567977905, + 0.4514877200126648, + 1.820004940032959 + ], + [ + -2.9802322387695312e-08, + 0.7517933249473572, + -0.6593988537788391, + -2.6581215858459473 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_48", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.35744962096214294, + 0.6249552965164185, + 0.6940178275108337, + 2.797675132751465 + ], + [ + 0.9339325428009033, + 0.2391929179430008, + 0.26562562584877014, + 1.0707709789276123 + ], + [ + -1.4901162970204496e-08, + 0.7431134581565857, + -0.6691654920578003, + -2.6974921226501465 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_49", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.6928667426109314, + -0.4458416998386383, + 0.5667107701301575, + 2.2844839096069336 + ], + [ + 0.7210658192634583, + -0.4284059405326843, + 0.5445480942726135, + 2.195143222808838 + ], + [ + 1.4901162970204496e-08, + 0.7859348654747009, + 0.6183093786239624, + 2.4924845695495605 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_50", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.6640551090240479, + 0.3988206088542938, + 0.6324342489242554, + 2.5494236946105957 + ], + [ + 0.7476836442947388, + -0.3542124330997467, + -0.5616963505744934, + -2.264270067214966 + ], + [ + 0.0, + 0.8458579182624817, + -0.5334082841873169, + -2.1502373218536377 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_51", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.020709143951535225, + 0.2733888030052185, + -0.9616807699203491, + -3.8766586780548096 + ], + [ + -0.9997856020927429, + -0.005662862211465836, + 0.019919855520129204, + 0.0802994966506958 + ], + [ + 0.0, + 0.961887001991272, + 0.2734474241733551, + 1.1023017168045044 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_52", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.6211926937103271, + 0.7615967988967896, + -0.18463493883609772, + -0.7442872524261475 + ], + [ + -0.7836581468582153, + -0.603705108165741, + 0.14635702967643738, + 0.5899840593338013 + ], + [ + -1.4901164746561335e-08, + 0.2356066107749939, + 0.9718484878540039, + 3.917646646499634 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_53", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.2163398414850235, + -0.23064397275447845, + 0.9486837983131409, + 3.824265718460083 + ], + [ + 0.976318359375, + 0.05110779404640198, + -0.21021634340286255, + -0.8474090099334717 + ], + [ + 0.0, + 0.971695065498352, + 0.23623859882354736, + 0.9523079991340637 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_54", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.9862062931060791, + 0.1380641907453537, + 0.09130065888166428, + 0.3680447041988373 + ], + [ + 0.1655220091342926, + 0.822608232498169, + 0.5439837574958801, + 2.19286847114563 + ], + [ + 0.0, + 0.5515921711921692, + -0.8341140151023865, + -3.3624205589294434 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_55", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.6013439893722534, + 0.48644328117370605, + 0.633844256401062, + 2.555107593536377 + ], + [ + 0.7989904880523682, + -0.366111695766449, + -0.4770500957965851, + -1.9230501651763916 + ], + [ + 0.0, + 0.7933064103126526, + -0.6088225841522217, + -2.454241991043091 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_56", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.45918533205986023, + 0.0014453320764005184, + -0.8883395195007324, + -3.581010580062866 + ], + [ + -0.8883406519889832, + -0.000747095444239676, + 0.4591847062110901, + 1.8510324954986572 + ], + [ + 0.0, + 0.9999986886978149, + 0.0016270027263090014, + 0.006558656692504883 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_57", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.76002037525177, + 0.012823086231946945, + -0.6497728228569031, + -2.6193180084228516 + ], + [ + -0.649899423122406, + 0.014995869249105453, + -0.759872317314148, + -3.063143253326416 + ], + [ + 0.0, + 0.9998053312301636, + 0.019730878993868828, + 0.07953771948814392 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_58", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.9388811588287354, + 0.1435425877571106, + -0.312886506319046, + -1.2612857818603516 + ], + [ + -0.34424182772636414, + 0.39149636030197144, + -0.8533629179000854, + -3.4400155544281006 + ], + [ + 7.450581485102248e-09, + 0.9089147448539734, + 0.41698193550109863, + 1.6809077262878418 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_59", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.06907982379198074, + -0.19369353353977203, + 0.97862708568573, + 3.9449715614318848 + ], + [ + 0.9976112842559814, + -0.013412353582680225, + 0.0677652582526207, + 0.27317047119140625 + ], + [ + 0.0, + 0.9809704422950745, + 0.19415736198425293, + 0.7826732397079468 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_60", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.039751652628183365, + 0.8122764825820923, + -0.5819165110588074, + -2.34578013420105 + ], + [ + -0.9992097616195679, + 0.03231487050652504, + -0.02315043844282627, + -0.09332239627838135 + ], + [ + -1.862645593320167e-09, + 0.5823766589164734, + 0.8129191398620605, + 3.2769813537597656 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_61", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.8489035367965698, + -0.045174822211265564, + -0.5266140699386597, + -2.1228489875793457 + ], + [ + -0.5285481810569763, + 0.07255547493696213, + 0.8457971811294556, + 3.4095170497894287 + ], + [ + 0.0, + 0.9963407516479492, + -0.08546966314315796, + -0.34453919529914856 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_62", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.9563373327255249, + -0.06331398338079453, + -0.2853251099586487, + -1.1501820087432861 + ], + [ + -0.292265385389328, + -0.20717310905456543, + -0.9336276650428772, + -3.7635724544525146 + ], + [ + -7.450580596923828e-09, + 0.97625333070755, + -0.2166319191455841, + -0.8732709884643555 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_63", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.5262842774391174, + -0.44806402921676636, + -0.7226780652999878, + -2.913208246231079 + ], + [ + -0.8503089547157288, + -0.2773216664791107, + -0.447289377450943, + -1.8030809164047241 + ], + [ + -1.4901164746561335e-08, + 0.8499007225036621, + -0.5269428491592407, + -2.1241743564605713 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_64", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.52341228723526, + -0.43258991837501526, + 0.7341018915176392, + 2.959259033203125 + ], + [ + 0.8520796298980713, + -0.26572972536087036, + 0.45094141364097595, + 1.8178027868270874 + ], + [ + 0.0, + 0.8615413904190063, + 0.5076873302459717, + 2.046552896499634 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_65", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.8076788187026978, + -0.47654059529304504, + 0.34722378849983215, + 1.3997037410736084 + ], + [ + 0.5896230340003967, + 0.6527758836746216, + -0.475634902715683, + -1.917345404624939 + ], + [ + 1.4901162970204496e-08, + 0.5888911485671997, + 0.808212399482727, + 3.2580080032348633 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_66", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.9473526477813721, + 0.30996498465538025, + 0.08028008788824081, + 0.32361936569213867 + ], + [ + 0.32019251585006714, + -0.917092502117157, + -0.23752446472644806, + -0.9574916362762451 + ], + [ + 0.0, + 0.2507244050502777, + -0.9680585861206055, + -3.9023685455322266 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_67", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.9742581248283386, + -0.08315826952457428, + -0.20953786373138428, + -0.8446739315986633 + ], + [ + -0.2254360467195511, + 0.3593818247318268, + 0.905551552772522, + 3.6503942012786865 + ], + [ + 0.0, + 0.9294779896736145, + -0.3688775300979614, + -1.486992597579956 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_68", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.33797964453697205, + -0.07650662213563919, + 0.9380387663841248, + 3.7813546657562256 + ], + [ + 0.9411535859107971, + -0.027474453672766685, + 0.3368610739707947, + 1.357930302619934 + ], + [ + -1.862645371275562e-09, + 0.9966905117034912, + 0.08129027485847473, + 0.32769155502319336 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_69", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.6313077211380005, + 0.009778792038559914, + -0.7754709720611572, + -3.126023054122925 + ], + [ + -0.7755326628684998, + 0.007960241287946701, + -0.6312574744224548, + -2.544680118560791 + ], + [ + 0.0, + 0.9999205470085144, + 0.012609132565557957, + 0.05082903057336807 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_70", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.043534018099308014, + -0.8552660346031189, + 0.5163574814796448, + 2.081503391265869 + ], + [ + 0.9990520477294922, + -0.0372684970498085, + 0.02250044420361519, + 0.09070218354463577 + ], + [ + 0.0, + 0.5168473720550537, + 0.8560776710510254, + 3.4509589672088623 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_71", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.9931320548057556, + -0.019514771178364754, + -0.1153600886464119, + -0.46503132581710815 + ], + [ + -0.11699903011322021, + -0.16564875841140747, + -0.9792200326919556, + -3.947361707687378 + ], + [ + 0.0, + 0.9859917759895325, + -0.1667942851781845, + -0.6723691821098328 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_72", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.8517736196517944, + -0.30164986848831177, + 0.42835649847984314, + 1.7267600297927856 + ], + [ + 0.5239102244377136, + -0.4904225468635559, + 0.6964222192764282, + 2.8073675632476807 + ], + [ + 1.4901162970204496e-08, + 0.8176141977310181, + 0.5757664442062378, + 2.320988416671753 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_73", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.056965190917253494, + 0.03224259987473488, + 0.997855544090271, + 4.022483825683594 + ], + [ + 0.9983763694763184, + -0.0018396928207948804, + -0.056935474276542664, + -0.2295142114162445 + ], + [ + 0.0, + 0.9994783997535706, + -0.032295048236846924, + -0.13018548488616943 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_74", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.3501642346382141, + 0.3334920406341553, + -0.8753104209899902, + -3.5284886360168457 + ], + [ + -0.9366885423660278, + 0.12467002868652344, + -0.3272191286087036, + -1.319062352180481 + ], + [ + -7.450581485102248e-09, + 0.93447345495224, + 0.3560330867767334, + 1.4352151155471802 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_75", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.7899962067604065, + -0.06445468962192535, + -0.609714686870575, + -2.4578380584716797 + ], + [ + -0.6131120324134827, + 0.08304999768733978, + 0.7856186628341675, + 3.166929244995117 + ], + [ + 0.0, + 0.994458794593811, + -0.10512712597846985, + -0.4237808883190155 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_76", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.9916160702705383, + -0.048716358840465546, + -0.11968586593866348, + -0.4824691116809845 + ], + [ + -0.12922070920467377, + 0.37384042143821716, + 0.9184473752975464, + 3.7023792266845703 + ], + [ + 0.0, + 0.9262126088142395, + -0.37700140476226807, + -1.5197410583496094 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_77", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.8079028129577637, + 0.04469914361834526, + 0.5876182913780212, + 2.368765115737915 + ], + [ + 0.5893159508705139, + 0.061278775334358215, + 0.8055753111839294, + 3.247377872467041 + ], + [ + -3.725290742551124e-09, + 0.9971193075180054, + -0.07584919780492783, + -0.30575791001319885 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_78", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.19189465045928955, + 0.5762788653373718, + -0.7944050431251526, + -3.2023487091064453 + ], + [ + -0.9814156889915466, + -0.1126788780093193, + 0.15532873570919037, + 0.6261500716209412 + ], + [ + 7.450581485102248e-09, + 0.8094480633735657, + 0.5871915817260742, + 2.367044687271118 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_79", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.8938061594963074, + -0.13837231695652008, + 0.42657238245010376, + 1.7195682525634766 + ], + [ + 0.44845399260520935, + 0.2757875323295593, + -0.8501942753791809, + -3.4272427558898926 + ], + [ + 7.450582373280668e-09, + 0.9512067437171936, + 0.30855414271354675, + 1.2438215017318726 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_80", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.08525213599205017, + -0.02650829590857029, + 0.9960066676139832, + 4.015031337738037 + ], + [ + 0.9963595867156982, + 0.002268146025016904, + -0.08522194623947144, + -0.34354066848754883 + ], + [ + 0.0, + 0.9996461272239685, + 0.02660514973104, + 0.10724879056215286 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_81", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.2997168302536011, + 0.005031535867601633, + 0.9540150761604309, + 3.845757246017456 + ], + [ + 0.9540283679962158, + 0.0015807035379111767, + 0.2997126579284668, + 1.20818030834198 + ], + [ + 0.0, + 0.9999861121177673, + -0.005273990798741579, + -0.021260134875774384 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_82", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.8197133541107178, + -0.07978291064500809, + 0.567190408706665, + 2.2864174842834473 + ], + [ + 0.5727741718292236, + -0.1141795739531517, + 0.8117222189903259, + 3.2721564769744873 + ], + [ + 0.0, + 0.990251362323761, + 0.13929209113121033, + 0.5615043044090271 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_83", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.3869483470916748, + 0.07689785212278366, + -0.9188895225524902, + -3.7041616439819336 + ], + [ + -0.922101616859436, + 0.03226921707391739, + -0.38560041785240173, + -1.5544047355651855 + ], + [ + 1.862645593320167e-09, + 0.9965166449546814, + 0.0833941400051117, + 0.336172491312027 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_84", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.4782576858997345, + 0.7637640237808228, + 0.433513879776001, + 1.747550129890442 + ], + [ + 0.878219723701477, + 0.41592782735824585, + 0.23608140647411346, + 0.9516744613647461 + ], + [ + 0.0, + 0.49362799525260925, + -0.8696732521057129, + -3.5057644844055176 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_85", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.9007742404937744, + 0.37843963503837585, + 0.21304824948310852, + 0.8588249683380127 + ], + [ + 0.4342881739139557, + -0.7849366068840027, + -0.44189178943634033, + -1.7813228368759155 + ], + [ + 0.0, + 0.4905688166618347, + -0.8714023232460022, + -3.51273512840271 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_86", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.31707391142845154, + -0.11242732405662537, + 0.9417135715484619, + 3.796168327331543 + ], + [ + 0.9484008550643921, + 0.0375872403383255, + -0.314838171005249, + -1.269153118133545 + ], + [ + 0.0, + 0.9929488301277161, + 0.11854411661624908, + 0.4778665602207184 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_87", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.0705777108669281, + -0.490491658449173, + -0.8685832619667053, + -3.501370668411255 + ], + [ + -0.9975064992904663, + -0.034704308956861496, + -0.061455853283405304, + -0.24773643910884857 + ], + [ + 0.0, + 0.8707545399665833, + -0.4917179346084595, + -1.9821782112121582 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_88", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.7129279375076294, + 0.24924114346504211, + 0.6554484963417053, + 2.6421971321105957 + ], + [ + 0.7012374401092529, + 0.25339633226394653, + 0.6663756966590881, + 2.686246156692505 + ], + [ + 0.0, + 0.9347026348114014, + -0.35543057322502136, + -1.4327863454818726 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_89", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.9454285502433777, + -0.23429428040981293, + 0.2264316827058792, + 0.9127751588821411 + ], + [ + 0.3258298933506012, + -0.6798286437988281, + 0.6570144891738892, + 2.648509979248047 + ], + [ + 0.0, + 0.6949383020401001, + 0.7190694212913513, + 2.8986613750457764 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_90", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.9315758943557739, + -0.025019507855176926, + -0.3626852333545685, + -1.4620306491851807 + ], + [ + -0.363547146320343, + 0.06411154568195343, + 0.9293673038482666, + 3.746398448944092 + ], + [ + 0.0, + 0.9976289868354797, + -0.06882055103778839, + -0.2774244546890259 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_91", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.04810524731874466, + -0.2321864515542984, + -0.9714810848236084, + -3.9161651134490967 + ], + [ + -0.9988424777984619, + 0.0111823296174407, + 0.04678748920559883, + 0.1886063814163208 + ], + [ + 0.0, + 0.9726070165634155, + -0.23245559632778168, + -0.9370583891868591 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_92", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.9112638831138611, + 0.06091869994997978, + -0.4072928726673126, + -1.6418498754501343 + ], + [ + -0.4118235111236572, + 0.134798064827919, + -0.9012386798858643, + -3.6330089569091797 + ], + [ + 0.0, + 0.9889986515045166, + 0.14792433381080627, + 0.5963019728660583 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_93", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.7518319487571716, + 0.49726563692092896, + -0.4329847991466522, + -1.7454173564910889 + ], + [ + -0.6593549847602844, + 0.567008912563324, + -0.49371248483657837, + -1.9902184009552002 + ], + [ + -1.4901162970204496e-08, + 0.6566792726516724, + 0.7541700005531311, + 3.040156126022339 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_94", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.7155858874320984, + -0.11468864977359772, + -0.6890453696250916, + -2.777630567550659 + ], + [ + -0.6985249519348145, + -0.11748983711004257, + -0.7058748006820679, + -2.8454720973968506 + ], + [ + 0.0, + 0.9864292740821838, + -0.16418693959712982, + -0.6618586778640747 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_95", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.6070916652679443, + 0.26152893900871277, + 0.7503615021705627, + 3.024803876876831 + ], + [ + 0.7946319580078125, + -0.19980578124523163, + -0.5732694864273071, + -2.3109230995178223 + ], + [ + 0.0, + 0.9442881345748901, + -0.32911965250968933, + -1.3267238140106201 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_96", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.9589430689811707, + -0.017973510548472404, + 0.2830294668674469, + 1.1409281492233276 + ], + [ + 0.2835996150970459, + -0.060774315148591995, + 0.9570151567459106, + 3.857851028442383 + ], + [ + 0.0, + 0.9979895949363708, + 0.06337638199329376, + 0.2554783523082733 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_97", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.02020648866891861, + -0.5221527814865112, + 0.8526126742362976, + 3.4369912147521973 + ], + [ + 0.9997959733009338, + -0.010553027503192425, + 0.01723182387650013, + 0.06946370005607605 + ], + [ + 0.0, + 0.8527867197990417, + 0.5222594141960144, + 2.105294704437256 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_98", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + 0.7951270937919617, + -0.5422540903091431, + -0.2715393602848053, + -1.0946100950241089 + ], + [ + -0.6064430475234985, + -0.7109668254852295, + -0.35602399706840515, + -1.435178518295288 + ], + [ + 0.0, + 0.4477573335170746, + -0.8941551446914673, + -3.604454278945923 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + }, + { + "file_path": "./val/r_99", + "rotation": 0.012566370614359171, + "transform_matrix": [ + [ + -0.013176756910979748, + 0.16433680057525635, + 0.9863163232803345, + 3.9759678840637207 + ], + [ + 0.999913215637207, + 0.0021656141616404057, + 0.012997579760849476, + 0.05239491164684296 + ], + [ + 0.0, + 0.9864019751548767, + -0.16435104608535767, + -0.662520170211792 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ] + } + ] +} diff --git a/data/ficus/val/r_0.png b/data/ficus/val/r_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a6207c3177d0d8676af7a23ede7974865027cc93 --- /dev/null +++ b/data/ficus/val/r_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2b1e20f6c79886f142a074db1bb8ec7a2236b10867ea8a248a9f2c51cdba9e +size 338111 diff --git a/data/ficus/val/r_1.png b/data/ficus/val/r_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8b33db47f78e214a9d50b39af43835e9aacd4197 --- /dev/null +++ b/data/ficus/val/r_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:294de4156912ffbd4c80d3a8404eea4661f54da44a0586b453e7c8ce4ad128cf +size 307112 diff --git a/data/ficus/val/r_10.png b/data/ficus/val/r_10.png new file mode 100644 index 0000000000000000000000000000000000000000..b2e98ad565a36f2cb0cb135858b27fdfd115b3bb --- /dev/null +++ b/data/ficus/val/r_10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507833e0beaf3d7ba07533f15f461c584f5b80cca5d675a3f81385a9f03c3461 +size 289799 diff --git a/data/ficus/val/r_11.png b/data/ficus/val/r_11.png new file mode 100644 index 0000000000000000000000000000000000000000..b310d61536505210a4db6751b34fb269df4bbeb8 --- /dev/null +++ b/data/ficus/val/r_11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74274aa4ac07cbc45d480643fafdbd6e0820647b7faac494e32af0a6a29c2f9 +size 262238 diff --git a/data/ficus/val/r_12.png b/data/ficus/val/r_12.png new file mode 100644 index 0000000000000000000000000000000000000000..68f55c415c00748913d2fd2cc4e8c2058b4580bc --- /dev/null +++ b/data/ficus/val/r_12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db4b823bdd0f10248c82451c8aedff56bf6493353de9fa77a89ff6b1e429e5b8 +size 268942 diff --git a/data/ficus/val/r_13.png b/data/ficus/val/r_13.png new file mode 100644 index 0000000000000000000000000000000000000000..3e05bfc7601bba231c9fa20ed9883d4e9108c50b --- /dev/null +++ b/data/ficus/val/r_13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:466d00cc61d46ed57b50c8fd0cf9d74cd3deefcc1e674ed34735878109699b35 +size 335029 diff --git a/data/ficus/val/r_14.png b/data/ficus/val/r_14.png new file mode 100644 index 0000000000000000000000000000000000000000..83cadece1a4959061d57f13e7e8af3509f768146 --- /dev/null +++ b/data/ficus/val/r_14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a02597b908fcc75d81725838a5123c0b21cf86b920e3202d6b53404107ec955 +size 262303 diff --git a/data/ficus/val/r_15.png b/data/ficus/val/r_15.png new file mode 100644 index 0000000000000000000000000000000000000000..49551c1e3c2a152d58bae078ec3749f6c3be58f2 --- /dev/null +++ b/data/ficus/val/r_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dcb13c4359430eb65520e650d4cc13d1632d8fb01a2305282ddeb5dbc8cecf3 +size 327062 diff --git a/data/ficus/val/r_16.png b/data/ficus/val/r_16.png new file mode 100644 index 0000000000000000000000000000000000000000..af06c11d47060a61d69b508036453126627bc856 --- /dev/null +++ b/data/ficus/val/r_16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e59b46e2bc423417b9e7965cf18513333bd5820a991ae5e4591d94d191f5a38 +size 319317 diff --git a/data/ficus/val/r_17.png b/data/ficus/val/r_17.png new file mode 100644 index 0000000000000000000000000000000000000000..97132dd5e8d567fc19c79d5e496a1aba0d3f942c --- /dev/null +++ b/data/ficus/val/r_17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2f5727a87bead5bdf3b0217e921a22b9ed4c4531b6853fa4fce074e5cd588d +size 194651 diff --git a/data/ficus/val/r_18.png b/data/ficus/val/r_18.png new file mode 100644 index 0000000000000000000000000000000000000000..9799a4696ee8bc5a69c2f151b6d20793a3274539 --- /dev/null +++ b/data/ficus/val/r_18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c2dc0e17f9429a8d942e3665c2baa7ea7647d54a65f17d8ebe4490e082f2f83 +size 324252 diff --git a/data/ficus/val/r_19.png b/data/ficus/val/r_19.png new file mode 100644 index 0000000000000000000000000000000000000000..d2f3bbf68a7e38d693e625179a252f6a029c3331 --- /dev/null +++ b/data/ficus/val/r_19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99cbeea3ec077ebb7abc094d527e5f01a87be7125cecd5b650af4d0e4542f62 +size 340072 diff --git a/data/ficus/val/r_2.png b/data/ficus/val/r_2.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b86689927f63831d8214e7b7beab3c5b0cd9a2 --- /dev/null +++ b/data/ficus/val/r_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb15fe83282c3833e8ed36d15912ce7f820a238f7a0c7d64f2532f89132f2523 +size 153293 diff --git a/data/ficus/val/r_20.png b/data/ficus/val/r_20.png new file mode 100644 index 0000000000000000000000000000000000000000..5b1cf07d12b42e7c34ce5cef2dcfcf2675f0fc55 --- /dev/null +++ b/data/ficus/val/r_20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987f017cddfac7e0bf214b123fd8893c1f1b49d5b8af1c139d9fb3bc473fe969 +size 325643 diff --git a/data/ficus/val/r_21.png b/data/ficus/val/r_21.png new file mode 100644 index 0000000000000000000000000000000000000000..d0249069d710a5908cd3d22841251969ff261106 --- /dev/null +++ b/data/ficus/val/r_21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eed47e2cfaa6fe2c7dd6639d7c89a21a4655cd2548cebd66fe544fbc3b9b75b4 +size 247050 diff --git a/data/ficus/val/r_22.png b/data/ficus/val/r_22.png new file mode 100644 index 0000000000000000000000000000000000000000..1305b32830578dcbd832951a9832bc0d7c5e1274 --- /dev/null +++ b/data/ficus/val/r_22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d53f41469734fdfa81825f89099998f741264a7b3f53b53fd79cfbd283bca56f +size 329073 diff --git a/data/ficus/val/r_23.png b/data/ficus/val/r_23.png new file mode 100644 index 0000000000000000000000000000000000000000..ed617f1fac9c18fc93d438f1aac6720dce424790 --- /dev/null +++ b/data/ficus/val/r_23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:104e8bed71034c0f9db47ad3ad28846d23d5618df21d0756291ff871e8025ec7 +size 322652 diff --git a/data/ficus/val/r_24.png b/data/ficus/val/r_24.png new file mode 100644 index 0000000000000000000000000000000000000000..35536315f509ea2784bc51f3b4cdddff2196189e --- /dev/null +++ b/data/ficus/val/r_24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a4c91ff335a3407ec15e8c4ddf180ebee3aa607226611398522738fb92e378 +size 283141 diff --git a/data/ficus/val/r_25.png b/data/ficus/val/r_25.png new file mode 100644 index 0000000000000000000000000000000000000000..ba83ac4a7f381184133295ca929950e51ceb7b59 --- /dev/null +++ b/data/ficus/val/r_25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c67dab57fc1d8ab249cdfc7b709e942c948a34f532d36128d706c9fa9f53bc3 +size 252184 diff --git a/data/ficus/val/r_26.png b/data/ficus/val/r_26.png new file mode 100644 index 0000000000000000000000000000000000000000..4f848e55b17a0e06b464d359baa7456d9f919b33 --- /dev/null +++ b/data/ficus/val/r_26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782ca082a597b81b6a3abf0154fb9ffd6b1c4872c10efb03f2af96d06df39464 +size 250015 diff --git a/data/ficus/val/r_27.png b/data/ficus/val/r_27.png new file mode 100644 index 0000000000000000000000000000000000000000..315c13f9de625b9278e8a684aedf7ccfd5298155 --- /dev/null +++ b/data/ficus/val/r_27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd08bb5ba8ea990fd0d9f8b4f51b06fdd232df8790bfd6e6727ef431d33fa3fa +size 334606 diff --git a/data/ficus/val/r_28.png b/data/ficus/val/r_28.png new file mode 100644 index 0000000000000000000000000000000000000000..ffce30f0f38640e35b3cd397d124ddb13534eeaa --- /dev/null +++ b/data/ficus/val/r_28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd0ed0f9dc8213cf5d2e0e9748a6e9fb5d22b875533592a18a56e0aec67b00ea +size 287509 diff --git a/data/ficus/val/r_29.png b/data/ficus/val/r_29.png new file mode 100644 index 0000000000000000000000000000000000000000..d5a6ffd554aa4474a44a3d8ec162343a0b0b7e14 --- /dev/null +++ b/data/ficus/val/r_29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9480324e2f5fdf68a345be85be59c54a4fc20613d608fa46703fa8947234e6a7 +size 271141 diff --git a/data/ficus/val/r_3.png b/data/ficus/val/r_3.png new file mode 100644 index 0000000000000000000000000000000000000000..6d8f478dae95e01194f7a789959addfdf7ff7ed4 --- /dev/null +++ b/data/ficus/val/r_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd03b875a07e7c0a04efcf8b621e3af4aaffa903ab9ec0085faeb9f57aa6275b +size 285504 diff --git a/data/ficus/val/r_30.png b/data/ficus/val/r_30.png new file mode 100644 index 0000000000000000000000000000000000000000..5cc57b1a7763ba750a65d9b8b2890ece36abe5b3 --- /dev/null +++ b/data/ficus/val/r_30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b4d4ea0078e9c3bbc23375e251a7b9f577f2ab03b72a68c3fb6387bba8051f +size 271227 diff --git a/data/ficus/val/r_31.png b/data/ficus/val/r_31.png new file mode 100644 index 0000000000000000000000000000000000000000..1a04e6a9761e6ba9e71be59139746f42bb08012f --- /dev/null +++ b/data/ficus/val/r_31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b26b5cf019093051c06e83b35e2478ee5e56e98c00b409a8a88eaf8dc5f5c927 +size 335049 diff --git a/data/ficus/val/r_32.png b/data/ficus/val/r_32.png new file mode 100644 index 0000000000000000000000000000000000000000..6ff1075cc3f57465c4b8e7a4908a50e344e7a37f --- /dev/null +++ b/data/ficus/val/r_32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c09b67ad7957d575f20bd4dac3716c53c2d5c1736d72889023c74a5951377390 +size 315897 diff --git a/data/ficus/val/r_33.png b/data/ficus/val/r_33.png new file mode 100644 index 0000000000000000000000000000000000000000..47689ad1e18b09ef57beea261f604fba8c46cdb9 --- /dev/null +++ b/data/ficus/val/r_33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:565afe83eb33ab400520f379db696db6ac773f5b445102450bb120feced88dd5 +size 311980 diff --git a/data/ficus/val/r_34.png b/data/ficus/val/r_34.png new file mode 100644 index 0000000000000000000000000000000000000000..3f6c7b93e5dec24eda4981273b5eb12396ef2a4a --- /dev/null +++ b/data/ficus/val/r_34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1604710ddd41c74ec00369be92850a3dc2e439e6210502f0e221ce3cc59c483c +size 344915 diff --git a/data/ficus/val/r_35.png b/data/ficus/val/r_35.png new file mode 100644 index 0000000000000000000000000000000000000000..11cb818d83e9145b0792b3bdb409d03387fb0448 --- /dev/null +++ b/data/ficus/val/r_35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f5934ff8d0e5429d88bf840dbd947b40993d30d2b558767c6a5ffd7766d69b +size 311204 diff --git a/data/ficus/val/r_36.png b/data/ficus/val/r_36.png new file mode 100644 index 0000000000000000000000000000000000000000..6f6a13898fad642d97db467db902b16748dd6257 --- /dev/null +++ b/data/ficus/val/r_36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:436790482e5dd5aeecb14644d4265c57f1d9332f1c62efd292ddeb1a9052b02b +size 257951 diff --git a/data/ficus/val/r_37.png b/data/ficus/val/r_37.png new file mode 100644 index 0000000000000000000000000000000000000000..9af49c692f76b566de207735e9ff3bcb62488520 --- /dev/null +++ b/data/ficus/val/r_37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b673f6992c46d39d5144c9f4b91285bd1f7dabb8f5d55f2cd79153aabe3eaba +size 328237 diff --git a/data/ficus/val/r_38.png b/data/ficus/val/r_38.png new file mode 100644 index 0000000000000000000000000000000000000000..5e96993cd482cbbd8e9373bea1c03d470559e17e --- /dev/null +++ b/data/ficus/val/r_38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69650f8b293b0c4cf2ec7af49afd00d86a6739f6f895693ed158665741ff4c10 +size 286152 diff --git a/data/ficus/val/r_39.png b/data/ficus/val/r_39.png new file mode 100644 index 0000000000000000000000000000000000000000..59496d640e38665ee52f64acd124328c9807154e --- /dev/null +++ b/data/ficus/val/r_39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84204987feb12d0627e0925b72ce096b19adcd0907c19e7363ae04c1d72fee3 +size 266925 diff --git a/data/ficus/val/r_4.png b/data/ficus/val/r_4.png new file mode 100644 index 0000000000000000000000000000000000000000..dffaf338eb3ad25915fea7351983e339d00fd000 --- /dev/null +++ b/data/ficus/val/r_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:414667c1006decc4a23c3bd826a28bc92ee65c8d3b40b5f2e77a145946bc8506 +size 320278 diff --git a/data/ficus/val/r_40.png b/data/ficus/val/r_40.png new file mode 100644 index 0000000000000000000000000000000000000000..aa593816f76b74574387063006b38f624c79cce1 --- /dev/null +++ b/data/ficus/val/r_40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4fdcee7805a56c2a909c13485da179056d06ae4ab16457abf55b2a73c65357f +size 334647 diff --git a/data/ficus/val/r_41.png b/data/ficus/val/r_41.png new file mode 100644 index 0000000000000000000000000000000000000000..a7d5c27acb3e1792484050493356a1df5d281c3c --- /dev/null +++ b/data/ficus/val/r_41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:259df0e7aeb8147645185c2e0aaa9399de4b75b55ed5455d30c5eb653e532ec3 +size 265214 diff --git a/data/ficus/val/r_42.png b/data/ficus/val/r_42.png new file mode 100644 index 0000000000000000000000000000000000000000..404a9710fdb6ba326164adc7d716706135fdb27f --- /dev/null +++ b/data/ficus/val/r_42.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aff54e715044fbde9772f971e8644499000fa7f463c0b4f3655a92ef5a41b9c +size 337142 diff --git a/data/ficus/val/r_43.png b/data/ficus/val/r_43.png new file mode 100644 index 0000000000000000000000000000000000000000..6e30799f65bc3bb5c7fefbcdb0ead7751b95066a --- /dev/null +++ b/data/ficus/val/r_43.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa17071d291016e1b56e12679862a8e33386a4c8384526b4f32022edd6265014 +size 258625 diff --git a/data/ficus/val/r_44.png b/data/ficus/val/r_44.png new file mode 100644 index 0000000000000000000000000000000000000000..703ee95eef92c7988b84a710785229222f66461c --- /dev/null +++ b/data/ficus/val/r_44.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3899817a0f21c0f3aed86fe5157dc7cc64d6e58fe1136fa7e5a6922328d9f6f +size 269672 diff --git a/data/ficus/val/r_45.png b/data/ficus/val/r_45.png new file mode 100644 index 0000000000000000000000000000000000000000..ea2a06af377b46a9c2fd2a816ec3e91ca25b2ea4 --- /dev/null +++ b/data/ficus/val/r_45.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1717aac90326a6cb75bdfde8386985ca502ff2e2a479537709d528a6260528ba +size 316939 diff --git a/data/ficus/val/r_46.png b/data/ficus/val/r_46.png new file mode 100644 index 0000000000000000000000000000000000000000..9e0b184c8644c45b57b9fa8528c69576ae321cf2 --- /dev/null +++ b/data/ficus/val/r_46.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b21c43bf360f37d96465ad77999ca525655e631be5724424cb536e0add3f675d +size 267665 diff --git a/data/ficus/val/r_47.png b/data/ficus/val/r_47.png new file mode 100644 index 0000000000000000000000000000000000000000..9cb4569d261a12bc433880b1cca3227f457cdea3 --- /dev/null +++ b/data/ficus/val/r_47.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:445554a47bc05d83fd55fa692f9c9e9ded5de341ec57a1e5f3232ac2a0d8bcbe +size 266887 diff --git a/data/ficus/val/r_48.png b/data/ficus/val/r_48.png new file mode 100644 index 0000000000000000000000000000000000000000..b973da39914abe308e7bf674f6c42c743c059739 --- /dev/null +++ b/data/ficus/val/r_48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9337e4c7dcb27aa48bb640be82daa7f3a2c9b40119ade8724905632b2e48f088 +size 282545 diff --git a/data/ficus/val/r_49.png b/data/ficus/val/r_49.png new file mode 100644 index 0000000000000000000000000000000000000000..54e111957b2e782de7ea66fc397e0be80b25478c --- /dev/null +++ b/data/ficus/val/r_49.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:295bf7518171f7788792d933a692e4998a3615921064711bc63b557da6f39b91 +size 312941 diff --git a/data/ficus/val/r_5.png b/data/ficus/val/r_5.png new file mode 100644 index 0000000000000000000000000000000000000000..1ca349b9a72c658b147cf6fe9824e8eb4abafe42 --- /dev/null +++ b/data/ficus/val/r_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af777f07d758236c61fcdfc475cea4d4a089f5cb40755a8ff1bf6b327643cba0 +size 292586 diff --git a/data/ficus/val/r_50.png b/data/ficus/val/r_50.png new file mode 100644 index 0000000000000000000000000000000000000000..d13aa2cb0ef191318c1c2590df518eaf0521fdf3 --- /dev/null +++ b/data/ficus/val/r_50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f38dc7e799ef9d193af31c55d2cc0c350fde0fd44c139375e2809489f2e366 +size 281406 diff --git a/data/ficus/val/r_51.png b/data/ficus/val/r_51.png new file mode 100644 index 0000000000000000000000000000000000000000..490224da998e719a0515a52d5b318d428dffe293 --- /dev/null +++ b/data/ficus/val/r_51.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c144f3623a09031ee2336975f728ac389ab46f7518ad3477a5cc36dd1f688b43 +size 339357 diff --git a/data/ficus/val/r_52.png b/data/ficus/val/r_52.png new file mode 100644 index 0000000000000000000000000000000000000000..539fc813099fa5066909c79cf89e60f3491d55ca --- /dev/null +++ b/data/ficus/val/r_52.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da46333f438fe1cd8dff2c74bae09e90a7c26df9f36e08eeca6fbed1789af63 +size 273517 diff --git a/data/ficus/val/r_53.png b/data/ficus/val/r_53.png new file mode 100644 index 0000000000000000000000000000000000000000..29bd09c2a044b1d5d14d6b3635bad1d8a2ef576c --- /dev/null +++ b/data/ficus/val/r_53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de960a5bcc772c63f8a35773090210803d92f6c72e5842a2ef96ff9acb94b61 +size 332788 diff --git a/data/ficus/val/r_54.png b/data/ficus/val/r_54.png new file mode 100644 index 0000000000000000000000000000000000000000..48a13a7cc902f5afe80855507fe6e63be4f882e4 --- /dev/null +++ b/data/ficus/val/r_54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4b620ff0589626c7c4e7c5549b38a45c8505231dc7c244a87a7df006d4615b9 +size 221057 diff --git a/data/ficus/val/r_55.png b/data/ficus/val/r_55.png new file mode 100644 index 0000000000000000000000000000000000000000..7ec3fa434d6559795a482ab98b87e5a707e69c2a --- /dev/null +++ b/data/ficus/val/r_55.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:209fcb25d8b78dd5e4ae21c11b0d23050063016bb6268532fca0d0b2bac935cc +size 278070 diff --git a/data/ficus/val/r_56.png b/data/ficus/val/r_56.png new file mode 100644 index 0000000000000000000000000000000000000000..ab4354b3f1e92fdd10dd556da8a9d492b99e44d6 --- /dev/null +++ b/data/ficus/val/r_56.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4635331df3beedf111887bd0f13ad12d648ef9fa205ffb54565da26f388f6a97 +size 311200 diff --git a/data/ficus/val/r_57.png b/data/ficus/val/r_57.png new file mode 100644 index 0000000000000000000000000000000000000000..d89aeeda07a6bd55088bab767eabe6a0d7f43301 --- /dev/null +++ b/data/ficus/val/r_57.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a4bec3afa9767362d6f3ae2ba01701fddf1fa8de4f606d5d34ab5affc9945a2 +size 306571 diff --git a/data/ficus/val/r_58.png b/data/ficus/val/r_58.png new file mode 100644 index 0000000000000000000000000000000000000000..55de4e357403dec091b4b6585b45048d4891e024 --- /dev/null +++ b/data/ficus/val/r_58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93400eb515c3a95be04d6d6433297a3564cf29ea1f29e352c8f33b55f3db1972 +size 285653 diff --git a/data/ficus/val/r_59.png b/data/ficus/val/r_59.png new file mode 100644 index 0000000000000000000000000000000000000000..54472ba966cdf770295142b25cb3bac371b5e7e7 --- /dev/null +++ b/data/ficus/val/r_59.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68273ea86ecb9f42d815b3d4a9fa2a3f3935822db9595b64756258ce8f96bbe7 +size 342383 diff --git a/data/ficus/val/r_6.png b/data/ficus/val/r_6.png new file mode 100644 index 0000000000000000000000000000000000000000..b6a6cfb081f42880330d3d311868eb3eca2f3e38 --- /dev/null +++ b/data/ficus/val/r_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f4f6c5a8fc20edf8f42de7649f31a967e0e0e3ed46338760629c94ed242341e +size 267168 diff --git a/data/ficus/val/r_60.png b/data/ficus/val/r_60.png new file mode 100644 index 0000000000000000000000000000000000000000..2b46e0cf2f08e5f4a3a0a4a92cae0500c6e63680 --- /dev/null +++ b/data/ficus/val/r_60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1828c9dc7f32538e74b67dd245cba56f29caee7e6fa5018c61659b112bf92c0d +size 323651 diff --git a/data/ficus/val/r_61.png b/data/ficus/val/r_61.png new file mode 100644 index 0000000000000000000000000000000000000000..f1699d3536eaf91a85f0a42b8abe24dc6f0c1af8 --- /dev/null +++ b/data/ficus/val/r_61.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb2648216248925f2e64dae118d3ae2b9e2a805691181cc8c86773132d92df33 +size 291917 diff --git a/data/ficus/val/r_62.png b/data/ficus/val/r_62.png new file mode 100644 index 0000000000000000000000000000000000000000..1c49c89dc9b9c79d314bb79aaeb96a71bff60d7a --- /dev/null +++ b/data/ficus/val/r_62.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:466ec66f4c8848e0dc07464a1d90977e4de953dba8e9136710636df026ab496a +size 259194 diff --git a/data/ficus/val/r_63.png b/data/ficus/val/r_63.png new file mode 100644 index 0000000000000000000000000000000000000000..3a4870a7eb0b475bb8c64873239f9023f1a143a1 --- /dev/null +++ b/data/ficus/val/r_63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cda684049d5d3e5b9103024861b54838852d30c90ff5b9184d05f79945fbc2ed +size 270100 diff --git a/data/ficus/val/r_64.png b/data/ficus/val/r_64.png new file mode 100644 index 0000000000000000000000000000000000000000..e87807d694325844f806a7b408d5ea1e37e2ada2 --- /dev/null +++ b/data/ficus/val/r_64.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a5e22dceae49c9556a346c7a208f93ba83cb3d8ee44df39fe2b147affc4c25c +size 329361 diff --git a/data/ficus/val/r_65.png b/data/ficus/val/r_65.png new file mode 100644 index 0000000000000000000000000000000000000000..66f8e3c527cf5307c2eaf15d888c3d18f350bb8f --- /dev/null +++ b/data/ficus/val/r_65.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7534108695474f54b79b011d37eb0049cda9fc5673fcbce02a94019f90ae0c +size 309823 diff --git a/data/ficus/val/r_66.png b/data/ficus/val/r_66.png new file mode 100644 index 0000000000000000000000000000000000000000..47627290ca4dda8575fbc29b0f755ae2888673c1 --- /dev/null +++ b/data/ficus/val/r_66.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23cf037f3096e6123edd00b585b2a30c678ff943d453f713cbfc1bff4087075f +size 174353 diff --git a/data/ficus/val/r_67.png b/data/ficus/val/r_67.png new file mode 100644 index 0000000000000000000000000000000000000000..cfcd4d4f11bf287c45681e87deb18995990f7882 --- /dev/null +++ b/data/ficus/val/r_67.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03532e92fb03061d21a89ba54a505e57428f433a7958d9e81444fe4f53c97903 +size 264943 diff --git a/data/ficus/val/r_68.png b/data/ficus/val/r_68.png new file mode 100644 index 0000000000000000000000000000000000000000..d8f4ef4a93465cdba7af157bc4f75160ea79c7f9 --- /dev/null +++ b/data/ficus/val/r_68.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:981e671292ba2172560669a1e7f6591b086f910d95055084a1d939953734330b +size 329290 diff --git a/data/ficus/val/r_69.png b/data/ficus/val/r_69.png new file mode 100644 index 0000000000000000000000000000000000000000..a8c48574296e68e0b3181b4eb6a4be0779e05032 --- /dev/null +++ b/data/ficus/val/r_69.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6222458adf46284ef72c1712d7c471e3487954432d5c17cd2ff8613038ed1932 +size 316481 diff --git a/data/ficus/val/r_7.png b/data/ficus/val/r_7.png new file mode 100644 index 0000000000000000000000000000000000000000..ed46337e73f4bab237cc67986aae9ed503d206ab --- /dev/null +++ b/data/ficus/val/r_7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa064ec2f993c29724005edfb055a8685b71ddcb10cf6470cad91e2af129ccd +size 291806 diff --git a/data/ficus/val/r_70.png b/data/ficus/val/r_70.png new file mode 100644 index 0000000000000000000000000000000000000000..4d846e7bdf35b7b83d853bd2ff64b8c9ce38d502 --- /dev/null +++ b/data/ficus/val/r_70.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df55c37d6edbb3815a1f7aafe7a8eb9432ed779b3bb7528973e6f20a470a22d1 +size 285672 diff --git a/data/ficus/val/r_71.png b/data/ficus/val/r_71.png new file mode 100644 index 0000000000000000000000000000000000000000..2676f5c89badaf56d935051e3e3260442c68e024 --- /dev/null +++ b/data/ficus/val/r_71.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a02c3a43456922746a5ae044141864aa48d373d7748c04c406a89bc0e622b86 +size 260133 diff --git a/data/ficus/val/r_72.png b/data/ficus/val/r_72.png new file mode 100644 index 0000000000000000000000000000000000000000..b1663deed524498d53cb7c7462594552b12b0c50 --- /dev/null +++ b/data/ficus/val/r_72.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e22d9762a7d4b75742145f6d4dbe10c14040ea78d13db0b61dc1784595d5290 +size 303449 diff --git a/data/ficus/val/r_73.png b/data/ficus/val/r_73.png new file mode 100644 index 0000000000000000000000000000000000000000..bd4120a0b51fe2515c5dce7c6817d573f2262813 --- /dev/null +++ b/data/ficus/val/r_73.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93bd2a1694319744f9e3e9d71aa80e13976265773fb7b809b6e752b5241f36d9 +size 324246 diff --git a/data/ficus/val/r_74.png b/data/ficus/val/r_74.png new file mode 100644 index 0000000000000000000000000000000000000000..557d090526eec76963b2403e106a207141a5734a --- /dev/null +++ b/data/ficus/val/r_74.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3655da1707120a2098934bcf52c3e5a1ee60fdd68d0aed6ab72762f0477776 +size 343151 diff --git a/data/ficus/val/r_75.png b/data/ficus/val/r_75.png new file mode 100644 index 0000000000000000000000000000000000000000..8fd3d9301580fdd0c3e71fb6219853e60654324e --- /dev/null +++ b/data/ficus/val/r_75.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f9b706033688760cd7bea2eeef23108d7d219beaecbd75a69ff24803383c129 +size 290370 diff --git a/data/ficus/val/r_76.png b/data/ficus/val/r_76.png new file mode 100644 index 0000000000000000000000000000000000000000..d03c93a308340391c7ce30566e7f6a50b1b04c51 --- /dev/null +++ b/data/ficus/val/r_76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9698599b184dccc65890982b8b64b8fcf0d6ec18df0258431c58d5f9c7f464fa +size 262260 diff --git a/data/ficus/val/r_77.png b/data/ficus/val/r_77.png new file mode 100644 index 0000000000000000000000000000000000000000..f6a3e2e444dcf336810a037858900f8565195e85 --- /dev/null +++ b/data/ficus/val/r_77.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2f78ef3c80f9425ea8b37ebb44a80fc00780abd2e021d69712680641ec61e1 +size 284644 diff --git a/data/ficus/val/r_78.png b/data/ficus/val/r_78.png new file mode 100644 index 0000000000000000000000000000000000000000..88113916704f1725cb28144fcdcaa3eda9dbb5ed --- /dev/null +++ b/data/ficus/val/r_78.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80aa17c3d2777fd058fe348f50d6fa0399711e64d1c2d7bc23c421d84f4b3f0c +size 333640 diff --git a/data/ficus/val/r_79.png b/data/ficus/val/r_79.png new file mode 100644 index 0000000000000000000000000000000000000000..1e3d491e80dd61dd8404a5bf0dd8865a329962d3 --- /dev/null +++ b/data/ficus/val/r_79.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6dfd1eafdbb0b9eb4aa416c70bfe09c5853c8e576b6d5599762bc5d977896e9 +size 334966 diff --git a/data/ficus/val/r_8.png b/data/ficus/val/r_8.png new file mode 100644 index 0000000000000000000000000000000000000000..0e74881c9109425c27604f67dee9a7f29b4052c6 --- /dev/null +++ b/data/ficus/val/r_8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809422bf3713454af9c3d47f1df22fb2a916368701fe1e5e332e4a91d85ed183 +size 262335 diff --git a/data/ficus/val/r_80.png b/data/ficus/val/r_80.png new file mode 100644 index 0000000000000000000000000000000000000000..8e1bf5d0c3102921750b0e2096dca92068be8326 --- /dev/null +++ b/data/ficus/val/r_80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e31fd9044a60c3652591cc928d004fd9191bcda8f52065134c07b1fa5a032d +size 327268 diff --git a/data/ficus/val/r_81.png b/data/ficus/val/r_81.png new file mode 100644 index 0000000000000000000000000000000000000000..1a3ffe6aa8cb5b8258962807df3b61c44b1de35c --- /dev/null +++ b/data/ficus/val/r_81.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7a97f49b99dc88e2f821335f5c92c2a55f1edce729e6d4a9c21850803a16e3 +size 324102 diff --git a/data/ficus/val/r_82.png b/data/ficus/val/r_82.png new file mode 100644 index 0000000000000000000000000000000000000000..4f52435fe1743b5812808106db8272c75b9a2913 --- /dev/null +++ b/data/ficus/val/r_82.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d07661e4b5671e627aa36505563adab0059e4a874cd00000b9b565c69f5295cd +size 298843 diff --git a/data/ficus/val/r_83.png b/data/ficus/val/r_83.png new file mode 100644 index 0000000000000000000000000000000000000000..8e16d1b7f5a8dae3f47a9aae8af31fe0fe800671 --- /dev/null +++ b/data/ficus/val/r_83.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b4c65c0851a6d30f8f763efd9181fbd558a26d6c277577aa02b81bdb59a410 +size 328951 diff --git a/data/ficus/val/r_84.png b/data/ficus/val/r_84.png new file mode 100644 index 0000000000000000000000000000000000000000..0900996ec6ac54db31a0cb2ef3ea72b1a76eeae3 --- /dev/null +++ b/data/ficus/val/r_84.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ceb461a20e33addbc392c7849307b2abd4bd3c3e89d868a5f511b3a8f1b627e +size 241826 diff --git a/data/ficus/val/r_85.png b/data/ficus/val/r_85.png new file mode 100644 index 0000000000000000000000000000000000000000..936b5483b4f2b74401d0aa11d7fef32e699cd702 --- /dev/null +++ b/data/ficus/val/r_85.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90f641a05de5fd27ed23f33eb0a2c3e53195491d328bca196ca8011b1bc5ce90 +size 228472 diff --git a/data/ficus/val/r_86.png b/data/ficus/val/r_86.png new file mode 100644 index 0000000000000000000000000000000000000000..6d38f52d73234787594462a7fc677236ae8bca93 --- /dev/null +++ b/data/ficus/val/r_86.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:282b9ca8fe660f458f5a37a2e5cc9ee6cc3b9f1617e357a24018f88c0a4aae79 +size 327096 diff --git a/data/ficus/val/r_87.png b/data/ficus/val/r_87.png new file mode 100644 index 0000000000000000000000000000000000000000..df1bd3375b465f12166370db93f13206ec0b7ef4 --- /dev/null +++ b/data/ficus/val/r_87.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b23620dde7ffb7205cf0985279b713f6018b75e4a85e0669ec56a4361f364644 +size 285505 diff --git a/data/ficus/val/r_88.png b/data/ficus/val/r_88.png new file mode 100644 index 0000000000000000000000000000000000000000..596e91ee93cd3807ee3056ed5e61bd52a92a41fa --- /dev/null +++ b/data/ficus/val/r_88.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db539e75805eb47814aca3d2c0ccb964894a12185e758e21d75f7520759179bb +size 287263 diff --git a/data/ficus/val/r_89.png b/data/ficus/val/r_89.png new file mode 100644 index 0000000000000000000000000000000000000000..045ccf0a17316725e45f5b4c801916c361cc0d40 --- /dev/null +++ b/data/ficus/val/r_89.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:713d80f28a6695b5be1ca5bef96d3a9cdfa4e8f6c389b9ee5b3798948fa4fec4 +size 288239 diff --git a/data/ficus/val/r_9.png b/data/ficus/val/r_9.png new file mode 100644 index 0000000000000000000000000000000000000000..7cd2cd01eb758d4b07fe0ce0f128da3003bfd397 --- /dev/null +++ b/data/ficus/val/r_9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e724fbe54793b2d6d85ee092d3cf51a1540c68799bc11158fb937835225ead98 +size 295146 diff --git a/data/ficus/val/r_90.png b/data/ficus/val/r_90.png new file mode 100644 index 0000000000000000000000000000000000000000..2b214b60db3c86034f3365ec9569bdfb12a3763c --- /dev/null +++ b/data/ficus/val/r_90.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd2363e5993c0335330a6473c1cb103b0e16cd4781bd96325b82a2badab7eb5 +size 287999 diff --git a/data/ficus/val/r_91.png b/data/ficus/val/r_91.png new file mode 100644 index 0000000000000000000000000000000000000000..4a30ff03676bd30e27d7a0014087e1bf9d7fe2dc --- /dev/null +++ b/data/ficus/val/r_91.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92112e10f124b2da2344d1dae9bbb5c3e92cf9112e995b01efc126ab60462d74 +size 307501 diff --git a/data/ficus/val/r_92.png b/data/ficus/val/r_92.png new file mode 100644 index 0000000000000000000000000000000000000000..e7c305d7d2b0913c4e684b6f6a2521934f261e9d --- /dev/null +++ b/data/ficus/val/r_92.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595c2784a83d42ba93874b350721bd69179ebb5c27b52345033b1fcfb562298e +size 277790 diff --git a/data/ficus/val/r_93.png b/data/ficus/val/r_93.png new file mode 100644 index 0000000000000000000000000000000000000000..293ef717045661f027be9e141aa73abef8da781e --- /dev/null +++ b/data/ficus/val/r_93.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb8f1254f21a968f8aa067b52865da25e0cf598df59641e441a5c5f01c24b3a +size 323772 diff --git a/data/ficus/val/r_94.png b/data/ficus/val/r_94.png new file mode 100644 index 0000000000000000000000000000000000000000..96f231fb14ffbcbfdb279954055812f8626a96c1 --- /dev/null +++ b/data/ficus/val/r_94.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004369827b6e39d169c618bb6c01112c79b25e4c9e10c61348aa6f374993ba5d +size 293124 diff --git a/data/ficus/val/r_95.png b/data/ficus/val/r_95.png new file mode 100644 index 0000000000000000000000000000000000000000..45a3227bea64788926fa9a3120272e7a08c6ee5d --- /dev/null +++ b/data/ficus/val/r_95.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d39cca7916d7f88f3f6d71ebc229455b60457fa3bf6ec10b6c7ea10d2eab9b5 +size 292210 diff --git a/data/ficus/val/r_96.png b/data/ficus/val/r_96.png new file mode 100644 index 0000000000000000000000000000000000000000..09a5ba72b44c0a08861c5be2df57029287e65bd4 --- /dev/null +++ b/data/ficus/val/r_96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a8f82d637ef1824b213e90a71b37b1e7e30fdc6e9650cdfa431425228264940 +size 280222 diff --git a/data/ficus/val/r_97.png b/data/ficus/val/r_97.png new file mode 100644 index 0000000000000000000000000000000000000000..48b43ef288bbd7ce70ef60d276895c7e18f06e84 --- /dev/null +++ b/data/ficus/val/r_97.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ad2860e630a014db1c52e6c7f92e7280d66875e9eac127073d8cb7c5d23406 +size 335953 diff --git a/data/ficus/val/r_98.png b/data/ficus/val/r_98.png new file mode 100644 index 0000000000000000000000000000000000000000..31edfc806ab09183de3cd96dbf51146b2659107d --- /dev/null +++ b/data/ficus/val/r_98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:615b8e3ecc9b134c40ce960fd5217ea2aa8b6b9b66f4c38b87b4e6a76b0fc02f +size 209304 diff --git a/data/ficus/val/r_99.png b/data/ficus/val/r_99.png new file mode 100644 index 0000000000000000000000000000000000000000..966573560aac068be8a23d84073b8ed74af94c2b --- /dev/null +++ b/data/ficus/val/r_99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd21ddf0efa0dbd3dc3497e34c83ef6fdb82898c48b4f80c84fc34ee5badcb7 +size 313954