qaolin commited on
Commit
f73a930
1 Parent(s): cfa8c90

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/conditional-detr-resnet-50",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "relu",
5
+ "architectures": [
6
+ "ConditionalDetrForObjectDetection"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "auxiliary_loss": false,
10
+ "backbone": "resnet50",
11
+ "backbone_config": null,
12
+ "backbone_kwargs": {
13
+ "in_chans": 3,
14
+ "out_indices": [
15
+ 1,
16
+ 2,
17
+ 3,
18
+ 4
19
+ ]
20
+ },
21
+ "bbox_cost": 5,
22
+ "bbox_loss_coefficient": 5,
23
+ "class_cost": 2,
24
+ "cls_loss_coefficient": 2,
25
+ "d_model": 256,
26
+ "decoder_attention_heads": 8,
27
+ "decoder_ffn_dim": 2048,
28
+ "decoder_layerdrop": 0.0,
29
+ "decoder_layers": 6,
30
+ "dice_loss_coefficient": 1,
31
+ "dilation": false,
32
+ "dropout": 0.1,
33
+ "encoder_attention_heads": 8,
34
+ "encoder_ffn_dim": 2048,
35
+ "encoder_layerdrop": 0.0,
36
+ "encoder_layers": 6,
37
+ "focal_alpha": 0.25,
38
+ "giou_cost": 2,
39
+ "giou_loss_coefficient": 2,
40
+ "id2label": {
41
+ "0": "Car",
42
+ "1": "Van",
43
+ "2": "Truck",
44
+ "3": "Pedestrian",
45
+ "4": "Person_sitting",
46
+ "5": "Cyclist",
47
+ "6": "Tram",
48
+ "7": "Misc",
49
+ "8": "DontCare"
50
+ },
51
+ "init_std": 0.02,
52
+ "init_xavier_std": 1.0,
53
+ "is_encoder_decoder": true,
54
+ "label2id": {
55
+ "Car": 0,
56
+ "Cyclist": 5,
57
+ "DontCare": 8,
58
+ "Misc": 7,
59
+ "Pedestrian": 3,
60
+ "Person_sitting": 4,
61
+ "Tram": 6,
62
+ "Truck": 2,
63
+ "Van": 1
64
+ },
65
+ "mask_loss_coefficient": 1,
66
+ "max_position_embeddings": 1024,
67
+ "model_type": "conditional_detr",
68
+ "num_channels": 3,
69
+ "num_hidden_layers": 6,
70
+ "num_queries": 300,
71
+ "position_embedding_type": "sine",
72
+ "scale_embedding": false,
73
+ "torch_dtype": "float32",
74
+ "transformers_version": "4.41.0",
75
+ "use_pretrained_backbone": true,
76
+ "use_timm_backbone": true
77
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d278cba6cfa0b3378200132c9e7657874201de1488eed0ec42b7f0026af186a
3
+ size 174083908
preprocessor_config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "annotations",
5
+ "return_segmentation_masks",
6
+ "masks_path",
7
+ "do_resize",
8
+ "size",
9
+ "resample",
10
+ "do_rescale",
11
+ "rescale_factor",
12
+ "do_normalize",
13
+ "do_convert_annotations",
14
+ "image_mean",
15
+ "image_std",
16
+ "do_pad",
17
+ "format",
18
+ "return_tensors",
19
+ "data_format",
20
+ "input_data_format"
21
+ ],
22
+ "do_convert_annotations": true,
23
+ "do_normalize": true,
24
+ "do_pad": false,
25
+ "do_rescale": true,
26
+ "do_resize": false,
27
+ "format": "coco_detection",
28
+ "image_mean": [
29
+ 0.485,
30
+ 0.456,
31
+ 0.406
32
+ ],
33
+ "image_processor_type": "ConditionalDetrImageProcessor",
34
+ "image_std": [
35
+ 0.229,
36
+ 0.224,
37
+ 0.225
38
+ ],
39
+ "resample": 2,
40
+ "rescale_factor": 0.00392156862745098,
41
+ "size": {
42
+ "longest_edge": 1333,
43
+ "shortest_edge": 800
44
+ }
45
+ }
runs/May22_13-47-57_4faca3a1ea04/events.out.tfevents.1716385677.4faca3a1ea04.1013.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6e596e59f465bd83f3de176c063901bce0a622306caddb8e773a730251df473
3
+ size 8270
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dec9bdcf6c07d7e6ec62d7d80eb909fc1b797d2a257c52f28540846e4ece423
3
+ size 5176