Commit
·
aa42a42
1
Parent(s):
1042150
Training in progress, epoch 1
Browse files
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,212 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_commit_hash": "480370a8aeeed9fc8d78837b4e94e5f936fe73f2",
|
| 3 |
+
"_name_or_path": "facebook/detr-resnet-50",
|
| 4 |
+
"activation_dropout": 0.0,
|
| 5 |
+
"activation_function": "relu",
|
| 6 |
+
"architectures": [
|
| 7 |
+
"DetrForObjectDetection"
|
| 8 |
+
],
|
| 9 |
+
"attention_dropout": 0.0,
|
| 10 |
+
"auxiliary_loss": false,
|
| 11 |
+
"backbone": "resnet50",
|
| 12 |
+
"backbone_config": null,
|
| 13 |
+
"bbox_cost": 5,
|
| 14 |
+
"bbox_loss_coefficient": 5,
|
| 15 |
+
"class_cost": 1,
|
| 16 |
+
"classifier_dropout": 0.0,
|
| 17 |
+
"d_model": 256,
|
| 18 |
+
"decoder_attention_heads": 8,
|
| 19 |
+
"decoder_ffn_dim": 2048,
|
| 20 |
+
"decoder_layerdrop": 0.0,
|
| 21 |
+
"decoder_layers": 6,
|
| 22 |
+
"dice_loss_coefficient": 1,
|
| 23 |
+
"dilation": false,
|
| 24 |
+
"dropout": 0.1,
|
| 25 |
+
"encoder_attention_heads": 8,
|
| 26 |
+
"encoder_ffn_dim": 2048,
|
| 27 |
+
"encoder_layerdrop": 0.0,
|
| 28 |
+
"encoder_layers": 6,
|
| 29 |
+
"eos_coefficient": 0.1,
|
| 30 |
+
"finetuning_task": "object-detection",
|
| 31 |
+
"giou_cost": 2,
|
| 32 |
+
"giou_loss_coefficient": 2,
|
| 33 |
+
"id2label": {
|
| 34 |
+
"0": "person",
|
| 35 |
+
"1": "bicycle",
|
| 36 |
+
"10": "fire hydrant",
|
| 37 |
+
"11": "stop sign",
|
| 38 |
+
"12": "parking meter",
|
| 39 |
+
"13": "bench",
|
| 40 |
+
"14": "bird",
|
| 41 |
+
"15": "cat",
|
| 42 |
+
"16": "dog",
|
| 43 |
+
"17": "horse",
|
| 44 |
+
"18": "sheep",
|
| 45 |
+
"19": "cow",
|
| 46 |
+
"2": "car",
|
| 47 |
+
"20": "elephant",
|
| 48 |
+
"21": "bear",
|
| 49 |
+
"22": "zebra",
|
| 50 |
+
"23": "giraffe",
|
| 51 |
+
"24": "backpack",
|
| 52 |
+
"25": "umbrella",
|
| 53 |
+
"26": "handbag",
|
| 54 |
+
"27": "tie",
|
| 55 |
+
"28": "suitcase",
|
| 56 |
+
"29": "frisbee",
|
| 57 |
+
"3": "motorcycle",
|
| 58 |
+
"30": "skis",
|
| 59 |
+
"31": "snowboard",
|
| 60 |
+
"32": "sports ball",
|
| 61 |
+
"33": "kite",
|
| 62 |
+
"34": "baseball bat",
|
| 63 |
+
"35": "baseball glove",
|
| 64 |
+
"36": "skateboard",
|
| 65 |
+
"37": "surfboard",
|
| 66 |
+
"38": "tennis racket",
|
| 67 |
+
"39": "bottle",
|
| 68 |
+
"4": "airplane",
|
| 69 |
+
"40": "wine glass",
|
| 70 |
+
"41": "cup",
|
| 71 |
+
"42": "fork",
|
| 72 |
+
"43": "knife",
|
| 73 |
+
"44": "spoon",
|
| 74 |
+
"45": "bowl",
|
| 75 |
+
"46": "banana",
|
| 76 |
+
"47": "apple",
|
| 77 |
+
"48": "sandwich",
|
| 78 |
+
"49": "orange",
|
| 79 |
+
"5": "bus",
|
| 80 |
+
"50": "broccoli",
|
| 81 |
+
"51": "carrot",
|
| 82 |
+
"52": "hot dog",
|
| 83 |
+
"53": "pizza",
|
| 84 |
+
"54": "donut",
|
| 85 |
+
"55": "cake",
|
| 86 |
+
"56": "chair",
|
| 87 |
+
"57": "couch",
|
| 88 |
+
"58": "potted plant",
|
| 89 |
+
"59": "bed",
|
| 90 |
+
"6": "train",
|
| 91 |
+
"60": "dining table",
|
| 92 |
+
"61": "toilet",
|
| 93 |
+
"62": "tv",
|
| 94 |
+
"63": "laptop",
|
| 95 |
+
"64": "mouse",
|
| 96 |
+
"65": "remote",
|
| 97 |
+
"66": "keyboard",
|
| 98 |
+
"67": "cell phone",
|
| 99 |
+
"68": "microwave",
|
| 100 |
+
"69": "oven",
|
| 101 |
+
"7": "truck",
|
| 102 |
+
"70": "toaster",
|
| 103 |
+
"71": "sink",
|
| 104 |
+
"72": "refrigerator",
|
| 105 |
+
"73": "book",
|
| 106 |
+
"74": "clock",
|
| 107 |
+
"75": "vase",
|
| 108 |
+
"76": "scissors",
|
| 109 |
+
"77": "teddy bear",
|
| 110 |
+
"78": "hair drier",
|
| 111 |
+
"79": "toothbrush",
|
| 112 |
+
"8": "boat",
|
| 113 |
+
"9": "traffic light"
|
| 114 |
+
},
|
| 115 |
+
"init_std": 0.02,
|
| 116 |
+
"init_xavier_std": 1.0,
|
| 117 |
+
"is_encoder_decoder": true,
|
| 118 |
+
"label2id": {
|
| 119 |
+
"airplane": "4",
|
| 120 |
+
"apple": "47",
|
| 121 |
+
"backpack": "24",
|
| 122 |
+
"banana": "46",
|
| 123 |
+
"baseball bat": "34",
|
| 124 |
+
"baseball glove": "35",
|
| 125 |
+
"bear": "21",
|
| 126 |
+
"bed": "59",
|
| 127 |
+
"bench": "13",
|
| 128 |
+
"bicycle": "1",
|
| 129 |
+
"bird": "14",
|
| 130 |
+
"boat": "8",
|
| 131 |
+
"book": "73",
|
| 132 |
+
"bottle": "39",
|
| 133 |
+
"bowl": "45",
|
| 134 |
+
"broccoli": "50",
|
| 135 |
+
"bus": "5",
|
| 136 |
+
"cake": "55",
|
| 137 |
+
"car": "2",
|
| 138 |
+
"carrot": "51",
|
| 139 |
+
"cat": "15",
|
| 140 |
+
"cell phone": "67",
|
| 141 |
+
"chair": "56",
|
| 142 |
+
"clock": "74",
|
| 143 |
+
"couch": "57",
|
| 144 |
+
"cow": "19",
|
| 145 |
+
"cup": "41",
|
| 146 |
+
"dining table": "60",
|
| 147 |
+
"dog": "16",
|
| 148 |
+
"donut": "54",
|
| 149 |
+
"elephant": "20",
|
| 150 |
+
"fire hydrant": "10",
|
| 151 |
+
"fork": "42",
|
| 152 |
+
"frisbee": "29",
|
| 153 |
+
"giraffe": "23",
|
| 154 |
+
"hair drier": "78",
|
| 155 |
+
"handbag": "26",
|
| 156 |
+
"horse": "17",
|
| 157 |
+
"hot dog": "52",
|
| 158 |
+
"keyboard": "66",
|
| 159 |
+
"kite": "33",
|
| 160 |
+
"knife": "43",
|
| 161 |
+
"laptop": "63",
|
| 162 |
+
"microwave": "68",
|
| 163 |
+
"motorcycle": "3",
|
| 164 |
+
"mouse": "64",
|
| 165 |
+
"orange": "49",
|
| 166 |
+
"oven": "69",
|
| 167 |
+
"parking meter": "12",
|
| 168 |
+
"person": "0",
|
| 169 |
+
"pizza": "53",
|
| 170 |
+
"potted plant": "58",
|
| 171 |
+
"refrigerator": "72",
|
| 172 |
+
"remote": "65",
|
| 173 |
+
"sandwich": "48",
|
| 174 |
+
"scissors": "76",
|
| 175 |
+
"sheep": "18",
|
| 176 |
+
"sink": "71",
|
| 177 |
+
"skateboard": "36",
|
| 178 |
+
"skis": "30",
|
| 179 |
+
"snowboard": "31",
|
| 180 |
+
"spoon": "44",
|
| 181 |
+
"sports ball": "32",
|
| 182 |
+
"stop sign": "11",
|
| 183 |
+
"suitcase": "28",
|
| 184 |
+
"surfboard": "37",
|
| 185 |
+
"teddy bear": "77",
|
| 186 |
+
"tennis racket": "38",
|
| 187 |
+
"tie": "27",
|
| 188 |
+
"toaster": "70",
|
| 189 |
+
"toilet": "61",
|
| 190 |
+
"toothbrush": "79",
|
| 191 |
+
"traffic light": "9",
|
| 192 |
+
"train": "6",
|
| 193 |
+
"truck": "7",
|
| 194 |
+
"tv": "62",
|
| 195 |
+
"umbrella": "25",
|
| 196 |
+
"vase": "75",
|
| 197 |
+
"wine glass": "40",
|
| 198 |
+
"zebra": "22"
|
| 199 |
+
},
|
| 200 |
+
"mask_loss_coefficient": 1,
|
| 201 |
+
"max_position_embeddings": 1024,
|
| 202 |
+
"model_type": "detr",
|
| 203 |
+
"num_channels": 3,
|
| 204 |
+
"num_hidden_layers": 6,
|
| 205 |
+
"num_queries": 100,
|
| 206 |
+
"position_embedding_type": "sine",
|
| 207 |
+
"scale_embedding": false,
|
| 208 |
+
"torch_dtype": "float32",
|
| 209 |
+
"transformers_version": "4.7.0.dev0",
|
| 210 |
+
"use_pretrained_backbone": true,
|
| 211 |
+
"use_timm_backbone": true
|
| 212 |
+
}
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_normalize": true,
|
| 3 |
+
"do_pad": true,
|
| 4 |
+
"do_rescale": true,
|
| 5 |
+
"do_resize": true,
|
| 6 |
+
"format": "coco_detection",
|
| 7 |
+
"image_mean": [
|
| 8 |
+
0.485,
|
| 9 |
+
0.456,
|
| 10 |
+
0.406
|
| 11 |
+
],
|
| 12 |
+
"image_processor_type": "DetrImageProcessor",
|
| 13 |
+
"image_std": [
|
| 14 |
+
0.229,
|
| 15 |
+
0.224,
|
| 16 |
+
0.225
|
| 17 |
+
],
|
| 18 |
+
"resample": 2,
|
| 19 |
+
"rescale_factor": 0.00392156862745098,
|
| 20 |
+
"size": {
|
| 21 |
+
"longest_edge": 1333,
|
| 22 |
+
"shortest_edge": 800
|
| 23 |
+
}
|
| 24 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ccd62b5004e363253e32d6dcd03a78eee87488a73ea813e11cf9ba63d719729
|
| 3 |
+
size 166697317
|
runs/Jul18_19-13-09_amy-2-gpu/events.out.tfevents.1689707599.amy-2-gpu.30856.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6f4ed367b102f7c3f26abedd748c6a939e856a84b2bb02bfe26cd2ef0cc8709
|
| 3 |
+
size 8063
|
runs/Jul18_19-13-43_amy-2-gpu/events.out.tfevents.1689707632.amy-2-gpu.31153.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13e85f1517d476a76148ec5cb03494654eab0925eb97fbf6e92ef752ba2c97f9
|
| 3 |
+
size 8329
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44b81cf868c25334ece938333724ac7b57acb3049249d031b53df1ac29d7043d
|
| 3 |
+
size 4027
|