Upload 9 files
Browse files- camera_angle/dutch_shot/config.json +73 -0
- camera_angle/dutch_shot/model_info.json +78 -0
- camera_angle/dutch_shot/preprocessor_config.json +28 -0
- camera_angle/dutch_shot/pytorch_model.bin +3 -0
- camera_angle/shot_angle/config.json +81 -0
- camera_angle/shot_angle/model_info.json +87 -0
- camera_angle/shot_angle/preprocessor_config.json +28 -0
- camera_angle/shot_angle/pytorch_model.bin +3 -0
- color_tone/resnet18_color_tone.pth +3 -0
camera_angle/dutch_shot/config.json
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_fpn": false,
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BeitForImageClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.0,
|
| 7 |
+
"auxiliary_channels": 256,
|
| 8 |
+
"auxiliary_concat_input": false,
|
| 9 |
+
"auxiliary_loss_weight": 0.4,
|
| 10 |
+
"auxiliary_num_convs": 1,
|
| 11 |
+
"drop_path_rate": 0.1,
|
| 12 |
+
"finetuning_task": "image-classification",
|
| 13 |
+
"hidden_act": "gelu",
|
| 14 |
+
"hidden_dropout_prob": 0.0,
|
| 15 |
+
"hidden_size": 768,
|
| 16 |
+
"id2label": {
|
| 17 |
+
"0": "dutch",
|
| 18 |
+
"1": "notdutch"
|
| 19 |
+
},
|
| 20 |
+
"image_size": 384,
|
| 21 |
+
"initializer_range": 0.02,
|
| 22 |
+
"intermediate_size": 3072,
|
| 23 |
+
"label2id": {
|
| 24 |
+
"dutch": "0",
|
| 25 |
+
"notdutch": "1"
|
| 26 |
+
},
|
| 27 |
+
"layer_norm_eps": 1e-12,
|
| 28 |
+
"layer_scale_init_value": 0.1,
|
| 29 |
+
"model_type": "beit",
|
| 30 |
+
"num_attention_heads": 12,
|
| 31 |
+
"num_channels": 3,
|
| 32 |
+
"num_hidden_layers": 12,
|
| 33 |
+
"out_features": [
|
| 34 |
+
"stage12"
|
| 35 |
+
],
|
| 36 |
+
"out_indices": [
|
| 37 |
+
12
|
| 38 |
+
],
|
| 39 |
+
"patch_size": 16,
|
| 40 |
+
"pool_scales": [
|
| 41 |
+
1,
|
| 42 |
+
2,
|
| 43 |
+
3,
|
| 44 |
+
6
|
| 45 |
+
],
|
| 46 |
+
"problem_type": "single_label_classification",
|
| 47 |
+
"reshape_hidden_states": true,
|
| 48 |
+
"semantic_loss_ignore_index": 255,
|
| 49 |
+
"stage_names": [
|
| 50 |
+
"stem",
|
| 51 |
+
"stage1",
|
| 52 |
+
"stage2",
|
| 53 |
+
"stage3",
|
| 54 |
+
"stage4",
|
| 55 |
+
"stage5",
|
| 56 |
+
"stage6",
|
| 57 |
+
"stage7",
|
| 58 |
+
"stage8",
|
| 59 |
+
"stage9",
|
| 60 |
+
"stage10",
|
| 61 |
+
"stage11",
|
| 62 |
+
"stage12"
|
| 63 |
+
],
|
| 64 |
+
"torch_dtype": "float32",
|
| 65 |
+
"transformers_version": "4.53.2",
|
| 66 |
+
"use_absolute_position_embeddings": false,
|
| 67 |
+
"use_auxiliary_head": true,
|
| 68 |
+
"use_mask_token": false,
|
| 69 |
+
"use_mean_pooling": true,
|
| 70 |
+
"use_relative_position_bias": true,
|
| 71 |
+
"use_shared_relative_position_bias": false,
|
| 72 |
+
"vocab_size": 8192
|
| 73 |
+
}
|
camera_angle/dutch_shot/model_info.json
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "dutch_shot_classification_v2",
|
| 3 |
+
"pretrain_model_name": "microsoft/beit-base-patch16-224",
|
| 4 |
+
"model_type": "beit-classification",
|
| 5 |
+
"description": "Task2-beit-p16-224-20250901/epoch_36",
|
| 6 |
+
"config": {
|
| 7 |
+
"add_fpn": false,
|
| 8 |
+
"architectures": [
|
| 9 |
+
"BeitForImageClassification"
|
| 10 |
+
],
|
| 11 |
+
"attention_probs_dropout_prob": 0.0,
|
| 12 |
+
"auxiliary_channels": 256,
|
| 13 |
+
"auxiliary_concat_input": false,
|
| 14 |
+
"auxiliary_loss_weight": 0.4,
|
| 15 |
+
"auxiliary_num_convs": 1,
|
| 16 |
+
"drop_path_rate": 0.1,
|
| 17 |
+
"finetuning_task": "image-classification",
|
| 18 |
+
"hidden_act": "gelu",
|
| 19 |
+
"hidden_dropout_prob": 0.0,
|
| 20 |
+
"hidden_size": 768,
|
| 21 |
+
"id2label": {
|
| 22 |
+
"0": "dutch",
|
| 23 |
+
"1": "notdutch"
|
| 24 |
+
},
|
| 25 |
+
"image_size": 384,
|
| 26 |
+
"initializer_range": 0.02,
|
| 27 |
+
"intermediate_size": 3072,
|
| 28 |
+
"label2id": {
|
| 29 |
+
"dutch": "0",
|
| 30 |
+
"notdutch": "1"
|
| 31 |
+
},
|
| 32 |
+
"layer_norm_eps": 1e-12,
|
| 33 |
+
"layer_scale_init_value": 0.1,
|
| 34 |
+
"model_type": "beit",
|
| 35 |
+
"num_attention_heads": 12,
|
| 36 |
+
"num_channels": 3,
|
| 37 |
+
"num_hidden_layers": 12,
|
| 38 |
+
"out_features": [
|
| 39 |
+
"stage12"
|
| 40 |
+
],
|
| 41 |
+
"out_indices": [
|
| 42 |
+
12
|
| 43 |
+
],
|
| 44 |
+
"patch_size": 16,
|
| 45 |
+
"pool_scales": [
|
| 46 |
+
1,
|
| 47 |
+
2,
|
| 48 |
+
3,
|
| 49 |
+
6
|
| 50 |
+
],
|
| 51 |
+
"reshape_hidden_states": true,
|
| 52 |
+
"semantic_loss_ignore_index": 255,
|
| 53 |
+
"stage_names": [
|
| 54 |
+
"stem",
|
| 55 |
+
"stage1",
|
| 56 |
+
"stage2",
|
| 57 |
+
"stage3",
|
| 58 |
+
"stage4",
|
| 59 |
+
"stage5",
|
| 60 |
+
"stage6",
|
| 61 |
+
"stage7",
|
| 62 |
+
"stage8",
|
| 63 |
+
"stage9",
|
| 64 |
+
"stage10",
|
| 65 |
+
"stage11",
|
| 66 |
+
"stage12"
|
| 67 |
+
],
|
| 68 |
+
"torch_dtype": "float32",
|
| 69 |
+
"transformers_version": "4.53.2",
|
| 70 |
+
"use_absolute_position_embeddings": false,
|
| 71 |
+
"use_auxiliary_head": true,
|
| 72 |
+
"use_mask_token": false,
|
| 73 |
+
"use_mean_pooling": true,
|
| 74 |
+
"use_relative_position_bias": true,
|
| 75 |
+
"use_shared_relative_position_bias": false,
|
| 76 |
+
"vocab_size": 8192
|
| 77 |
+
}
|
| 78 |
+
}
|
camera_angle/dutch_shot/preprocessor_config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crop_size": {
|
| 3 |
+
"height": 224,
|
| 4 |
+
"width": 224
|
| 5 |
+
},
|
| 6 |
+
"do_center_crop": false,
|
| 7 |
+
"do_normalize": true,
|
| 8 |
+
"do_reduce_labels": false,
|
| 9 |
+
"do_rescale": true,
|
| 10 |
+
"do_resize": true,
|
| 11 |
+
"image_mean": [
|
| 12 |
+
0.5,
|
| 13 |
+
0.5,
|
| 14 |
+
0.5
|
| 15 |
+
],
|
| 16 |
+
"image_processor_type": "BeitImageProcessor",
|
| 17 |
+
"image_std": [
|
| 18 |
+
0.5,
|
| 19 |
+
0.5,
|
| 20 |
+
0.5
|
| 21 |
+
],
|
| 22 |
+
"resample": 2,
|
| 23 |
+
"rescale_factor": 0.00392156862745098,
|
| 24 |
+
"size": {
|
| 25 |
+
"height": 384,
|
| 26 |
+
"width": 384
|
| 27 |
+
}
|
| 28 |
+
}
|
camera_angle/dutch_shot/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3577689a9dbaffd3462897d20f927e5f72318340a66037ee1589493c67401552
|
| 3 |
+
size 343980447
|
camera_angle/shot_angle/config.json
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_fpn": false,
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BeitForImageClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.0,
|
| 7 |
+
"auxiliary_channels": 256,
|
| 8 |
+
"auxiliary_concat_input": false,
|
| 9 |
+
"auxiliary_loss_weight": 0.4,
|
| 10 |
+
"auxiliary_num_convs": 1,
|
| 11 |
+
"drop_path_rate": 0.1,
|
| 12 |
+
"finetuning_task": "image-classification",
|
| 13 |
+
"hidden_act": "gelu",
|
| 14 |
+
"hidden_dropout_prob": 0.0,
|
| 15 |
+
"hidden_size": 768,
|
| 16 |
+
"id2label": {
|
| 17 |
+
"0": "aerial",
|
| 18 |
+
"1": "below",
|
| 19 |
+
"2": "high",
|
| 20 |
+
"3": "low",
|
| 21 |
+
"4": "neutral",
|
| 22 |
+
"5": "overhead"
|
| 23 |
+
},
|
| 24 |
+
"image_size": 384,
|
| 25 |
+
"initializer_range": 0.02,
|
| 26 |
+
"intermediate_size": 3072,
|
| 27 |
+
"label2id": {
|
| 28 |
+
"aerial": "0",
|
| 29 |
+
"below": "1",
|
| 30 |
+
"high": "2",
|
| 31 |
+
"low": "3",
|
| 32 |
+
"neutral": "4",
|
| 33 |
+
"overhead": "5"
|
| 34 |
+
},
|
| 35 |
+
"layer_norm_eps": 1e-12,
|
| 36 |
+
"layer_scale_init_value": 0.1,
|
| 37 |
+
"model_type": "beit",
|
| 38 |
+
"num_attention_heads": 12,
|
| 39 |
+
"num_channels": 3,
|
| 40 |
+
"num_hidden_layers": 12,
|
| 41 |
+
"out_features": [
|
| 42 |
+
"stage12"
|
| 43 |
+
],
|
| 44 |
+
"out_indices": [
|
| 45 |
+
12
|
| 46 |
+
],
|
| 47 |
+
"patch_size": 16,
|
| 48 |
+
"pool_scales": [
|
| 49 |
+
1,
|
| 50 |
+
2,
|
| 51 |
+
3,
|
| 52 |
+
6
|
| 53 |
+
],
|
| 54 |
+
"problem_type": "multi_label_classification",
|
| 55 |
+
"reshape_hidden_states": true,
|
| 56 |
+
"semantic_loss_ignore_index": 255,
|
| 57 |
+
"stage_names": [
|
| 58 |
+
"stem",
|
| 59 |
+
"stage1",
|
| 60 |
+
"stage2",
|
| 61 |
+
"stage3",
|
| 62 |
+
"stage4",
|
| 63 |
+
"stage5",
|
| 64 |
+
"stage6",
|
| 65 |
+
"stage7",
|
| 66 |
+
"stage8",
|
| 67 |
+
"stage9",
|
| 68 |
+
"stage10",
|
| 69 |
+
"stage11",
|
| 70 |
+
"stage12"
|
| 71 |
+
],
|
| 72 |
+
"torch_dtype": "float32",
|
| 73 |
+
"transformers_version": "4.53.2",
|
| 74 |
+
"use_absolute_position_embeddings": false,
|
| 75 |
+
"use_auxiliary_head": true,
|
| 76 |
+
"use_mask_token": false,
|
| 77 |
+
"use_mean_pooling": true,
|
| 78 |
+
"use_relative_position_bias": true,
|
| 79 |
+
"use_shared_relative_position_bias": false,
|
| 80 |
+
"vocab_size": 8192
|
| 81 |
+
}
|
camera_angle/shot_angle/model_info.json
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "shot_angle_classification_v3",
|
| 3 |
+
"pretrain_model_name": "microsoft/beit-base-patch16-384",
|
| 4 |
+
"model_type": "beit-classification",
|
| 5 |
+
"description": "Task13-beit-p16-384-20250904/epoch_18",
|
| 6 |
+
"config": {
|
| 7 |
+
"add_fpn": false,
|
| 8 |
+
"architectures": [
|
| 9 |
+
"BeitForImageClassification"
|
| 10 |
+
],
|
| 11 |
+
"attention_probs_dropout_prob": 0.0,
|
| 12 |
+
"auxiliary_channels": 256,
|
| 13 |
+
"auxiliary_concat_input": false,
|
| 14 |
+
"auxiliary_loss_weight": 0.4,
|
| 15 |
+
"auxiliary_num_convs": 1,
|
| 16 |
+
"drop_path_rate": 0.1,
|
| 17 |
+
"finetuning_task": "image-classification",
|
| 18 |
+
"hidden_act": "gelu",
|
| 19 |
+
"hidden_dropout_prob": 0.0,
|
| 20 |
+
"hidden_size": 768,
|
| 21 |
+
"id2label": {
|
| 22 |
+
"0": "aerial",
|
| 23 |
+
"1": "below",
|
| 24 |
+
"2": "high",
|
| 25 |
+
"3": "low",
|
| 26 |
+
"4": "neutral",
|
| 27 |
+
"5": "overhead"
|
| 28 |
+
},
|
| 29 |
+
"image_size": 384,
|
| 30 |
+
"initializer_range": 0.02,
|
| 31 |
+
"intermediate_size": 3072,
|
| 32 |
+
"label2id": {
|
| 33 |
+
"aerial": "0",
|
| 34 |
+
"below": "1",
|
| 35 |
+
"high": "2",
|
| 36 |
+
"low": "3",
|
| 37 |
+
"neutral": "4",
|
| 38 |
+
"overhead": "5"
|
| 39 |
+
},
|
| 40 |
+
"layer_norm_eps": 1e-12,
|
| 41 |
+
"layer_scale_init_value": 0.1,
|
| 42 |
+
"model_type": "beit",
|
| 43 |
+
"num_attention_heads": 12,
|
| 44 |
+
"num_channels": 3,
|
| 45 |
+
"num_hidden_layers": 12,
|
| 46 |
+
"out_features": [
|
| 47 |
+
"stage12"
|
| 48 |
+
],
|
| 49 |
+
"out_indices": [
|
| 50 |
+
12
|
| 51 |
+
],
|
| 52 |
+
"patch_size": 16,
|
| 53 |
+
"pool_scales": [
|
| 54 |
+
1,
|
| 55 |
+
2,
|
| 56 |
+
3,
|
| 57 |
+
6
|
| 58 |
+
],
|
| 59 |
+
"problem_type": "multi_label_classification",
|
| 60 |
+
"reshape_hidden_states": true,
|
| 61 |
+
"semantic_loss_ignore_index": 255,
|
| 62 |
+
"stage_names": [
|
| 63 |
+
"stem",
|
| 64 |
+
"stage1",
|
| 65 |
+
"stage2",
|
| 66 |
+
"stage3",
|
| 67 |
+
"stage4",
|
| 68 |
+
"stage5",
|
| 69 |
+
"stage6",
|
| 70 |
+
"stage7",
|
| 71 |
+
"stage8",
|
| 72 |
+
"stage9",
|
| 73 |
+
"stage10",
|
| 74 |
+
"stage11",
|
| 75 |
+
"stage12"
|
| 76 |
+
],
|
| 77 |
+
"torch_dtype": "float32",
|
| 78 |
+
"transformers_version": "4.53.2",
|
| 79 |
+
"use_absolute_position_embeddings": false,
|
| 80 |
+
"use_auxiliary_head": true,
|
| 81 |
+
"use_mask_token": false,
|
| 82 |
+
"use_mean_pooling": true,
|
| 83 |
+
"use_relative_position_bias": true,
|
| 84 |
+
"use_shared_relative_position_bias": false,
|
| 85 |
+
"vocab_size": 8192
|
| 86 |
+
}
|
| 87 |
+
}
|
camera_angle/shot_angle/preprocessor_config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crop_size": {
|
| 3 |
+
"height": 224,
|
| 4 |
+
"width": 224
|
| 5 |
+
},
|
| 6 |
+
"do_center_crop": false,
|
| 7 |
+
"do_normalize": true,
|
| 8 |
+
"do_reduce_labels": false,
|
| 9 |
+
"do_rescale": true,
|
| 10 |
+
"do_resize": true,
|
| 11 |
+
"image_mean": [
|
| 12 |
+
0.5,
|
| 13 |
+
0.5,
|
| 14 |
+
0.5
|
| 15 |
+
],
|
| 16 |
+
"image_processor_type": "BeitImageProcessor",
|
| 17 |
+
"image_std": [
|
| 18 |
+
0.5,
|
| 19 |
+
0.5,
|
| 20 |
+
0.5
|
| 21 |
+
],
|
| 22 |
+
"resample": 2,
|
| 23 |
+
"rescale_factor": 0.00392156862745098,
|
| 24 |
+
"size": {
|
| 25 |
+
"height": 384,
|
| 26 |
+
"width": 384
|
| 27 |
+
}
|
| 28 |
+
}
|
camera_angle/shot_angle/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20c3783b5f6a866cc22aa66d8fe25c60e6198090750ce12ca80794343391c070
|
| 3 |
+
size 343992735
|
color_tone/resnet18_color_tone.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1e92ce80432713cdb7ce0d5bcfa5d1f6ce088f5edd226396dc209087da6495a
|
| 3 |
+
size 44827168
|