diff --git a/.gitattributes b/.gitattributes index 21def96b76b769b0db1a711ef38f2171b5ac8c8a..5d01761c063dfeff98e01d78d7d7b326ddc66584 100644 --- a/.gitattributes +++ b/.gitattributes @@ -97,3 +97,4 @@ validation_images/step_9500_val_recon_0.mp4 filter=lfs diff=lfs merge=lfs -text validation_images/step_9500_val_source_0.mp4 filter=lfs diff=lfs merge=lfs -text validation_images/step_17500_val_source_0.mp4 filter=lfs diff=lfs merge=lfs -text validation_images/step_18500_val_source_0.mp4 filter=lfs diff=lfs merge=lfs -text +validation_images/step_1_val_cross_0.mp4 filter=lfs diff=lfs merge=lfs -text diff --git a/checkpoint-10000/motion_encoder/config.json b/checkpoint-10000/motion_encoder/config.json new file mode 100644 index 0000000000000000000000000000000000000000..33263bbd447ee56c7e7c66da861bef0b7b859037 --- /dev/null +++ b/checkpoint-10000/motion_encoder/config.json @@ -0,0 +1,10 @@ +{ + "architectures": [ + "MotionEncoder" + ], + "model_type": "motion_encoder", + "motion_num_frames": 25, + "torch_dtype": "bfloat16", + "transformers_version": "4.47.1", + "vit_model_name": "google/vivit-b-16x2" +} diff --git a/checkpoint-10000/motion_encoder/model.safetensors b/checkpoint-10000/motion_encoder/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..1529a758da44d25bf0f198121470cb164543ca1e --- /dev/null +++ b/checkpoint-10000/motion_encoder/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8057ff9bf263f2c51ca5e1c56aa30fae0d4a7e9a3498bce4a9436a005cce96b2 +size 179679088 diff --git a/checkpoint-10000/optimizer.bin b/checkpoint-10000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..cc1c3d15b147f94cee29eb2f589176c773675a5c --- /dev/null +++ b/checkpoint-10000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4817db9975d6c1346c7bd7c6db55d7deb4f6c330189a34f9acf3e4827f3de774 +size 984141478 diff --git a/checkpoint-10000/random_states_0.pkl b/checkpoint-10000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b89f8b8fd8ef972f3db40d6f62c969adabc489b2 --- /dev/null +++ b/checkpoint-10000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d4b05d9628405a17715eb0d8a5038981762f3d9cf0efbd6ac63a5019647f618 +size 14408 diff --git a/checkpoint-10000/scheduler.bin b/checkpoint-10000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..b8ea79996592708ac8903853617e5f85972f20e3 --- /dev/null +++ b/checkpoint-10000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65e325401792c1426623591d5eaf945c94a099beef02206d55526beb1977e74 +size 1000 diff --git a/checkpoint-10000/unet/config.json b/checkpoint-10000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9f9af538080d39fd6ef5d79c36247c3032d13873 --- /dev/null +++ b/checkpoint-10000/unet/config.json @@ -0,0 +1,38 @@ +{ + "_class_name": "MAMUNetSpatioTemporalConditionModel", + "_diffusers_version": "0.32.1", + "_name_or_path": "/home/suraj_huggingface_co/.cache/huggingface/hub/models--diffusers--svd-xt/snapshots/9703ded20c957c340781ee710b75660826deb487/unet", + "addition_time_embed_dim": 256, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "cross_attention_dim": 1024, + "down_block_types": [ + "MAMCrossAttnDownBlockSpatioTemporal", + "MAMCrossAttnDownBlockSpatioTemporal", + "MAMCrossAttnDownBlockSpatioTemporal", + "MAMDownBlockSpatioTemporal" + ], + "in_channels": 8, + "layers_per_block": 2, + "num_attention_heads": [ + 5, + 10, + 20, + 20 + ], + "num_frames": 25, + "out_channels": 4, + "projection_class_embeddings_input_dim": 768, + "sample_size": 96, + "transformer_layers_per_block": 1, + "up_block_types": [ + "MAMUpBlockSpatioTemporal", + "MAMCrossAttnUpBlockSpatioTemporal", + "MAMCrossAttnUpBlockSpatioTemporal", + "MAMCrossAttnUpBlockSpatioTemporal" + ] +} diff --git a/checkpoint-10000/unet/diffusion_pytorch_model.safetensors b/checkpoint-10000/unet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..fe0dfc56916860bf84f89479da69ccf645b8a807 --- /dev/null +++ b/checkpoint-10000/unet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d361bcb77834fc65703901d932485693ca6f2575cc88dc6de478e42f1592ab1 +size 7445309980 diff --git a/checkpoint-9500/motion_encoder/config.json b/checkpoint-9500/motion_encoder/config.json new file mode 100644 index 0000000000000000000000000000000000000000..33263bbd447ee56c7e7c66da861bef0b7b859037 --- /dev/null +++ b/checkpoint-9500/motion_encoder/config.json @@ -0,0 +1,10 @@ +{ + "architectures": [ + "MotionEncoder" + ], + "model_type": "motion_encoder", + "motion_num_frames": 25, + "torch_dtype": "bfloat16", + "transformers_version": "4.47.1", + "vit_model_name": "google/vivit-b-16x2" +} diff --git a/checkpoint-9500/motion_encoder/model.safetensors b/checkpoint-9500/motion_encoder/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..72f8dfbc793d70958deafe87fcef3f1fa12f6b1b --- /dev/null +++ b/checkpoint-9500/motion_encoder/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c03e7e91a03e4cd214ca97bad940b8afe0746d317468eeb22a5ccfee83b9ce +size 179679088 diff --git a/checkpoint-9500/optimizer.bin b/checkpoint-9500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2d0d44809f4bde4f3eea0f7f53273fdc69f1b960 --- /dev/null +++ b/checkpoint-9500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50982e82fcc16e0cc98bc7e347f16962ba725a3b3997e46dc2a130c10a5c5465 +size 984141478 diff --git a/checkpoint-9500/random_states_0.pkl b/checkpoint-9500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..81a0c19625f201747e463ff42537e6f9cecefa66 --- /dev/null +++ b/checkpoint-9500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54953484539e6c86e0ba5519b48d9447370f8e54a9a7d0d7470dadd65ad9a0d8 +size 14408 diff --git a/checkpoint-9500/scheduler.bin b/checkpoint-9500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..dab46a91ea62aec6860b9f139b7bc382dfa91a7f --- /dev/null +++ b/checkpoint-9500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3679e912134a07bec3f4193d394ecd8749246dab75b0da0331fd85a98f10ee9 +size 1000 diff --git a/checkpoint-9500/unet/config.json b/checkpoint-9500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9f9af538080d39fd6ef5d79c36247c3032d13873 --- /dev/null +++ b/checkpoint-9500/unet/config.json @@ -0,0 +1,38 @@ +{ + "_class_name": "MAMUNetSpatioTemporalConditionModel", + "_diffusers_version": "0.32.1", + "_name_or_path": "/home/suraj_huggingface_co/.cache/huggingface/hub/models--diffusers--svd-xt/snapshots/9703ded20c957c340781ee710b75660826deb487/unet", + "addition_time_embed_dim": 256, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "cross_attention_dim": 1024, + "down_block_types": [ + "MAMCrossAttnDownBlockSpatioTemporal", + "MAMCrossAttnDownBlockSpatioTemporal", + "MAMCrossAttnDownBlockSpatioTemporal", + "MAMDownBlockSpatioTemporal" + ], + "in_channels": 8, + "layers_per_block": 2, + "num_attention_heads": [ + 5, + 10, + 20, + 20 + ], + "num_frames": 25, + "out_channels": 4, + "projection_class_embeddings_input_dim": 768, + "sample_size": 96, + "transformer_layers_per_block": 1, + "up_block_types": [ + "MAMUpBlockSpatioTemporal", + "MAMCrossAttnUpBlockSpatioTemporal", + "MAMCrossAttnUpBlockSpatioTemporal", + "MAMCrossAttnUpBlockSpatioTemporal" + ] +} diff --git a/checkpoint-9500/unet/diffusion_pytorch_model.safetensors b/checkpoint-9500/unet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..527a8ce1305ed7f55517ade4df98217ac35de2f3 --- /dev/null +++ b/checkpoint-9500/unet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba1eda6c90ee58d376668b9a85f71e84062842b5dd3f72049fa2202e2ef8c597 +size 7445309980 diff --git a/config.json b/config.json index 18c06f57bbd135597b245fe29048431a244a143a..33263bbd447ee56c7e7c66da861bef0b7b859037 100644 --- a/config.json +++ b/config.json @@ -1,69 +1,10 @@ { "architectures": [ - "MotionAssociativeMemoryEncoder" - ], - "attention_probs_dropout_prob": 0.0, - "hidden_act": "gelu_fast", - "hidden_dropout_prob": 0.0, - "hidden_size": 768, - "image_size": [ - 36, - 64 - ], - "initializer_range": 0.02, - "intermediate_size": 3072, - "layer_norm_eps": 1e-06, - "model_type": "vivit", - "num_attention_heads": 8, - "num_channels": 4, - "num_frames": 24, - "num_hidden_layers": 6, - "qkv_bias": true, - "query_dims": [ - 160, - 320, - 640 + "MotionEncoder" ], + "model_type": "motion_encoder", + "motion_num_frames": 25, "torch_dtype": "bfloat16", "transformers_version": "4.47.1", - "tubelet_size": [ - 2, - 9, - 16 - ], - "unet_attention_names": { - "down_blocks_0_attentions_0_temporal_transformer_blocks_0_attn1": 320, - "down_blocks_0_attentions_0_transformer_blocks_0_attn1": 320, - "down_blocks_0_attentions_1_temporal_transformer_blocks_0_attn1": 320, - "down_blocks_0_attentions_1_transformer_blocks_0_attn1": 320, - "down_blocks_1_attentions_0_temporal_transformer_blocks_0_attn1": 640, - "down_blocks_1_attentions_0_transformer_blocks_0_attn1": 640, - "down_blocks_1_attentions_1_temporal_transformer_blocks_0_attn1": 640, - "down_blocks_1_attentions_1_transformer_blocks_0_attn1": 640, - "down_blocks_2_attentions_0_temporal_transformer_blocks_0_attn1": 1280, - "down_blocks_2_attentions_0_transformer_blocks_0_attn1": 1280, - "down_blocks_2_attentions_1_temporal_transformer_blocks_0_attn1": 1280, - "down_blocks_2_attentions_1_transformer_blocks_0_attn1": 1280, - "mid_block_attentions_0_temporal_transformer_blocks_0_attn1": 1280, - "mid_block_attentions_0_transformer_blocks_0_attn1": 1280, - "up_blocks_1_attentions_0_temporal_transformer_blocks_0_attn1": 1280, - "up_blocks_1_attentions_0_transformer_blocks_0_attn1": 1280, - "up_blocks_1_attentions_1_temporal_transformer_blocks_0_attn1": 1280, - "up_blocks_1_attentions_1_transformer_blocks_0_attn1": 1280, - "up_blocks_1_attentions_2_temporal_transformer_blocks_0_attn1": 1280, - "up_blocks_1_attentions_2_transformer_blocks_0_attn1": 1280, - "up_blocks_2_attentions_0_temporal_transformer_blocks_0_attn1": 640, - "up_blocks_2_attentions_0_transformer_blocks_0_attn1": 640, - "up_blocks_2_attentions_1_temporal_transformer_blocks_0_attn1": 640, - "up_blocks_2_attentions_1_transformer_blocks_0_attn1": 640, - "up_blocks_2_attentions_2_temporal_transformer_blocks_0_attn1": 640, - "up_blocks_2_attentions_2_transformer_blocks_0_attn1": 640, - "up_blocks_3_attentions_0_temporal_transformer_blocks_0_attn1": 320, - "up_blocks_3_attentions_0_transformer_blocks_0_attn1": 320, - "up_blocks_3_attentions_1_temporal_transformer_blocks_0_attn1": 320, - "up_blocks_3_attentions_1_transformer_blocks_0_attn1": 320, - "up_blocks_3_attentions_2_temporal_transformer_blocks_0_attn1": 320, - "up_blocks_3_attentions_2_transformer_blocks_0_attn1": 320 - }, - "zero_init_theta": false + "vit_model_name": "google/vivit-b-16x2" } diff --git a/diffusion_pytorch_model.safetensors b/diffusion_pytorch_model.safetensors index 2f9a5e261e72d931991334995708de6effd714d0..fe0dfc56916860bf84f89479da69ccf645b8a807 100644 --- a/diffusion_pytorch_model.safetensors +++ b/diffusion_pytorch_model.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b04b655eb90a2f6d7746a8946bbb0868022f95d7aacfa7bcd67d273480fe63f -size 3084150092 +oid sha256:6d361bcb77834fc65703901d932485693ca6f2575cc88dc6de478e42f1592ab1 +size 7445309980 diff --git a/model.safetensors b/model.safetensors index 6d8abec9b085cd7570ccb6db13ae0d9d3a36c41a..1529a758da44d25bf0f198121470cb164543ca1e 100644 --- a/model.safetensors +++ b/model.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:31857eae9bd0f1c423f9002bd2fa0b6b911967051dc22492233dd3e89ebda9d8 -size 87137896 +oid sha256:8057ff9bf263f2c51ca5e1c56aa30fae0d4a7e9a3498bce4a9436a005cce96b2 +size 179679088 diff --git a/validation_images/step_10000_val_cross_0.mp4 b/validation_images/step_10000_val_cross_0.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66681008ba193576f2fb6da71d9858f92b276d0e Binary files /dev/null and b/validation_images/step_10000_val_cross_0.mp4 differ diff --git a/validation_images/step_10000_val_recon_0.mp4 b/validation_images/step_10000_val_recon_0.mp4 index 2502ffbcfab744d14673217607f94c3545292876..a3d2e0378262013f239c7ce288fe93d1eef28c76 100644 --- a/validation_images/step_10000_val_recon_0.mp4 +++ b/validation_images/step_10000_val_recon_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e492163c5cf20182fe0ed38c4b399ba668426d5b96abf296b96f47d191798574 -size 39402 +oid sha256:c28e510f2f23b816bf2c9ea8c7c8fae98d668b22a485114843956c1b2b114041 +size 49014 diff --git a/validation_images/step_10000_val_source_0.mp4 b/validation_images/step_10000_val_source_0.mp4 index 516b5dafffebd2381d52f3f657c96cef340816d3..dd9e51acfb0b32a899207b5a8915a79de42e28a3 100644 --- a/validation_images/step_10000_val_source_0.mp4 +++ b/validation_images/step_10000_val_source_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:022d4a58710e539e8813481a03f5ec561c27625ccaa453fcd6cc6b7803259d6c -size 109147 +oid sha256:9a31e75ec31d79711c87ec48a40e418b973c91b8638ac5a85c80584066b7cf73 +size 43886 diff --git a/validation_images/step_1000_val_cross_0.mp4 b/validation_images/step_1000_val_cross_0.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e9827ed8e3372ed1af5d0efbe49b23e4e83646c Binary files /dev/null and b/validation_images/step_1000_val_cross_0.mp4 differ diff --git a/validation_images/step_1000_val_recon_0.mp4 b/validation_images/step_1000_val_recon_0.mp4 index e1d1b17a7d234378e121c74862ee0e56606faab2..f38ad5e4843e41aa41f07f480ebd2878298f15fe 100644 --- a/validation_images/step_1000_val_recon_0.mp4 +++ b/validation_images/step_1000_val_recon_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aa3aaba32481be002ca8edd790ba4c633490276fe3f7a578cc0c3baec1698b52 -size 53374 +oid sha256:2e24fe42f15b2462a85c485e099155c871fec001e0538442b74b82b7f7e7ba0f +size 44191 diff --git a/validation_images/step_1000_val_source_0.mp4 b/validation_images/step_1000_val_source_0.mp4 index 28c600da64c95bb068f502ad9dee0d3482f18cf4..361a6828d0853876fdee8663f2a4c6d7954b984a 100644 --- a/validation_images/step_1000_val_source_0.mp4 +++ b/validation_images/step_1000_val_source_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:83920b86ad06324be6eb8b7e51ac1aa73466674490373040a653b36f880dd3da -size 47236 +oid sha256:2480d19019e586212350459ba52620ea2216c329e8927c951f835e4d81f42365 +size 44943 diff --git a/validation_images/step_1500_val_cross_0.mp4 b/validation_images/step_1500_val_cross_0.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c46df67ff067bf14c218c93abf44588fac6a21e1 Binary files /dev/null and b/validation_images/step_1500_val_cross_0.mp4 differ diff --git a/validation_images/step_1500_val_recon_0.mp4 b/validation_images/step_1500_val_recon_0.mp4 index e3da7038fc79df9d6821be250164c3a69f1ba363..4bfa60d147f53ab627bc6ea410a42182d4659c0b 100644 --- a/validation_images/step_1500_val_recon_0.mp4 +++ b/validation_images/step_1500_val_recon_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d6f2890f5a0014f77f22822bb953221df3f3609ee3b5161fb81597b64bbf33ae -size 76187 +oid sha256:4d773c6962c332268553cc8e9fe2828bc853121bec0a39fe5a685471298aefae +size 45480 diff --git a/validation_images/step_1500_val_source_0.mp4 b/validation_images/step_1500_val_source_0.mp4 index 47ce1a383288cabec919d3cfacaa3939f5cfd9a3..361a6828d0853876fdee8663f2a4c6d7954b984a 100644 --- a/validation_images/step_1500_val_source_0.mp4 +++ b/validation_images/step_1500_val_source_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dfc311037e983d49edc313655c09aaa4b7ba712df316ae42451bb0e29dffd13a -size 33239 +oid sha256:2480d19019e586212350459ba52620ea2216c329e8927c951f835e4d81f42365 +size 44943 diff --git a/validation_images/step_1_val_cross_0.mp4 b/validation_images/step_1_val_cross_0.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ed10800b14c1b992dfcb3a5b55b55fde69fa59c --- /dev/null +++ b/validation_images/step_1_val_cross_0.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d072cec9412389d8f9af33cc286e2fc6016b337584f6f0e2888e4390936d30ad +size 202814 diff --git a/validation_images/step_1_val_recon_0.mp4 b/validation_images/step_1_val_recon_0.mp4 index c8c47fba3d5daebe673a21ccf63ef016401de635..0489c50d115e02ef5ca60c4350dcec88bd3e53e6 100644 --- a/validation_images/step_1_val_recon_0.mp4 +++ b/validation_images/step_1_val_recon_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:35cbcdc18799b16046c642e90afa04756ee57eaa7ca8aca8e7354bb12d7207e6 -size 148446 +oid sha256:87af28ff6573352d98b860ebf714c2d99195381b7f776e34de99c1fdcdd1e388 +size 104103 diff --git a/validation_images/step_1_val_source_0.mp4 b/validation_images/step_1_val_source_0.mp4 index 2a019cc59c2d4470f64c3b3f1f659a7da9c8dd83..361a6828d0853876fdee8663f2a4c6d7954b984a 100644 --- a/validation_images/step_1_val_source_0.mp4 +++ b/validation_images/step_1_val_source_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e146056646e8be27a765fecaf1b5f6ca7dc00aa7f324be8eb6dd80a3b68f1df0 -size 36603 +oid sha256:2480d19019e586212350459ba52620ea2216c329e8927c951f835e4d81f42365 +size 44943 diff --git a/validation_images/step_2000_val_cross_0.mp4 b/validation_images/step_2000_val_cross_0.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b00f9555f9d0c00c3f53d0d82760270257f7f5c Binary files /dev/null and b/validation_images/step_2000_val_cross_0.mp4 differ diff --git a/validation_images/step_2000_val_recon_0.mp4 b/validation_images/step_2000_val_recon_0.mp4 index 4679837d58f7b532526e51b8ec9a37ec8810a300..c896ddbeab92f3a960b43b81c7f77b3edca455d1 100644 --- a/validation_images/step_2000_val_recon_0.mp4 +++ b/validation_images/step_2000_val_recon_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5a137a42283f7868cb56f8921262ffef9d5940631c56ca1ca9249cd3c2d7d888 -size 47599 +oid sha256:04a37bfc1b31cb38401b661757a90c056cdf03594379fa69b8f5cb6a5b466502 +size 50263 diff --git a/validation_images/step_2000_val_source_0.mp4 b/validation_images/step_2000_val_source_0.mp4 index 526b4c6b39745996eb34916af1676366d4a2d1d8..dd9e51acfb0b32a899207b5a8915a79de42e28a3 100644 --- a/validation_images/step_2000_val_source_0.mp4 +++ b/validation_images/step_2000_val_source_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0fb28a9e189558461c5c551e6310a4076b3b1147935944146132cc5cea749018 -size 69744 +oid sha256:9a31e75ec31d79711c87ec48a40e418b973c91b8638ac5a85c80584066b7cf73 +size 43886 diff --git a/validation_images/step_2500_val_cross_0.mp4 b/validation_images/step_2500_val_cross_0.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81418631704fb372eeefe82e05363c96bc3543c4 Binary files /dev/null and b/validation_images/step_2500_val_cross_0.mp4 differ diff --git a/validation_images/step_2500_val_recon_0.mp4 b/validation_images/step_2500_val_recon_0.mp4 index 59b1f285a087b14c4cdddc49f72ecc441474976c..6903b454918540bd7ef21728e4c436222abdf780 100644 --- a/validation_images/step_2500_val_recon_0.mp4 +++ b/validation_images/step_2500_val_recon_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:429d09e560bce7e700f42b8a7850328ea295d6c79cae90005d7da8d9d8ffbcd5 -size 53175 +oid sha256:2fdb63afb4929a7fffa3d77b7823f7941652754dac602d422f3eae8af0b3216c +size 45821 diff --git a/validation_images/step_2500_val_source_0.mp4 b/validation_images/step_2500_val_source_0.mp4 index 6df8867fa189e3025134cf3f0779c3f7373d96dc..dd9e51acfb0b32a899207b5a8915a79de42e28a3 100644 --- a/validation_images/step_2500_val_source_0.mp4 +++ b/validation_images/step_2500_val_source_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c3df6d0708d8627606bb7cc347b003249c4544facb1604cb5f9410d090ddc1ac -size 56374 +oid sha256:9a31e75ec31d79711c87ec48a40e418b973c91b8638ac5a85c80584066b7cf73 +size 43886 diff --git a/validation_images/step_3000_val_cross_0.mp4 b/validation_images/step_3000_val_cross_0.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c30cc2da770a6c7f661b315bc3e49455259c035 Binary files /dev/null and b/validation_images/step_3000_val_cross_0.mp4 differ diff --git a/validation_images/step_3000_val_recon_0.mp4 b/validation_images/step_3000_val_recon_0.mp4 index 48bb8631db1f630dabccbcc577f14d52b9ba0528..20f907ae403506d1fb618e4ef3faa48a770e69c5 100644 --- a/validation_images/step_3000_val_recon_0.mp4 +++ b/validation_images/step_3000_val_recon_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3e6f34e94e96441bf35ab1cb875eeb712ead04814e13eb7016414907eb7151da -size 46853 +oid sha256:383319a81b3b9b6de3b77054ab00e453da7b1e29fe4938e2c48d79a9aa10013f +size 45368 diff --git a/validation_images/step_3000_val_source_0.mp4 b/validation_images/step_3000_val_source_0.mp4 index f5f4449cecbcca88f033dfc7020253d61f01c9f0..361a6828d0853876fdee8663f2a4c6d7954b984a 100644 --- a/validation_images/step_3000_val_source_0.mp4 +++ b/validation_images/step_3000_val_source_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:07043bbc9570c08d24f3611624be9d4f57f883a31450bede6c5711c5d7789ae3 -size 50880 +oid sha256:2480d19019e586212350459ba52620ea2216c329e8927c951f835e4d81f42365 +size 44943 diff --git a/validation_images/step_3500_val_cross_0.mp4 b/validation_images/step_3500_val_cross_0.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d80ae6a95742c9c1dc8afa7d0f17244aa185784d Binary files /dev/null and b/validation_images/step_3500_val_cross_0.mp4 differ diff --git a/validation_images/step_3500_val_recon_0.mp4 b/validation_images/step_3500_val_recon_0.mp4 index bba71635b38928634fa965c0755d70285562a5e1..94bf9d659e4c66a5f3c200e32071275f18a101eb 100644 --- a/validation_images/step_3500_val_recon_0.mp4 +++ b/validation_images/step_3500_val_recon_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ebca5ceea837375cada869544404380c077a2b186dda1262e990a8adf1483bee -size 71872 +oid sha256:55b5683d3f8e01f03edca61bb08bfb36774c9e3ba5d270a8268ce1891c85a0d8 +size 47465 diff --git a/validation_images/step_3500_val_source_0.mp4 b/validation_images/step_3500_val_source_0.mp4 index 2f07f86bf7576e2460895305134495d3c08ca468..dd9e51acfb0b32a899207b5a8915a79de42e28a3 100644 --- a/validation_images/step_3500_val_source_0.mp4 +++ b/validation_images/step_3500_val_source_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:90ab7278928b3e4cd8a1f784787aca551827449a4f907039bffa0a10d6a19c81 -size 52655 +oid sha256:9a31e75ec31d79711c87ec48a40e418b973c91b8638ac5a85c80584066b7cf73 +size 43886 diff --git a/validation_images/step_4000_val_cross_0.mp4 b/validation_images/step_4000_val_cross_0.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b43f3151e5c02efed5996f31ee508e6d08eb3fef Binary files /dev/null and b/validation_images/step_4000_val_cross_0.mp4 differ diff --git a/validation_images/step_4000_val_recon_0.mp4 b/validation_images/step_4000_val_recon_0.mp4 index 88fd07e8d8049aadfa2ec1b2dff32aa6f9a078f1..e8b2a2c03d42ada115f5819de0707533f4964073 100644 --- a/validation_images/step_4000_val_recon_0.mp4 +++ b/validation_images/step_4000_val_recon_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a387caa2eda93f25cced66f42400b72b71552448dce44f11a6ff44e3f06111a7 -size 56056 +oid sha256:52eadc66f76388d08f001ea9ea4cae5cc6c554704d05478447ec15f554136f53 +size 48084 diff --git a/validation_images/step_4000_val_source_0.mp4 b/validation_images/step_4000_val_source_0.mp4 index 963816701627a9d38efe7afbc867d503017e549a..361a6828d0853876fdee8663f2a4c6d7954b984a 100644 --- a/validation_images/step_4000_val_source_0.mp4 +++ b/validation_images/step_4000_val_source_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fdc637d27f1608125ee5d64b231c8995148f84ebfc19ed8ea8418f37d88c599b -size 47295 +oid sha256:2480d19019e586212350459ba52620ea2216c329e8927c951f835e4d81f42365 +size 44943 diff --git a/validation_images/step_4500_val_cross_0.mp4 b/validation_images/step_4500_val_cross_0.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e87283314c1347658d636ba4f6fae25998f87e1 Binary files /dev/null and b/validation_images/step_4500_val_cross_0.mp4 differ diff --git a/validation_images/step_4500_val_recon_0.mp4 b/validation_images/step_4500_val_recon_0.mp4 index f8b28313437f0fb5531e34f5a01ad55ba0a5858c..b28e5126856b6c89986f18332e90203835b40db9 100644 --- a/validation_images/step_4500_val_recon_0.mp4 +++ b/validation_images/step_4500_val_recon_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e31bf6cc84bf8fae8b46da9e7bfa8dbd39a27dabe4a4634a9e644414d93fc48b -size 72029 +oid sha256:76ded273a6281a53e918319c31c301f0157ec5e5422fb73e644515517b8b9eed +size 48648 diff --git a/validation_images/step_4500_val_source_0.mp4 b/validation_images/step_4500_val_source_0.mp4 index bbd291dac49fa546b820fb8ad85371e874058839..dd9e51acfb0b32a899207b5a8915a79de42e28a3 100644 --- a/validation_images/step_4500_val_source_0.mp4 +++ b/validation_images/step_4500_val_source_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cdf95deae01e2c89e84eacdf240acd81928deb81ccc1f2c044ec55f706789d2d -size 50453 +oid sha256:9a31e75ec31d79711c87ec48a40e418b973c91b8638ac5a85c80584066b7cf73 +size 43886 diff --git a/validation_images/step_5000_val_cross_0.mp4 b/validation_images/step_5000_val_cross_0.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab19a3e2507912d554aa335d0a289966df01075d Binary files /dev/null and b/validation_images/step_5000_val_cross_0.mp4 differ diff --git a/validation_images/step_5000_val_recon_0.mp4 b/validation_images/step_5000_val_recon_0.mp4 index 38347585e97d3be36011c798c4ae4c17e774819e..95a8bd92873c46b7d7b07eaa8d8496e06a9c3363 100644 --- a/validation_images/step_5000_val_recon_0.mp4 +++ b/validation_images/step_5000_val_recon_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d4ac3e726a80da81be068f3ddd8f324905a08f91ce84d1f1c69936a0a250af67 -size 59711 +oid sha256:6a723c97b1182b789a0fad212931376dad4ffaa7662519257cc2b127c1c85194 +size 45479 diff --git a/validation_images/step_5000_val_source_0.mp4 b/validation_images/step_5000_val_source_0.mp4 index 9836dcec800713eb430f37fe26cb8918b2ee6110..361a6828d0853876fdee8663f2a4c6d7954b984a 100644 --- a/validation_images/step_5000_val_source_0.mp4 +++ b/validation_images/step_5000_val_source_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:11378bb27bf7d61df98b61e1bbce56da6f184c0ed5c6a64b81107cf52e5da141 -size 61814 +oid sha256:2480d19019e586212350459ba52620ea2216c329e8927c951f835e4d81f42365 +size 44943 diff --git a/validation_images/step_500_val_cross_0.mp4 b/validation_images/step_500_val_cross_0.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ee2d7bafeccc1d9a244b41cbc23bbeb2e78a86b Binary files /dev/null and b/validation_images/step_500_val_cross_0.mp4 differ diff --git a/validation_images/step_500_val_recon_0.mp4 b/validation_images/step_500_val_recon_0.mp4 index c2bc82c3738cbdf5ad86493e7527def965d124e3..226d61792617d057d34ee68765cc0b88ae257765 100644 --- a/validation_images/step_500_val_recon_0.mp4 +++ b/validation_images/step_500_val_recon_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:484c88ee353f99991c7c8cd8ec8a03079b05f97f110b5596f6ace56162404c97 -size 112818 +oid sha256:756f02604b6be17f84d421ef338fde80a48a7554b284818f577feb4f9856b88f +size 41602 diff --git a/validation_images/step_500_val_source_0.mp4 b/validation_images/step_500_val_source_0.mp4 index fbcb3d016004cfead500e92ccceeb362bbead87b..dd9e51acfb0b32a899207b5a8915a79de42e28a3 100644 --- a/validation_images/step_500_val_source_0.mp4 +++ b/validation_images/step_500_val_source_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c64cafa315f103c9e3aba0a31b583613518bde59b01f6930426114bb303c1f4a -size 43288 +oid sha256:9a31e75ec31d79711c87ec48a40e418b973c91b8638ac5a85c80584066b7cf73 +size 43886 diff --git a/validation_images/step_5500_val_cross_0.mp4 b/validation_images/step_5500_val_cross_0.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4513281b08076e16c8ac122af7fc02f5a27d3a9 Binary files /dev/null and b/validation_images/step_5500_val_cross_0.mp4 differ diff --git a/validation_images/step_5500_val_recon_0.mp4 b/validation_images/step_5500_val_recon_0.mp4 index bb9db27eab7a0471f7a18b40c71ca45509349441..71210ba27f954cf08edd2160605af9611c613001 100644 --- a/validation_images/step_5500_val_recon_0.mp4 +++ b/validation_images/step_5500_val_recon_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5d3b307189015385e519b6f539743276bf759510836cff74d300a4ff6a188bf0 -size 60381 +oid sha256:76566805ce1a405e775a41499f40618065679ef222ff634b8df48bb409296b6f +size 50270 diff --git a/validation_images/step_5500_val_source_0.mp4 b/validation_images/step_5500_val_source_0.mp4 index 6fcf35e2998aaac5019e495d8128eb72c69d554d..361a6828d0853876fdee8663f2a4c6d7954b984a 100644 --- a/validation_images/step_5500_val_source_0.mp4 +++ b/validation_images/step_5500_val_source_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5cde46ea4b34614442568c187914ac475b39e1d902c5aa4eb57ad965d1699772 -size 34733 +oid sha256:2480d19019e586212350459ba52620ea2216c329e8927c951f835e4d81f42365 +size 44943 diff --git a/validation_images/step_6000_val_cross_0.mp4 b/validation_images/step_6000_val_cross_0.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3135ce4db7037cdcd7d688c9a1bb6fce507d65f2 Binary files /dev/null and b/validation_images/step_6000_val_cross_0.mp4 differ diff --git a/validation_images/step_6000_val_recon_0.mp4 b/validation_images/step_6000_val_recon_0.mp4 index 33deb4e39fcf5ddcd4b0d1589202d1f2bac752bc..8449ca008ee3c4b1782d4d7ee06da8b024a7e45e 100644 --- a/validation_images/step_6000_val_recon_0.mp4 +++ b/validation_images/step_6000_val_recon_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:67a586d9599626ccc640f42ac0779b4297c950d4d6a042f43f6a8f0233a63fa4 -size 99412 +oid sha256:9f2694393e371b42322cfa589ac3d3d669cbb5f909078ba840da89b2f468d364 +size 53316 diff --git a/validation_images/step_6000_val_source_0.mp4 b/validation_images/step_6000_val_source_0.mp4 index 834b4132b9a463e559889a5c69478450a5262b84..dd9e51acfb0b32a899207b5a8915a79de42e28a3 100644 --- a/validation_images/step_6000_val_source_0.mp4 +++ b/validation_images/step_6000_val_source_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0f47242abcc0006e46e5aefba3872eea9d5231107ea02a4945c421474f6f6b9e -size 35923 +oid sha256:9a31e75ec31d79711c87ec48a40e418b973c91b8638ac5a85c80584066b7cf73 +size 43886 diff --git a/validation_images/step_6500_val_cross_0.mp4 b/validation_images/step_6500_val_cross_0.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5b0b503a5c4e26b8b682aec55242d10b846d245 Binary files /dev/null and b/validation_images/step_6500_val_cross_0.mp4 differ diff --git a/validation_images/step_6500_val_recon_0.mp4 b/validation_images/step_6500_val_recon_0.mp4 index 48ad7ad0adfc18f10d1940beb34a3b9334b59435..6c911a528c9c26b0f60d316f3322affc71ed10f2 100644 --- a/validation_images/step_6500_val_recon_0.mp4 +++ b/validation_images/step_6500_val_recon_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1ce859939f62cd8568320414c8957c2cc50d483a4fd0d2bf6c5448234e067738 -size 109766 +oid sha256:5b84658ffbf91fd94945017af425f60da13fcef07ab6534f8511728712b03072 +size 30127 diff --git a/validation_images/step_6500_val_source_0.mp4 b/validation_images/step_6500_val_source_0.mp4 index 9e0479264a9eaffa9be391306a6a933a65392960..dd9e51acfb0b32a899207b5a8915a79de42e28a3 100644 --- a/validation_images/step_6500_val_source_0.mp4 +++ b/validation_images/step_6500_val_source_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f72a3fc9bb38e184c8a21648b9ba73de8badc6a8c3d5eeaca6b95ba1ad1780aa -size 63708 +oid sha256:9a31e75ec31d79711c87ec48a40e418b973c91b8638ac5a85c80584066b7cf73 +size 43886 diff --git a/validation_images/step_7000_val_cross_0.mp4 b/validation_images/step_7000_val_cross_0.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45d0580e3a6c01f880ed61852c4bb8db3cb7fad7 Binary files /dev/null and b/validation_images/step_7000_val_cross_0.mp4 differ diff --git a/validation_images/step_7000_val_recon_0.mp4 b/validation_images/step_7000_val_recon_0.mp4 index cf2a89f9d2fabd82f44b97136919e9e3c81e50d6..a2f7c73ac8f8a41872d3cf9678eeeaf49cb692c5 100644 --- a/validation_images/step_7000_val_recon_0.mp4 +++ b/validation_images/step_7000_val_recon_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b5a566a82246bbd9463f6d7c71170e9d7c2c0bcbbd84f9b3e6b3ce922af7d54 -size 60812 +oid sha256:aae68cb9c60dbeef71a7b32f11b7170bc589b771d09656928396e06ad2309459 +size 50430 diff --git a/validation_images/step_7000_val_source_0.mp4 b/validation_images/step_7000_val_source_0.mp4 index 76a4bf911cf47a819e787b10ccc009d26b98149a..dd9e51acfb0b32a899207b5a8915a79de42e28a3 100644 --- a/validation_images/step_7000_val_source_0.mp4 +++ b/validation_images/step_7000_val_source_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e3a058d00ac895461e9d38c870163723e50a3de67f285ba9a950f37b2ddfb570 -size 8847 +oid sha256:9a31e75ec31d79711c87ec48a40e418b973c91b8638ac5a85c80584066b7cf73 +size 43886 diff --git a/validation_images/step_7500_val_cross_0.mp4 b/validation_images/step_7500_val_cross_0.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39572b68dea64b91d9b551a412d80b246dad7401 Binary files /dev/null and b/validation_images/step_7500_val_cross_0.mp4 differ diff --git a/validation_images/step_7500_val_recon_0.mp4 b/validation_images/step_7500_val_recon_0.mp4 index cb1e8bd886ced7769e0a686dcaf398aec4799a96..b1e0fa4902542d514cd22700caf842197d3988d2 100644 --- a/validation_images/step_7500_val_recon_0.mp4 +++ b/validation_images/step_7500_val_recon_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:228210a665f508a0410fc4381368103e13b7c5ff21da4b20dcb4ef4fcfffde1e -size 58450 +oid sha256:e80a1564563892eae8f72e9f0d5b7a6514a9675cbc684813541c3f8ceb2db03a +size 50466 diff --git a/validation_images/step_7500_val_source_0.mp4 b/validation_images/step_7500_val_source_0.mp4 index 1affb996dc52274beca2948d074381f054615953..dd9e51acfb0b32a899207b5a8915a79de42e28a3 100644 --- a/validation_images/step_7500_val_source_0.mp4 +++ b/validation_images/step_7500_val_source_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:59c944c807ab3dc1a64c5177a5a48f7bd942e0ae73c445608cbed0297ec8ecba -size 29168 +oid sha256:9a31e75ec31d79711c87ec48a40e418b973c91b8638ac5a85c80584066b7cf73 +size 43886 diff --git a/validation_images/step_8000_val_cross_0.mp4 b/validation_images/step_8000_val_cross_0.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..597f4df484a0046603225fab496f4b7a5151fe0d Binary files /dev/null and b/validation_images/step_8000_val_cross_0.mp4 differ diff --git a/validation_images/step_8000_val_recon_0.mp4 b/validation_images/step_8000_val_recon_0.mp4 index 9f3a317c53de5f28fadacb419bbdf94156d70d77..5fb096a4ac668f1b0479d8214fefb1004de0191c 100644 --- a/validation_images/step_8000_val_recon_0.mp4 +++ b/validation_images/step_8000_val_recon_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:65b777481f22e1c30c0beaaa8992210916f42f08314d27a44b2000a8a1235f79 -size 62183 +oid sha256:235626e04c30ec623a277e672d79d5ec93bec3be2037598c03ec1cc35db34fb4 +size 48580 diff --git a/validation_images/step_8000_val_source_0.mp4 b/validation_images/step_8000_val_source_0.mp4 index f0714e44df2c1a23a6c7f8518fff863d00f396c5..361a6828d0853876fdee8663f2a4c6d7954b984a 100644 --- a/validation_images/step_8000_val_source_0.mp4 +++ b/validation_images/step_8000_val_source_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4debb6bd46552382e348619ff76c7ee253ca233a5935450d80a10a42c76f28f0 -size 41542 +oid sha256:2480d19019e586212350459ba52620ea2216c329e8927c951f835e4d81f42365 +size 44943 diff --git a/validation_images/step_8500_val_cross_0.mp4 b/validation_images/step_8500_val_cross_0.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5f27ca6c961a77892319e48b0bbbc6cb379087b Binary files /dev/null and b/validation_images/step_8500_val_cross_0.mp4 differ diff --git a/validation_images/step_8500_val_recon_0.mp4 b/validation_images/step_8500_val_recon_0.mp4 index f09a42bd25a761516790678047323fc7da47e99c..42a20be7a2e3ae1eb778d3ccab85939c587ada78 100644 --- a/validation_images/step_8500_val_recon_0.mp4 +++ b/validation_images/step_8500_val_recon_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1f66823b5fcc94389527de640b3643518aa5f2749881c471137bcf3292a1eb32 -size 51574 +oid sha256:7092863f15ed403e26a1e72eed0fb5e571259f34565b2cca4b65cd47a973745a +size 50373 diff --git a/validation_images/step_8500_val_source_0.mp4 b/validation_images/step_8500_val_source_0.mp4 index 727ea1c4355a9df444571731a758d405449bcf3b..dd9e51acfb0b32a899207b5a8915a79de42e28a3 100644 --- a/validation_images/step_8500_val_source_0.mp4 +++ b/validation_images/step_8500_val_source_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:69a10631c6fc695b2c18433fdc290b35a12578ec714ccf41d9b4d4f683174a31 -size 108753 +oid sha256:9a31e75ec31d79711c87ec48a40e418b973c91b8638ac5a85c80584066b7cf73 +size 43886 diff --git a/validation_images/step_9000_val_cross_0.mp4 b/validation_images/step_9000_val_cross_0.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b58efc16b0ea0862d6d198def1759ab5de927d17 Binary files /dev/null and b/validation_images/step_9000_val_cross_0.mp4 differ diff --git a/validation_images/step_9000_val_recon_0.mp4 b/validation_images/step_9000_val_recon_0.mp4 index a50bb864794563b83139bea18666769402bcebc0..15167f9fc1f540851cf6e0771603ceb7a0312f6b 100644 --- a/validation_images/step_9000_val_recon_0.mp4 +++ b/validation_images/step_9000_val_recon_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:806c841d543be508acbaab8b7a73c1a4ab925e494811454b4841fff9bcdb1a18 -size 51413 +oid sha256:691a5b5e3da67c68d287f9475719d0bef8977aea3c532f6d744f23b5ec43f2ed +size 48587 diff --git a/validation_images/step_9000_val_source_0.mp4 b/validation_images/step_9000_val_source_0.mp4 index b23632212ce49c344187d1a6a253d3796e0fbfbd..361a6828d0853876fdee8663f2a4c6d7954b984a 100644 --- a/validation_images/step_9000_val_source_0.mp4 +++ b/validation_images/step_9000_val_source_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:623393b1a6b5b2fa20bf7d8a54f78b4937d82cfd1fc3ed30beb199b7b3eef5a5 -size 53575 +oid sha256:2480d19019e586212350459ba52620ea2216c329e8927c951f835e4d81f42365 +size 44943 diff --git a/validation_images/step_9500_val_cross_0.mp4 b/validation_images/step_9500_val_cross_0.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90d0e781f572e1d0e3caffb37aa22113daa7d88a Binary files /dev/null and b/validation_images/step_9500_val_cross_0.mp4 differ diff --git a/validation_images/step_9500_val_recon_0.mp4 b/validation_images/step_9500_val_recon_0.mp4 index 9ab15a719d187ec186cb14634e81400efbfff276..ebbbd8ed0438c93b7098767db6cf765348889179 100644 --- a/validation_images/step_9500_val_recon_0.mp4 +++ b/validation_images/step_9500_val_recon_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:217b0098e1a4a3f64cd7cc975a59890ed6223dd8edddf6693d1d721bf1385e6c -size 65561 +oid sha256:9d53c78d9e55ba4045e70ac33ee1f3429a22355dd1550c987c28dc6bbe9ff564 +size 51124 diff --git a/validation_images/step_9500_val_source_0.mp4 b/validation_images/step_9500_val_source_0.mp4 index aac697b43c016a2d427ef25f939cc7823c9df5f8..dd9e51acfb0b32a899207b5a8915a79de42e28a3 100644 --- a/validation_images/step_9500_val_source_0.mp4 +++ b/validation_images/step_9500_val_source_0.mp4 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2d2a5c11af89b80fa4991f6f889a49a037ad05dc7c97aec910dd14a59cd235d7 -size 74523 +oid sha256:9a31e75ec31d79711c87ec48a40e418b973c91b8638ac5a85c80584066b7cf73 +size 43886