mikedata commited on
Commit
2e7ddbe
1 Parent(s): 8620d75

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "mikedata/rtdetr_r50vd-hardhat-finetuned",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "silu",
5
+ "anchor_image_size": null,
6
+ "architectures": [
7
+ "RTDetrForObjectDetection"
8
+ ],
9
+ "attention_dropout": 0.0,
10
+ "auxiliary_loss": true,
11
+ "backbone": null,
12
+ "backbone_config": {
13
+ "model_type": "rt_detr_resnet",
14
+ "out_features": [
15
+ "stage2",
16
+ "stage3",
17
+ "stage4"
18
+ ],
19
+ "out_indices": [
20
+ 2,
21
+ 3,
22
+ 4
23
+ ]
24
+ },
25
+ "backbone_kwargs": null,
26
+ "batch_norm_eps": 1e-05,
27
+ "box_noise_scale": 1.0,
28
+ "d_model": 256,
29
+ "decoder_activation_function": "relu",
30
+ "decoder_attention_heads": 8,
31
+ "decoder_ffn_dim": 1024,
32
+ "decoder_in_channels": [
33
+ 256,
34
+ 256,
35
+ 256
36
+ ],
37
+ "decoder_layers": 6,
38
+ "decoder_n_points": 4,
39
+ "disable_custom_kernels": true,
40
+ "dropout": 0.0,
41
+ "encode_proj_layers": [
42
+ 2
43
+ ],
44
+ "encoder_activation_function": "gelu",
45
+ "encoder_attention_heads": 8,
46
+ "encoder_ffn_dim": 1024,
47
+ "encoder_hidden_dim": 256,
48
+ "encoder_in_channels": [
49
+ 512,
50
+ 1024,
51
+ 2048
52
+ ],
53
+ "encoder_layers": 1,
54
+ "eos_coefficient": 0.0001,
55
+ "eval_size": null,
56
+ "feat_strides": [
57
+ 8,
58
+ 16,
59
+ 32
60
+ ],
61
+ "focal_loss_alpha": 0.75,
62
+ "focal_loss_gamma": 2.0,
63
+ "freeze_backbone_batch_norms": true,
64
+ "hidden_expansion": 1.0,
65
+ "id2label": {
66
+ "0": "head",
67
+ "1": "helmet",
68
+ "2": "person"
69
+ },
70
+ "initializer_bias_prior_prob": null,
71
+ "initializer_range": 0.01,
72
+ "is_encoder_decoder": true,
73
+ "label2id": {
74
+ "head": 0,
75
+ "helmet": 1,
76
+ "person": 2
77
+ },
78
+ "label_noise_ratio": 0.5,
79
+ "layer_norm_eps": 1e-05,
80
+ "learn_initial_query": false,
81
+ "matcher_alpha": 0.25,
82
+ "matcher_bbox_cost": 5.0,
83
+ "matcher_class_cost": 2.0,
84
+ "matcher_gamma": 2.0,
85
+ "matcher_giou_cost": 2.0,
86
+ "model_type": "rt_detr",
87
+ "normalize_before": false,
88
+ "num_denoising": 100,
89
+ "num_feature_levels": 3,
90
+ "num_queries": 300,
91
+ "positional_encoding_temperature": 10000,
92
+ "torch_dtype": "float32",
93
+ "transformers_version": "4.46.3",
94
+ "use_focal_loss": true,
95
+ "use_pretrained_backbone": false,
96
+ "use_timm_backbone": false,
97
+ "weight_loss_bbox": 5.0,
98
+ "weight_loss_giou": 2.0,
99
+ "weight_loss_vfl": 1.0,
100
+ "with_box_refine": true
101
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:013e25a90092c7b51e45bc4ae9210c32b70a0603ab37c01dc0c98b02cc02abbe
3
+ size 171542900
preprocessor_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_annotations": true,
3
+ "do_normalize": false,
4
+ "do_pad": false,
5
+ "do_rescale": true,
6
+ "do_resize": true,
7
+ "format": "coco_detection",
8
+ "image_mean": [
9
+ 0.485,
10
+ 0.456,
11
+ 0.406
12
+ ],
13
+ "image_processor_type": "RTDetrImageProcessor",
14
+ "image_std": [
15
+ 0.229,
16
+ 0.224,
17
+ 0.225
18
+ ],
19
+ "pad_size": null,
20
+ "resample": 2,
21
+ "rescale_factor": 0.00392156862745098,
22
+ "size": {
23
+ "height": 640,
24
+ "width": 640
25
+ }
26
+ }
runs/Nov18_23-33-30_9d8192a032c3/events.out.tfevents.1731972828.9d8192a032c3.251.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d704d5db1cad6e975c6f9993bf9f196083f527781df1010472571f31d12906f
3
+ size 6669
runs/Nov18_23-35-10_9d8192a032c3/events.out.tfevents.1731972912.9d8192a032c3.251.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07927273dba0e26e0435c8993c3de83da0450ff813f28ad1707f061690fd6c53
3
+ size 11566
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:621b20de997ebbd5053ed8b6f55a80fb513d378ce279efa46796ae66acce5a11
3
+ size 5304