anindya64 commited on
Commit
b75f562
1 Parent(s): 024732a

Training in progress, step 10

Browse files
config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "classifier_dropout": 0.0,
16
+ "d_model": 256,
17
+ "decoder_attention_heads": 8,
18
+ "decoder_ffn_dim": 2048,
19
+ "decoder_layerdrop": 0.0,
20
+ "decoder_layers": 6,
21
+ "dice_loss_coefficient": 1,
22
+ "dilation": false,
23
+ "dropout": 0.1,
24
+ "encoder_attention_heads": 8,
25
+ "encoder_ffn_dim": 2048,
26
+ "encoder_layerdrop": 0.0,
27
+ "encoder_layers": 6,
28
+ "eos_coefficient": 0.1,
29
+ "giou_cost": 2,
30
+ "giou_loss_coefficient": 2,
31
+ "id2label": {
32
+ "0": "head",
33
+ "1": "helmet",
34
+ "2": "person"
35
+ },
36
+ "init_std": 0.02,
37
+ "init_xavier_std": 1.0,
38
+ "is_encoder_decoder": true,
39
+ "label2id": {
40
+ "head": 0,
41
+ "helmet": 1,
42
+ "person": 2
43
+ },
44
+ "mask_loss_coefficient": 1,
45
+ "max_position_embeddings": 1024,
46
+ "model_type": "detr",
47
+ "num_channels": 3,
48
+ "num_hidden_layers": 6,
49
+ "num_queries": 100,
50
+ "position_embedding_type": "sine",
51
+ "scale_embedding": false,
52
+ "torch_dtype": "float32",
53
+ "transformers_version": "4.36.1",
54
+ "use_pretrained_backbone": true,
55
+ "use_timm_backbone": true
56
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56633e53737eb491d9128a6e4ebd100f0564ef0d3a07e471a5153eec55cb8780
3
+ size 166496880
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
+ }
runs/Dec17_18-58-58_3c1bcc7e505e/events.out.tfevents.1702839544.3c1bcc7e505e.441.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfdbeab55e9180e9d73face5dcdd5d09200940b9666089ce9d5c5f48ad5f3194
3
+ size 4184
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75caae0cc172edb01d79184703e52f52f99d7eac17095f8daf570a7265b0434a
3
+ size 4728