sunrayyourdev commited on
Commit
cf39cc8
·
verified ·
1 Parent(s): 4c8c58e

Upload 5 files

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ exported_object_detection_model/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
exported_object_detection_model/fingerprint.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:260ae3342aab873c70009b30f1cd5f64a2ec0c661a3e0085395fd29efbb863ed
3
+ size 76
exported_object_detection_model/params.yaml ADDED
@@ -0,0 +1,256 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ runtime:
2
+ all_reduce_alg: null
3
+ batchnorm_spatial_persistent: false
4
+ dataset_num_private_threads: null
5
+ default_shard_dim: -1
6
+ distribution_strategy: mirrored
7
+ enable_xla: false
8
+ gpu_thread_mode: null
9
+ loss_scale: null
10
+ mixed_precision_dtype: bfloat16
11
+ num_cores_per_replica: 1
12
+ num_gpus: 0
13
+ num_packs: 1
14
+ per_gpu_thread_count: 0
15
+ run_eagerly: false
16
+ task_index: -1
17
+ tpu: null
18
+ tpu_enable_xla_dynamic_padder: null
19
+ use_tpu_mp_strategy: false
20
+ worker_hosts: null
21
+ task:
22
+ allow_image_summary: false
23
+ annotation_file: ''
24
+ differential_privacy_config: null
25
+ export_config:
26
+ cast_detection_classes_to_float: false
27
+ cast_num_detections_to_float: false
28
+ output_intermediate_features: false
29
+ output_normalized_coordinates: false
30
+ freeze_backbone: false
31
+ init_checkpoint: gs://cloud-tpu-checkpoints/vision-2.0/resnet50_imagenet/ckpt-28080
32
+ init_checkpoint_modules: backbone
33
+ losses:
34
+ box_loss_weight: 50
35
+ focal_loss_alpha: 0.25
36
+ focal_loss_gamma: 1.5
37
+ huber_loss_delta: 0.1
38
+ l2_weight_decay: 0.0001
39
+ loss_weight: 1.0
40
+ max_num_eval_detections: 100
41
+ model:
42
+ anchor:
43
+ anchor_size: 4.0
44
+ aspect_ratios: [0.5, 1.0, 2.0]
45
+ num_scales: 3
46
+ backbone:
47
+ resnet:
48
+ bn_trainable: true
49
+ depth_multiplier: 1.0
50
+ model_id: 50
51
+ replace_stem_max_pool: false
52
+ resnetd_shortcut: false
53
+ scale_stem: true
54
+ se_ratio: 0.0
55
+ stem_type: v0
56
+ stochastic_depth_drop_rate: 0.0
57
+ type: resnet
58
+ decoder:
59
+ fpn:
60
+ fusion_type: sum
61
+ num_filters: 256
62
+ use_keras_layer: false
63
+ use_separable_conv: false
64
+ type: fpn
65
+ detection_generator:
66
+ apply_nms: true
67
+ box_coder_weights: null
68
+ decode_boxes: true
69
+ max_num_detections: 250
70
+ nms_iou_threshold: 0.5
71
+ nms_version: v2
72
+ pre_nms_score_threshold: 0.05
73
+ pre_nms_top_k: 5000
74
+ return_decoded: null
75
+ soft_nms_sigma: null
76
+ tflite_post_processing:
77
+ detections_per_class: 5
78
+ h_scale: 1.0
79
+ max_classes_per_detection: 2
80
+ max_detections: 200
81
+ nms_iou_threshold: 0.5
82
+ nms_score_threshold: 0.1
83
+ normalize_anchor_coordinates: false
84
+ omit_nms: false
85
+ use_regular_nms: false
86
+ w_scale: 1.0
87
+ x_scale: 1.0
88
+ y_scale: 1.0
89
+ use_class_agnostic_nms: false
90
+ use_cpu_nms: false
91
+ head:
92
+ attribute_heads: []
93
+ num_convs: 4
94
+ num_filters: 256
95
+ share_classification_heads: false
96
+ share_level_convs: true
97
+ use_separable_conv: false
98
+ input_size: [640, 640, 3]
99
+ max_level: 7
100
+ min_level: 3
101
+ norm_activation:
102
+ activation: relu
103
+ norm_epsilon: 0.001
104
+ norm_momentum: 0.99
105
+ use_sync_bn: false
106
+ num_classes: 2
107
+ name: null
108
+ per_category_metrics: false
109
+ train_data:
110
+ apply_tf_data_service_before_batching: false
111
+ autotune_algorithm: null
112
+ block_length: 1
113
+ cache: false
114
+ cycle_length: null
115
+ decoder:
116
+ simple_decoder:
117
+ attribute_names: []
118
+ mask_binarize_threshold: null
119
+ regenerate_source_id: false
120
+ type: simple_decoder
121
+ deterministic: null
122
+ drop_remainder: true
123
+ dtype: float32
124
+ enable_shared_tf_data_service_between_parallel_trainers: false
125
+ enable_tf_data_service: false
126
+ file_type: tfrecord
127
+ global_batch_size: 2
128
+ input_path: /content/tfrecords/train-00000-of-00001.tfrecord
129
+ is_training: true
130
+ parser:
131
+ aug_policy: null
132
+ aug_rand_hflip: true
133
+ aug_rand_jpeg: null
134
+ aug_scale_max: 1.5
135
+ aug_scale_min: 0.5
136
+ aug_type: null
137
+ keep_aspect_ratio: true
138
+ match_threshold: 0.5
139
+ max_num_instances: 250
140
+ num_channels: 3
141
+ pad: true
142
+ skip_crowd_during_training: true
143
+ unmatched_threshold: 0.5
144
+ prefetch_buffer_size: null
145
+ ram_budget: null
146
+ seed: null
147
+ sharding: true
148
+ shuffle_buffer_size: 10000
149
+ tf_data_service_address: null
150
+ tf_data_service_job_name: null
151
+ tfds_as_supervised: false
152
+ tfds_data_dir: ''
153
+ tfds_name: ''
154
+ tfds_skip_decoding_feature: ''
155
+ tfds_split: ''
156
+ trainer_id: null
157
+ weights: null
158
+ use_coco_metrics: true
159
+ use_wod_metrics: false
160
+ validation_data:
161
+ apply_tf_data_service_before_batching: false
162
+ autotune_algorithm: null
163
+ block_length: 1
164
+ cache: false
165
+ cycle_length: null
166
+ decoder:
167
+ simple_decoder:
168
+ attribute_names: []
169
+ mask_binarize_threshold: null
170
+ regenerate_source_id: false
171
+ type: simple_decoder
172
+ deterministic: null
173
+ drop_remainder: true
174
+ dtype: float32
175
+ enable_shared_tf_data_service_between_parallel_trainers: false
176
+ enable_tf_data_service: false
177
+ file_type: tfrecord
178
+ global_batch_size: 2
179
+ input_path: /content/tfrecords/valid-00000-of-00001.tfrecord
180
+ is_training: false
181
+ parser:
182
+ aug_policy: null
183
+ aug_rand_hflip: false
184
+ aug_rand_jpeg: null
185
+ aug_scale_max: 1.0
186
+ aug_scale_min: 1.0
187
+ aug_type: null
188
+ keep_aspect_ratio: true
189
+ match_threshold: 0.5
190
+ max_num_instances: 250
191
+ num_channels: 3
192
+ pad: true
193
+ skip_crowd_during_training: true
194
+ unmatched_threshold: 0.5
195
+ prefetch_buffer_size: null
196
+ ram_budget: null
197
+ seed: null
198
+ sharding: true
199
+ shuffle_buffer_size: 10000
200
+ tf_data_service_address: null
201
+ tf_data_service_job_name: null
202
+ tfds_as_supervised: false
203
+ tfds_data_dir: ''
204
+ tfds_name: ''
205
+ tfds_skip_decoding_feature: ''
206
+ tfds_split: ''
207
+ trainer_id: null
208
+ weights: null
209
+ trainer:
210
+ allow_tpu_summary: false
211
+ best_checkpoint_eval_metric: ''
212
+ best_checkpoint_export_subdir: ''
213
+ best_checkpoint_metric_comp: higher
214
+ checkpoint_interval: 500
215
+ continuous_eval_timeout: 3600
216
+ eval_tf_function: true
217
+ eval_tf_while_loop: false
218
+ loss_upper_bound: 1000000.0
219
+ max_to_keep: 5
220
+ optimizer_config:
221
+ ema: null
222
+ learning_rate:
223
+ cosine:
224
+ alpha: 0.0
225
+ decay_steps: 4000
226
+ initial_learning_rate: 0.01
227
+ name: CosineDecay
228
+ offset: 0
229
+ type: cosine
230
+ optimizer:
231
+ sgd:
232
+ clipnorm: null
233
+ clipvalue: null
234
+ decay: 0.0
235
+ global_clipnorm: null
236
+ momentum: 0.9
237
+ name: SGD
238
+ nesterov: false
239
+ type: sgd
240
+ warmup:
241
+ linear:
242
+ name: linear
243
+ warmup_learning_rate: 0.005
244
+ warmup_steps: 500
245
+ type: linear
246
+ preemption_on_demand_checkpoint: true
247
+ recovery_begin_steps: 0
248
+ recovery_max_trials: 0
249
+ steps_per_loop: 100
250
+ summary_interval: 100
251
+ train_steps: 4000
252
+ train_tf_function: true
253
+ train_tf_while_loop: true
254
+ validation_interval: 500
255
+ validation_steps: 100
256
+ validation_summary_subdir: validation
exported_object_detection_model/saved_model.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e2bcc6d222f8c1540956b71b78323c0630e8ccbba51ccdd661b78334c1e2767
3
+ size 5729578
exported_object_detection_model/variables/variables.data-00000-of-00001 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a3325cac0eaf51a66484855286af6081e934069ce294c983e9715fdb5721ec9
3
+ size 129521209
exported_object_detection_model/variables/variables.index ADDED
Binary file (27.8 kB). View file