alec-groff commited on
Commit
167baab
·
1 Parent(s): 3c098dd

Upload DetrForObjectDetection

Browse files
Files changed (2) hide show
  1. config.json +80 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "alec-groff/warehouse-detection",
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": "warehouse",
33
+ "1": "Box",
34
+ "2": "Damaged Goods",
35
+ "3": "Door Closed",
36
+ "4": "Door Open",
37
+ "5": "Forklift",
38
+ "6": "Garage Door Closed",
39
+ "7": "Garage Door Open",
40
+ "8": "Pallet",
41
+ "9": "Pallet Stacker",
42
+ "10": "Person",
43
+ "11": "Product",
44
+ "12": "Shipping Container",
45
+ "13": "Truck",
46
+ "14": "Vehicle"
47
+ },
48
+ "init_std": 0.02,
49
+ "init_xavier_std": 1.0,
50
+ "is_encoder_decoder": true,
51
+ "label2id": {
52
+ "Box": 1,
53
+ "Damaged Goods": 2,
54
+ "Door Closed": 3,
55
+ "Door Open": 4,
56
+ "Forklift": 5,
57
+ "Garage Door Closed": 6,
58
+ "Garage Door Open": 7,
59
+ "Pallet": 8,
60
+ "Pallet Stacker": 9,
61
+ "Person": 10,
62
+ "Product": 11,
63
+ "Shipping Container": 12,
64
+ "Truck": 13,
65
+ "Vehicle": 14,
66
+ "warehouse": 0
67
+ },
68
+ "mask_loss_coefficient": 1,
69
+ "max_position_embeddings": 1024,
70
+ "model_type": "detr",
71
+ "num_channels": 3,
72
+ "num_hidden_layers": 6,
73
+ "num_queries": 100,
74
+ "position_embedding_type": "sine",
75
+ "scale_embedding": false,
76
+ "torch_dtype": "float32",
77
+ "transformers_version": "4.35.1",
78
+ "use_pretrained_backbone": true,
79
+ "use_timm_backbone": true
80
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8bdb99ca1e27eeaa6c962acd573484afcd16cfa6d3f29643d62c87431b80432
3
+ size 166509224