Nwoke commited on
Commit
acb0e60
·
1 Parent(s): 5c65645

Training in progress, step 200

Browse files
Files changed (5) hide show
  1. .gitignore +1 -0
  2. config.json +71 -0
  3. preprocessor_config.json +24 -0
  4. pytorch_model.bin +3 -0
  5. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/detr-resnet-50",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "relu",
5
+ "architectures": [
6
+ "DetrForObjectDetection"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "auxiliary_loss": false,
10
+ "backbone": "resnet50",
11
+ "backbone_config": null,
12
+ "bbox_cost": 5,
13
+ "bbox_loss_coefficient": 5,
14
+ "class_cost": 1,
15
+ "d_model": 256,
16
+ "decoder_attention_heads": 8,
17
+ "decoder_ffn_dim": 2048,
18
+ "decoder_layerdrop": 0.0,
19
+ "decoder_layers": 6,
20
+ "dice_loss_coefficient": 1,
21
+ "dilation": false,
22
+ "dropout": 0.1,
23
+ "encoder_attention_heads": 8,
24
+ "encoder_ffn_dim": 2048,
25
+ "encoder_layerdrop": 0.0,
26
+ "encoder_layers": 6,
27
+ "eos_coefficient": 0.1,
28
+ "giou_cost": 2,
29
+ "giou_loss_coefficient": 2,
30
+ "id2label": {
31
+ "0": "pedestrian",
32
+ "1": "van",
33
+ "10": "others",
34
+ "2": "awning-tricycle",
35
+ "3": "car",
36
+ "4": "people",
37
+ "5": "motor",
38
+ "6": "bicycle",
39
+ "7": "truck",
40
+ "8": "tricycle",
41
+ "9": "bus"
42
+ },
43
+ "init_std": 0.02,
44
+ "init_xavier_std": 1.0,
45
+ "is_encoder_decoder": true,
46
+ "label2id": {
47
+ "awning-tricycle": "2",
48
+ "bicycle": "6",
49
+ "bus": "9",
50
+ "car": "3",
51
+ "motor": "5",
52
+ "others": "10",
53
+ "pedestrian": "0",
54
+ "people": "4",
55
+ "tricycle": "8",
56
+ "truck": "7",
57
+ "van": "1"
58
+ },
59
+ "mask_loss_coefficient": 1,
60
+ "max_position_embeddings": 1024,
61
+ "model_type": "detr",
62
+ "num_channels": 3,
63
+ "num_hidden_layers": 6,
64
+ "num_queries": 100,
65
+ "position_embedding_type": "sine",
66
+ "scale_embedding": false,
67
+ "torch_dtype": "float32",
68
+ "transformers_version": "4.26.0",
69
+ "use_pretrained_backbone": true,
70
+ "use_timm_backbone": true
71
+ }
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:725ff3d39f9432fffdb86ddd91bd1fbc7a594fb133e8d128b1477bf79502b9d7
3
+ size 166618917
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ff79beaab974c933e0d6fa2df40a51a69bb94bdabcceaed5d5d6bfc9486b289
3
+ size 3451