dronefreak commited on
Commit
11abe64
·
1 Parent(s): e730b8c

Upload 9 files (#1)

Browse files

- Upload 9 files (a7a23bcef8c6ca717c9205d2d961b2d4e4379921)

.gitattributes CHANGED
@@ -33,3 +33,8 @@ 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
+ BoxF1_curve.png filter=lfs diff=lfs merge=lfs -text
37
+ BoxPR_curve.png filter=lfs diff=lfs merge=lfs -text
38
+ confusion_matrix.png filter=lfs diff=lfs merge=lfs -text
39
+ exdark_yolo11l_showcase.jpg filter=lfs diff=lfs merge=lfs -text
40
+ val_batch0_pred.jpg filter=lfs diff=lfs merge=lfs -text
BoxF1_curve.png ADDED

Git LFS Details

  • SHA256: bfe624cd9ca3f3f046ace2be13c4e78e2b79764f01ae744c3bd5e2a01636f708
  • Pointer size: 131 Bytes
  • Size of remote file: 369 kB
BoxPR_curve.png ADDED

Git LFS Details

  • SHA256: 357818490218b2e09dce03b7eaeaa25000c5a410fd2e448875ba79744929f8e6
  • Pointer size: 131 Bytes
  • Size of remote file: 296 kB
README.md ADDED
@@ -0,0 +1,305 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: agpl-3.0
3
+
4
+ pipeline_tag: object-detection
5
+
6
+ library_name: ultralytics
7
+
8
+ datasets:
9
+ - dronefreak/ExDark
10
+
11
+ tags:
12
+ - object-detection
13
+ - detectionbench
14
+ - ultralytics
15
+ - pytorch
16
+ - computer-vision
17
+ - low-light
18
+ - night-images
19
+ - dark-images
20
+ - robustness
21
+ metrics:
22
+ - map50
23
+ - map50-95
24
+ - precision
25
+ - recall
26
+ - f1
27
+
28
+ base_model: "Ultralytics/YOLO11"
29
+ ---
30
+
31
+
32
+ # YOLOv11l Finetuned on ExDark
33
+
34
+ Fine-tuned YOLOv11l object detector on the **ExDark** benchmark dataset, trained and evaluated as part of [DetectionBench](https://github.com/dronefreak/DetectionBench) -- a framework for reproducibly benchmarking modern object detectors with identical training recipes and evaluation metrics across multiple real-world datasets.
35
+
36
+ <br>
37
+
38
+ <!-- ROW 1: Identity & Tech Stack -->
39
+ <div style="display: flex; justify-content: center; align-items: center; gap: 8px; margin-bottom: 8px; flex-wrap: wrap;">
40
+ <img src="https://img.shields.io/badge/Task-Object_Detection-blue?style=flat-square" alt="Task">
41
+ <img src="https://img.shields.io/badge/Framework-Ultralytics_YOLO-0aa1a7?style=flat-square" alt="Framework">
42
+ <img src="https://img.shields.io/badge/Base_Model-YOLOv11l-purple?style=flat-square" alt="Base Model">
43
+ </div>
44
+
45
+ <!-- ROW 2: Performance Metrics -->
46
+ <div style="display: flex; justify-content: center; align-items: center; gap: 8px; margin-bottom: 8px; flex-wrap: wrap;">
47
+ <img src="https://img.shields.io/badge/[email protected]%25-success?style=flat-square" alt="mAP@50">
48
+ <img src="https://img.shields.io/badge/mAP@50:95-47.56%25-orange?style=flat-square" alt="mAP@50:95">
49
+ <img src="https://img.shields.io/badge/Params-25.4M-lightgrey?style=flat-square" alt="Params">
50
+ </div>
51
+
52
+ <!-- ROW 3: Metadata -->
53
+ <div style="display: flex; justify-content: center; align-items: center; gap: 8px; margin-bottom: 24px; flex-wrap: wrap;">
54
+ <img src="https://img.shields.io/badge/License-AGPL--3.0-lightgrey?style=flat-square" alt="License">
55
+ <a href="https://github.com/dronefreak/DetectionBench"><img src="https://img.shields.io/badge/Source-DetectionBench-black?style=flat-square" alt="Source"></a>
56
+ </div>
57
+
58
+ ---
59
+
60
+ ## Detection Showcase
61
+
62
+ <p align="center">
63
+ <img src="exdark_yolo11l_showcase.jpg" alt="ExDark Detection Demo" width="900">
64
+ </p>
65
+
66
+ ---
67
+
68
+ ## Performance
69
+
70
+ | Metric | Score (%) |
71
+ | ---------- | --------------- |
72
+ | mAP@50 | 73.44 |
73
+ | mAP@50-95 | 47.56 |
74
+ | Precision | 78.57 |
75
+ | Recall | 67.09 |
76
+ | F1 Score | 72.38 |
77
+ | Parameters | 25.4M |
78
+ | FLOPs | 87.6B |
79
+
80
+ ---
81
+
82
+ ## Evaluation Protocol
83
+
84
+ Metrics reported in this model card are computed on the ExDark **test** split, using DetectionBench's standard evaluation pipeline (`detectionbench-evaluate`).
85
+
86
+ ---
87
+
88
+ ## ExDark Model Zoo
89
+
90
+ Every model DetectionBench has trained and evaluated on ExDark so far, for full transparency -- see [DetectionBench](https://github.com/dronefreak/DetectionBench) for the smaller, curated comparison set used on the project README.
91
+
92
+ | Rank | Model | mAP@50 | mAP@50-95 | Precision | Recall |
93
+ | -------------------------- | --------------------- | ------------- | --------------- | ----------------- | -------------- |
94
+ | 1 | RF-DETR Small | 88.98 | 61.67 | 83.07 | 81.89 |
95
+ | 2 | RF-DETR Medium | 88.64 | 62.55 | 86.6 | 79.46 |
96
+ | 3 | RF-DETR Nano | 85.27 | 58.01 | 85.18 | 74.67 |
97
+ | 4 | YOLOv26l | 77.51 | 50.88 | 80.71 | 70.72 |
98
+ | 5 | YOLOv26m | 76.54 | 50.02 | 82.29 | 68.83 |
99
+ | 6 | YOLOv8x | 75.4 | 48.39 | 81.53 | 65.86 |
100
+ | 7 | YOLOv8l | 75.26 | 48.48 | 81.44 | 67.58 |
101
+ | 8 | YOLOv8m | 74.69 | 48.05 | 78.4 | 69.17 |
102
+ | 9 | YOLOv11x | 74.41 | 48.98 | 81.87 | 67.05 |
103
+ | 10 | YOLOv9m | 74.17 | 47.38 | 76.27 | 67.94 |
104
+ | 11 | YOLOv26s | 74.0 | 48.32 | 79.11 | 65.59 |
105
+ | 12 | YOLOv11l | 73.44 | 47.56 | 78.57 | 67.09 |
106
+ | 13 | YOLOv11s | 73.35 | 46.8 | 77.93 | 66.38 |
107
+ | 14 | YOLOv11m | 73.17 | 47.16 | 74.83 | 67.23 |
108
+ | 15 | YOLOv8s | 73.01 | 45.85 | 78.26 | 65.13 |
109
+ | 16 | YOLOv26n | 72.7 | 46.27 | 81.0 | 62.67 |
110
+ | 17 | YOLOv8n | 71.29 | 44.78 | 78.25 | 62.76 |
111
+ | 18 | YOLOv11n | 70.36 | 44.72 | 76.18 | 61.15 |
112
+ ---
113
+
114
+ ## Per-Class Performance
115
+
116
+ | Class | mAP@50 | mAP@50-95 |
117
+ | -------------------------- | --------------- | ----------------- |
118
+ | Bicycle | 77.87 | 53.86 |
119
+ | Boat | 71.72 | 40.34 |
120
+ | Bottle | 66.42 | 43.04 |
121
+ | Bus | 85.59 | 66.42 |
122
+ | Car | 81.65 | 56.09 |
123
+ | Cat | 72.31 | 48.35 |
124
+ | Chair | 64.35 | 37.47 |
125
+ | Cup | 71.23 | 45.85 |
126
+ | Dog | 70.2 | 47.9 |
127
+ | Motorbike | 83.26 | 50.13 |
128
+ | People | 77.31 | 44.14 |
129
+ | Table | 59.4 | 37.08 |
130
+ ---
131
+
132
+ ## Evaluation Visualizations
133
+
134
+ ### Precision-Recall Curve
135
+
136
+ ![PR Curve](BoxPR_curve.png)
137
+
138
+ ### F1 Curve
139
+
140
+ ![F1 Curve](BoxF1_curve.png)
141
+
142
+ ### Confusion Matrix
143
+
144
+ ![Confusion Matrix](confusion_matrix.png)
145
+
146
+ ---
147
+
148
+ ## Dataset
149
+
150
+ This model was trained on **ExDark**. For the full dataset description, provenance, license, and citation, see the dataset card:
151
+
152
+ https://huggingface.co/datasets/dronefreak/ExDark
153
+
154
+ ### Classes
155
+
156
+ * Bicycle
157
+ * Boat
158
+ * Bottle
159
+ * Bus
160
+ * Car
161
+ * Cat
162
+ * Chair
163
+ * Cup
164
+ * Dog
165
+ * Motorbike
166
+ * People
167
+ * Table
168
+ ---
169
+
170
+ ## Usage
171
+
172
+ ### Install Dependencies
173
+
174
+ ```bash
175
+ pip install ultralytics huggingface_hub
176
+ ```
177
+
178
+ ### Load Model from Hugging Face
179
+
180
+ ```python
181
+ from huggingface_hub import hf_hub_download
182
+ from ultralytics import YOLO
183
+
184
+ weights = hf_hub_download(
185
+ repo_id="dronefreak/exdark-yolo11l",
186
+ filename="best.pt"
187
+ )
188
+
189
+ model = YOLO(weights)
190
+ ```
191
+
192
+ ### Run Inference
193
+
194
+ ```python
195
+ results = model.predict(
196
+ source="image.jpg",
197
+ conf=0.25
198
+ )
199
+
200
+ results[0].show()
201
+ ```
202
+ ---
203
+
204
+ ## Training Configuration
205
+
206
+ | Setting | Value |
207
+ | ---------------- | -------------------------------- |
208
+ | Dataset | ExDark |
209
+ | Framework | Ultralytics YOLO |
210
+ | Training Toolkit | DetectionBench |
211
+ | Epochs (configured max) | 500 |
212
+ | Epochs (actually trained) | 200 |
213
+ | Early Stopping Patience | 100 |
214
+ | Batch Size | 32 |
215
+ | Image Size | 640 |
216
+ | Optimizer | auto |
217
+ | Initial Learning Rate | 0.001 |
218
+ | Seed | 0 |
219
+ ---
220
+
221
+ ## Repository Contents
222
+
223
+ ```text
224
+ best.pt
225
+ results.csv
226
+ args.yaml
227
+ BoxPR_curve.png
228
+ BoxF1_curve.png
229
+ confusion_matrix.png
230
+ val_batch0_pred.jpg
231
+ exdark_yolo11l_showcase.jpg
232
+ README.md
233
+ ```
234
+
235
+ ---
236
+
237
+ ## Related Resources
238
+
239
+ * [ExDark dataset card](https://huggingface.co/datasets/dronefreak/ExDark) on Hugging Face
240
+ * [DetectionBench](https://github.com/dronefreak/DetectionBench) -- reproducible benchmarks for modern object detectors on real-world datasets
241
+
242
+ ---
243
+
244
+ ## Training Framework
245
+
246
+ This model was trained using [DetectionBench](https://github.com/dronefreak/DetectionBench), an open-source framework for benchmarking object detectors across multiple real-world datasets with a common pipeline.
247
+
248
+ Features include:
249
+
250
+ * A dataset-adapter registry for converting real-world datasets into a canonical format
251
+ * Identical training/evaluation recipes across model families (Ultralytics YOLO/RT-DETR, RF-DETR)
252
+ * Hardware profiling (latency, FPS, VRAM, parameters, FLOPs)
253
+ * One-command reproducibility via versioned Hydra configs
254
+
255
+ If you find this model useful, please consider starring the repository.
256
+
257
+ ---
258
+
259
+ ## Known Limitations
260
+
261
+ * Severe class imbalance: `People` accounts for roughly 46% of all annotated boxes while `Bus` is the rarest class, so per-class accuracy on rare classes is measured on very few test examples and should be read with wide uncertainty.
262
+ * Small dataset overall (7,344 images, 734 in the test split, across 12 classes) -- limited training signal for several classes independent of the imbalance above.
263
+ * Two-hop provenance: this dataset was converted to YOLO format by a third-party Roboflow export before reaching DetectionBench, not sourced directly from the original per-class-folder release; images are pre-resized to 640x640 by that export.
264
+ * The original authors separately request non-commercial use of this dataset (beyond the BSD-3-Clause license text itself) -- this applies to any model trained on it, not only the raw images.
265
+ ---
266
+
267
+ ## Citation
268
+
269
+ If you use this model in your research, please consider citing:
270
+
271
+ 1. The ExDark dataset (see below)
272
+ 2. The original YOLOv11l architecture (see below)
273
+ 3. DetectionBench, the training/evaluation framework used to produce this checkpoint
274
+
275
+ ```
276
+ @article{Exdark,
277
+ title = {Getting to Know Low-light Images with The Exclusively Dark Dataset},
278
+ author = {Loh, Yuen Peng and Chan, Chee Seng},
279
+ journal = {Computer Vision and Image Understanding},
280
+ volume = {178},
281
+ pages = {30-42},
282
+ year = {2019},
283
+ doi = {https://doi.org/10.1016/j.cviu.2018.10.010}
284
+ }
285
+ ```
286
+
287
+ ```bibtex
288
+ No official YOLO11 research paper has been published by Ultralytics; the most commonly cited independent architectural analysis is used instead:
289
+
290
+ @article{khanam2024yolov11,
291
+ title={YOLOv11: An Overview of the Key Architectural Enhancements},
292
+ author={Khanam, Rahima and Hussain, Muhammad},
293
+ journal={arXiv preprint arXiv:2410.17725},
294
+ year={2024}
295
+ }
296
+ ```
297
+
298
+ ```bibtex
299
+ @software{Saksena_DetectionBench_2026,
300
+ author = {Saksena, Saumya Kumaar},
301
+ title = {DetectionBench: Reproducible Benchmarks for Modern Object Detectors on Real-World Datasets},
302
+ url = {https://github.com/dronefreak/DetectionBench},
303
+ year = {2026}
304
+ }
305
+ ```
args.yaml ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ task: detect
2
+ mode: train
3
+ model: yolo11l.pt
4
+ data: /home/saumya.saksena/projects/ExDark/data/detectionbench_data.yaml
5
+ epochs: 500
6
+ time: null
7
+ patience: 100
8
+ batch: 32
9
+ imgsz: 640
10
+ save: true
11
+ save_period: -1
12
+ cache: false
13
+ device: '0'
14
+ workers: 4
15
+ project: /home/saumya.saksena/projects/DetectionBench/experiments/exdark/yolo11l
16
+ name: yolo11l
17
+ exist_ok: true
18
+ pretrained: true
19
+ cls_remap: true
20
+ optimizer: auto
21
+ verbose: true
22
+ seed: 0
23
+ deterministic: true
24
+ single_cls: false
25
+ rect: false
26
+ cos_lr: false
27
+ close_mosaic: 10
28
+ resume: false
29
+ amp: true
30
+ fraction: 1.0
31
+ profile: false
32
+ freeze: null
33
+ multi_scale: 0.0
34
+ compile: false
35
+ channels_last: false
36
+ overlap_mask: true
37
+ mask_ratio: 4
38
+ dropout: 0.0
39
+ val: true
40
+ split: val
41
+ save_json: false
42
+ conf: null
43
+ iou: 0.7
44
+ max_det: 300
45
+ quantize: null
46
+ dnn: false
47
+ plots: true
48
+ end2end: null
49
+ source: null
50
+ vid_stride: 1
51
+ stream_buffer: false
52
+ visualize: false
53
+ augment: true
54
+ agnostic_nms: false
55
+ classes: null
56
+ retina_masks: false
57
+ embed: null
58
+ show: false
59
+ save_frames: false
60
+ save_txt: false
61
+ save_conf: false
62
+ save_crop: false
63
+ show_labels: true
64
+ show_conf: true
65
+ show_boxes: true
66
+ line_width: null
67
+ format: torchscript
68
+ keras: false
69
+ optimize: false
70
+ dynamic: false
71
+ simplify: true
72
+ opset: null
73
+ workspace: null
74
+ nms: false
75
+ lr0: 0.001
76
+ lrf: 0.01
77
+ momentum: 0.937
78
+ weight_decay: 0.0005
79
+ warmup_epochs: 3.0
80
+ warmup_momentum: 0.8
81
+ warmup_bias_lr: 0.1
82
+ distill_model: null
83
+ dis: 6.0
84
+ box: 7.5
85
+ cls: 0.5
86
+ cls_pw: 0.0
87
+ dfl: 1.5
88
+ pose: 12.0
89
+ kobj: 1.0
90
+ rle: 1.0
91
+ angle: 1.0
92
+ dlog: 1.0
93
+ dgrad: 0.5
94
+ dlam: 1.0
95
+ nbs: 64
96
+ hsv_h: 0.015
97
+ hsv_s: 0.7
98
+ hsv_v: 0.4
99
+ degrees: 0.0
100
+ translate: 0.1
101
+ scale: 0.5
102
+ shear: 0.0
103
+ perspective: 0.0
104
+ flipud: 0.0
105
+ fliplr: 0.5
106
+ bgr: 0.0
107
+ mosaic: 1.0
108
+ mixup: 0.0
109
+ cutmix: 0.0
110
+ copy_paste: 0.0
111
+ copy_paste_mode: flip
112
+ auto_augment: randaugment
113
+ erasing: 0.4
114
+ cfg: null
115
+ tracker: tracktrack.yaml
116
+ save_dir: /home/saumya.saksena/projects/DetectionBench/experiments/exdark/yolo11l/yolo11l
best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7e91ceea486c78ed581a6f3ed63a802f5bc6b3e002d7d010c8758220edef1bd
3
+ size 51240985
confusion_matrix.png ADDED

Git LFS Details

  • SHA256: 1a9672697e14e8bd57ee07c80073bf970c103eb254a2878273896111ae2433e7
  • Pointer size: 131 Bytes
  • Size of remote file: 263 kB
exdark_yolo11l_showcase.jpg ADDED

Git LFS Details

  • SHA256: 839205fb1a3261717d7db8ebdbc96fdf6be05cc4af2de98731efed1172cb222e
  • Pointer size: 131 Bytes
  • Size of remote file: 868 kB
results.csv ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ epoch,time,train/box_loss,train/cls_loss,train/dfl_loss,metrics/precision(B),metrics/recall(B),metrics/mAP50(B),metrics/mAP50-95(B),val/box_loss,val/cls_loss,val/dfl_loss,lr/pg0,lr/pg1,lr/pg2,lr/pg3,lr/pg4,lr/pg5,lr/pg6,lr/pg7
2
+ 1,108.066,1.39545,1.52145,1.52262,0.55583,0.59096,0.56892,0.33462,1.44653,1.9056,1.67045,0.00994565,0.00331522,0.00994565,0.00331522,0.00994565,0.00331522,0.00994565,0.00331522
3
+ 2,207.604,1.49341,1.7818,1.5984,0.47878,0.37367,0.36273,0.18529,1.72995,2.70646,1.94528,0.0199062,0.00663539,0.0199062,0.00663539,0.0199062,0.00663539,0.0199062,0.00663539
4
+ 3,305.909,1.67288,2.26696,1.77661,0.09027,0.16063,0.06079,0.02168,2.33702,7.48617,3.05571,0.0298271,0.00994236,0.0298271,0.00994236,0.0298271,0.00994236,0.0298271,0.00994236
5
+ 4,404.361,1.80575,2.63437,1.91068,0.18835,0.19813,0.11298,0.04475,2.10983,5.12358,2.4456,0.0298218,0.0099406,0.0298218,0.0099406,0.0298218,0.0099406,0.0298218,0.0099406
6
+ 5,502.329,1.75293,2.50589,1.89298,0.35171,0.28153,0.22906,0.10958,1.90569,3.75448,2.19379,0.0297624,0.0099208,0.0297624,0.0099208,0.0297624,0.0099208,0.0297624,0.0099208
7
+ 6,600.257,1.69068,2.32364,1.83552,0.36801,0.39144,0.34113,0.17647,1.7883,2.48521,2.03096,0.029703,0.009901,0.029703,0.009901,0.029703,0.009901,0.029703,0.009901
8
+ 7,698.276,1.64635,2.1978,1.78849,0.45521,0.41357,0.3737,0.20063,1.70484,2.22731,1.98596,0.0296436,0.0098812,0.0296436,0.0098812,0.0296436,0.0098812,0.0296436,0.0098812
9
+ 8,795.882,1.59926,2.08158,1.76362,0.43128,0.42791,0.37993,0.19936,1.77046,2.23147,2.04379,0.0295842,0.0098614,0.0295842,0.0098614,0.0295842,0.0098614,0.0295842,0.0098614
10
+ 9,893.141,1.57356,2.01209,1.7358,0.46885,0.46687,0.44743,0.24775,1.64714,1.99858,1.91269,0.0295248,0.0098416,0.0295248,0.0098416,0.0295248,0.0098416,0.0295248,0.0098416
11
+ 10,990.338,1.55165,1.95268,1.71021,0.5542,0.45794,0.49082,0.27887,1.59529,1.88632,1.84792,0.0294654,0.0098218,0.0294654,0.0098218,0.0294654,0.0098218,0.0294654,0.0098218
12
+ 11,1087.56,1.51893,1.88953,1.68525,0.56545,0.49197,0.50965,0.29468,1.55923,1.85108,1.82373,0.029406,0.009802,0.029406,0.009802,0.029406,0.009802,0.029406,0.009802
13
+ 12,1184.77,1.50813,1.82904,1.67221,0.62338,0.45929,0.50719,0.29548,1.58869,1.80876,1.83492,0.0293466,0.0097822,0.0293466,0.0097822,0.0293466,0.0097822,0.0293466,0.0097822
14
+ 13,1282.01,1.49316,1.79396,1.65932,0.5615,0.51324,0.53068,0.30707,1.54099,1.70145,1.78655,0.0292872,0.0097624,0.0292872,0.0097624,0.0292872,0.0097624,0.0292872,0.0097624
15
+ 14,1379.23,1.46998,1.72991,1.63693,0.61484,0.52638,0.56084,0.32834,1.49839,1.72042,1.75496,0.0292278,0.0097426,0.0292278,0.0097426,0.0292278,0.0097426,0.0292278,0.0097426
16
+ 15,1476.37,1.45613,1.69476,1.63767,0.64393,0.54731,0.58708,0.34863,1.48822,1.55624,1.75349,0.0291684,0.0097228,0.0291684,0.0097228,0.0291684,0.0097228,0.0291684,0.0097228
17
+ 16,1574.17,1.4413,1.63804,1.61558,0.62446,0.51939,0.57073,0.33974,1.50573,1.62473,1.74773,0.029109,0.009703,0.029109,0.009703,0.029109,0.009703,0.029109,0.009703
18
+ 17,1671.52,1.42397,1.59756,1.60204,0.66355,0.53109,0.59174,0.3547,1.48164,1.55026,1.73558,0.0290496,0.0096832,0.0290496,0.0096832,0.0290496,0.0096832,0.0290496,0.0096832
19
+ 18,1768.94,1.41571,1.57512,1.58972,0.64055,0.55435,0.59042,0.34769,1.49453,1.54997,1.74605,0.0289902,0.0096634,0.0289902,0.0096634,0.0289902,0.0096634,0.0289902,0.0096634
20
+ 19,1866.21,1.39094,1.55218,1.57375,0.60146,0.57935,0.60852,0.35552,1.47682,1.53048,1.72971,0.0289308,0.0096436,0.0289308,0.0096436,0.0289308,0.0096436,0.0289308,0.0096436
21
+ 20,1963.77,1.3806,1.527,1.56684,0.63278,0.59892,0.63111,0.38331,1.43783,1.46282,1.6871,0.0288714,0.0096238,0.0288714,0.0096238,0.0288714,0.0096238,0.0288714,0.0096238
22
+ 21,2060.83,1.37923,1.48366,1.56573,0.68377,0.57174,0.6328,0.38165,1.45334,1.45808,1.71127,0.028812,0.009604,0.028812,0.009604,0.028812,0.009604,0.028812,0.009604
23
+ 22,2158.14,1.36607,1.47575,1.55465,0.6806,0.58284,0.64668,0.3969,1.42911,1.39469,1.67588,0.0287526,0.0095842,0.0287526,0.0095842,0.0287526,0.0095842,0.0287526,0.0095842
24
+ 23,2255.39,1.35154,1.45179,1.54877,0.65346,0.5793,0.63447,0.38674,1.43764,1.42953,1.68765,0.0286932,0.0095644,0.0286932,0.0095644,0.0286932,0.0095644,0.0286932,0.0095644
25
+ 24,2352.43,1.34417,1.42721,1.54043,0.6867,0.59925,0.65617,0.40573,1.42604,1.35684,1.68255,0.0286338,0.0095446,0.0286338,0.0095446,0.0286338,0.0095446,0.0286338,0.0095446
26
+ 25,2449.69,1.34506,1.38768,1.52937,0.72785,0.60075,0.68157,0.42185,1.4124,1.31931,1.65721,0.0285744,0.0095248,0.0285744,0.0095248,0.0285744,0.0095248,0.0285744,0.0095248
27
+ 26,2547.11,1.32331,1.36841,1.51968,0.66991,0.61607,0.6651,0.41425,1.38486,1.35784,1.64831,0.028515,0.009505,0.028515,0.009505,0.028515,0.009505,0.028515,0.009505
28
+ 27,2644.47,1.32029,1.35465,1.51672,0.71778,0.60189,0.6677,0.40994,1.40557,1.3666,1.66753,0.0284556,0.0094852,0.0284556,0.0094852,0.0284556,0.0094852,0.0284556,0.0094852
29
+ 28,2741.49,1.31809,1.35066,1.51467,0.71058,0.58923,0.66113,0.41211,1.39538,1.36123,1.66104,0.0283962,0.0094654,0.0283962,0.0094654,0.0283962,0.0094654,0.0283962,0.0094654
30
+ 29,2838.9,1.30205,1.31564,1.50237,0.6634,0.61888,0.66933,0.40766,1.4026,1.32265,1.66509,0.0283368,0.0094456,0.0283368,0.0094456,0.0283368,0.0094456,0.0283368,0.0094456
31
+ 30,2936.05,1.29484,1.30494,1.49734,0.72793,0.56713,0.66304,0.41007,1.4006,1.33046,1.67111,0.0282774,0.0094258,0.0282774,0.0094258,0.0282774,0.0094258,0.0282774,0.0094258
32
+ 31,3033.12,1.29021,1.2806,1.49154,0.72369,0.59498,0.67807,0.42343,1.3913,1.29688,1.64188,0.028218,0.009406,0.028218,0.009406,0.028218,0.009406,0.028218,0.009406
33
+ 32,3130.59,1.27553,1.27318,1.4784,0.68681,0.60935,0.66809,0.41469,1.41057,1.29973,1.67981,0.0281586,0.0093862,0.0281586,0.0093862,0.0281586,0.0093862,0.0281586,0.0093862
34
+ 33,3227.96,1.27632,1.26616,1.48737,0.68853,0.61531,0.67898,0.42273,1.38372,1.30263,1.64915,0.0280992,0.0093664,0.0280992,0.0093664,0.0280992,0.0093664,0.0280992,0.0093664
35
+ 34,3325.34,1.25885,1.2377,1.47092,0.73637,0.62115,0.69245,0.43787,1.37956,1.23944,1.64222,0.0280398,0.0093466,0.0280398,0.0093466,0.0280398,0.0093466,0.0280398,0.0093466
36
+ 35,3423.09,1.25984,1.22786,1.46614,0.69894,0.64519,0.69267,0.43575,1.38333,1.25606,1.64092,0.0279804,0.0093268,0.0279804,0.0093268,0.0279804,0.0093268,0.0279804,0.0093268
37
+ 36,3520.78,1.25817,1.22699,1.46294,0.72933,0.62376,0.69974,0.44639,1.35868,1.23732,1.62471,0.027921,0.009307,0.027921,0.009307,0.027921,0.009307,0.027921,0.009307
38
+ 37,3618.16,1.24792,1.19539,1.45674,0.72204,0.61535,0.69784,0.44557,1.36414,1.2356,1.61387,0.0278616,0.0092872,0.0278616,0.0092872,0.0278616,0.0092872,0.0278616,0.0092872
39
+ 38,3716.05,1.23939,1.17314,1.44598,0.71362,0.65954,0.71801,0.45175,1.36423,1.18663,1.62942,0.0278022,0.0092674,0.0278022,0.0092674,0.0278022,0.0092674,0.0278022,0.0092674
40
+ 39,3814.09,1.22515,1.16708,1.44382,0.75389,0.62735,0.71346,0.45196,1.35285,1.19025,1.6122,0.0277428,0.0092476,0.0277428,0.0092476,0.0277428,0.0092476,0.0277428,0.0092476
41
+ 40,3911.83,1.22638,1.15333,1.43205,0.72802,0.63694,0.71809,0.45348,1.35171,1.18499,1.60601,0.0276834,0.0092278,0.0276834,0.0092278,0.0276834,0.0092278,0.0276834,0.0092278
42
+ 41,4009.27,1.21199,1.14397,1.43128,0.74602,0.6183,0.71283,0.44691,1.37075,1.20628,1.62686,0.027624,0.009208,0.027624,0.009208,0.027624,0.009208,0.027624,0.009208
43
+ 42,4106.28,1.21026,1.14549,1.43022,0.75621,0.62268,0.71287,0.44887,1.35528,1.1848,1.62212,0.0275646,0.0091882,0.0275646,0.0091882,0.0275646,0.0091882,0.0275646,0.0091882
44
+ 43,4203.7,1.20064,1.12844,1.42776,0.74471,0.63769,0.71876,0.4575,1.35244,1.17706,1.61299,0.0275052,0.0091684,0.0275052,0.0091684,0.0275052,0.0091684,0.0275052,0.0091684
45
+ 44,4301.65,1.20087,1.10974,1.42124,0.74363,0.63952,0.7119,0.44672,1.38382,1.20689,1.64221,0.0274458,0.0091486,0.0274458,0.0091486,0.0274458,0.0091486,0.0274458,0.0091486
46
+ 45,4399.28,1.19337,1.10953,1.40992,0.78759,0.61808,0.72421,0.4565,1.36111,1.18429,1.62214,0.0273864,0.0091288,0.0273864,0.0091288,0.0273864,0.0091288,0.0273864,0.0091288
47
+ 46,4496.94,1.18097,1.0914,1.40281,0.78078,0.64291,0.73093,0.46441,1.36497,1.15319,1.6197,0.027327,0.009109,0.027327,0.009109,0.027327,0.009109,0.027327,0.009109
48
+ 47,4594.7,1.18194,1.07735,1.40597,0.73153,0.6578,0.72708,0.45682,1.36152,1.13364,1.62027,0.0272676,0.0090892,0.0272676,0.0090892,0.0272676,0.0090892,0.0272676,0.0090892
49
+ 48,4692.54,1.17329,1.07582,1.40098,0.76942,0.64293,0.73037,0.46474,1.34689,1.15836,1.60972,0.0272082,0.0090694,0.0272082,0.0090694,0.0272082,0.0090694,0.0272082,0.0090694
50
+ 49,4790.33,1.16833,1.05493,1.3891,0.75719,0.66286,0.72883,0.4602,1.37225,1.15653,1.63224,0.0271488,0.0090496,0.0271488,0.0090496,0.0271488,0.0090496,0.0271488,0.0090496
51
+ 50,4887.97,1.16979,1.04029,1.38716,0.72744,0.66966,0.73029,0.46308,1.35378,1.14465,1.60649,0.0270894,0.0090298,0.0270894,0.0090298,0.0270894,0.0090298,0.0270894,0.0090298
52
+ 51,4985.72,1.15152,1.03965,1.38138,0.70775,0.67361,0.72457,0.45275,1.37441,1.16547,1.64158,0.02703,0.00901,0.02703,0.00901,0.02703,0.00901,0.02703,0.00901
53
+ 52,5083.4,1.15668,1.03391,1.38086,0.7801,0.64254,0.7359,0.46628,1.35664,1.12852,1.61995,0.0269706,0.0089902,0.0269706,0.0089902,0.0269706,0.0089902,0.0269706,0.0089902
54
+ 53,5180.81,1.14049,1.00776,1.37282,0.7447,0.65515,0.73032,0.4699,1.35513,1.15256,1.61424,0.0269112,0.0089704,0.0269112,0.0089704,0.0269112,0.0089704,0.0269112,0.0089704
55
+ 54,5278.3,1.15486,1.01484,1.37701,0.75074,0.65771,0.73002,0.4678,1.36679,1.14283,1.62607,0.0268518,0.0089506,0.0268518,0.0089506,0.0268518,0.0089506,0.0268518,0.0089506
56
+ 55,5375.7,1.14069,1.00788,1.37009,0.7522,0.66906,0.74062,0.47282,1.35713,1.10606,1.61307,0.0267924,0.0089308,0.0267924,0.0089308,0.0267924,0.0089308,0.0267924,0.0089308
57
+ 56,5473.22,1.14122,1.00057,1.36383,0.76671,0.65297,0.74089,0.47431,1.34627,1.11036,1.61106,0.026733,0.008911,0.026733,0.008911,0.026733,0.008911,0.026733,0.008911
58
+ 57,5570.47,1.12917,0.99328,1.35541,0.72904,0.67033,0.72921,0.46725,1.36472,1.13162,1.62988,0.0266736,0.0088912,0.0266736,0.0088912,0.0266736,0.0088912,0.0266736,0.0088912
59
+ 58,5667.82,1.12495,0.97517,1.35597,0.7751,0.64795,0.73439,0.46888,1.35124,1.12969,1.61369,0.0266142,0.0088714,0.0266142,0.0088714,0.0266142,0.0088714,0.0266142,0.0088714
60
+ 59,5765.41,1.11638,0.97191,1.34882,0.76389,0.66291,0.74083,0.47281,1.35079,1.09664,1.61208,0.0265548,0.0088516,0.0265548,0.0088516,0.0265548,0.0088516,0.0265548,0.0088516
61
+ 60,5863.04,1.1005,0.95333,1.33074,0.7736,0.63756,0.7369,0.4758,1.34972,1.10211,1.61246,0.0264954,0.0088318,0.0264954,0.0088318,0.0264954,0.0088318,0.0264954,0.0088318
62
+ 61,5960.51,1.10189,0.9567,1.34184,0.76033,0.67106,0.74142,0.47248,1.35165,1.10752,1.61893,0.026436,0.008812,0.026436,0.008812,0.026436,0.008812,0.026436,0.008812
63
+ 62,6057.8,1.10091,0.95121,1.3326,0.76583,0.66542,0.74429,0.48036,1.34344,1.07928,1.60273,0.0263766,0.0087922,0.0263766,0.0087922,0.0263766,0.0087922,0.0263766,0.0087922
64
+ 63,6155.17,1.09555,0.92701,1.33557,0.78295,0.64482,0.72874,0.46741,1.37064,1.10678,1.62883,0.0263172,0.0087724,0.0263172,0.0087724,0.0263172,0.0087724,0.0263172,0.0087724
65
+ 64,6252.34,1.09504,0.9292,1.33129,0.75957,0.67504,0.74499,0.47349,1.37256,1.11106,1.63366,0.0262578,0.0087526,0.0262578,0.0087526,0.0262578,0.0087526,0.0262578,0.0087526
66
+ 65,6349.82,1.09156,0.93808,1.33391,0.78305,0.66154,0.74641,0.47731,1.36025,1.08133,1.62985,0.0261984,0.0087328,0.0261984,0.0087328,0.0261984,0.0087328,0.0261984,0.0087328
67
+ 66,6447.41,1.08666,0.93199,1.32667,0.77179,0.65817,0.73616,0.46837,1.36244,1.10249,1.63143,0.026139,0.008713,0.026139,0.008713,0.026139,0.008713,0.026139,0.008713
68
+ 67,6544.86,1.07538,0.91264,1.31813,0.79002,0.65382,0.74823,0.47625,1.34323,1.08871,1.61418,0.0260796,0.0086932,0.0260796,0.0086932,0.0260796,0.0086932,0.0260796,0.0086932
69
+ 68,6642.43,1.07401,0.91263,1.31757,0.7454,0.6893,0.74554,0.47765,1.34348,1.0953,1.61101,0.0260202,0.0086734,0.0260202,0.0086734,0.0260202,0.0086734,0.0260202,0.0086734
70
+ 69,6740.24,1.0673,0.895,1.31375,0.79146,0.65014,0.75227,0.48328,1.35295,1.10431,1.6269,0.0259608,0.0086536,0.0259608,0.0086536,0.0259608,0.0086536,0.0259608,0.0086536
71
+ 70,6837.9,1.06791,0.88899,1.31082,0.74413,0.69726,0.75253,0.48166,1.35266,1.09717,1.62558,0.0259014,0.0086338,0.0259014,0.0086338,0.0259014,0.0086338,0.0259014,0.0086338
72
+ 71,6935.43,1.05893,0.88868,1.30185,0.7848,0.65578,0.74443,0.47937,1.35574,1.09021,1.62434,0.025842,0.008614,0.025842,0.008614,0.025842,0.008614,0.025842,0.008614
73
+ 72,7032.83,1.05038,0.88599,1.30384,0.76466,0.67182,0.74575,0.48033,1.34295,1.08917,1.62125,0.0257826,0.0085942,0.0257826,0.0085942,0.0257826,0.0085942,0.0257826,0.0085942
74
+ 73,7130.41,1.0509,0.87653,1.30611,0.74996,0.67391,0.73918,0.47506,1.34388,1.10393,1.62971,0.0257232,0.0085744,0.0257232,0.0085744,0.0257232,0.0085744,0.0257232,0.0085744
75
+ 74,7228.04,1.05241,0.8749,1.30653,0.74469,0.68045,0.73625,0.4717,1.35614,1.11176,1.62684,0.0256638,0.0085546,0.0256638,0.0085546,0.0256638,0.0085546,0.0256638,0.0085546
76
+ 75,7325.66,1.03203,0.85495,1.29502,0.73989,0.69753,0.7504,0.48409,1.35976,1.08149,1.63709,0.0256044,0.0085348,0.0256044,0.0085348,0.0256044,0.0085348,0.0256044,0.0085348
77
+ 76,7423.54,1.03801,0.85813,1.29151,0.7616,0.68624,0.74585,0.48119,1.36611,1.09711,1.63343,0.025545,0.008515,0.025545,0.008515,0.025545,0.008515,0.025545,0.008515
78
+ 77,7521.25,1.03328,0.85242,1.2886,0.7749,0.67153,0.74119,0.47673,1.36271,1.09099,1.63654,0.0254856,0.0084952,0.0254856,0.0084952,0.0254856,0.0084952,0.0254856,0.0084952
79
+ 78,7618.79,1.03687,0.8623,1.28738,0.74659,0.67402,0.74259,0.47877,1.35645,1.09213,1.63487,0.0254262,0.0084754,0.0254262,0.0084754,0.0254262,0.0084754,0.0254262,0.0084754
80
+ 79,7716.45,1.02732,0.83569,1.27532,0.80536,0.6501,0.74564,0.48016,1.36502,1.07493,1.63411,0.0253668,0.0084556,0.0253668,0.0084556,0.0253668,0.0084556,0.0253668,0.0084556
81
+ 80,7814.31,1.0223,0.84124,1.28073,0.7731,0.68913,0.74787,0.47656,1.36056,1.08668,1.64975,0.0253074,0.0084358,0.0253074,0.0084358,0.0253074,0.0084358,0.0253074,0.0084358
82
+ 81,7911.84,1.02354,0.8453,1.28222,0.76859,0.68916,0.75187,0.48274,1.36727,1.07702,1.65118,0.025248,0.008416,0.025248,0.008416,0.025248,0.008416,0.025248,0.008416
83
+ 82,8009.47,1.0146,0.82359,1.2723,0.78342,0.67169,0.75261,0.48443,1.36315,1.0832,1.64914,0.0251886,0.0083962,0.0251886,0.0083962,0.0251886,0.0083962,0.0251886,0.0083962
84
+ 83,8107.07,1.00738,0.82218,1.26295,0.77821,0.68164,0.75437,0.48602,1.3653,1.07155,1.65588,0.0251292,0.0083764,0.0251292,0.0083764,0.0251292,0.0083764,0.0251292,0.0083764
85
+ 84,8204.79,1.00798,0.81434,1.26363,0.79852,0.66992,0.75541,0.48634,1.35758,1.06333,1.63924,0.0250698,0.0083566,0.0250698,0.0083566,0.0250698,0.0083566,0.0250698,0.0083566
86
+ 85,8302.21,1.00091,0.80936,1.2622,0.78495,0.6641,0.74951,0.48718,1.3585,1.07864,1.64021,0.0250104,0.0083368,0.0250104,0.0083368,0.0250104,0.0083368,0.0250104,0.0083368
87
+ 86,8399.6,1.00763,0.8093,1.2655,0.78012,0.67567,0.7479,0.48276,1.3572,1.07,1.63396,0.024951,0.008317,0.024951,0.008317,0.024951,0.008317,0.024951,0.008317
88
+ 87,8497.01,0.98596,0.79973,1.25426,0.77003,0.6882,0.7505,0.4871,1.34662,1.0796,1.6308,0.0248916,0.0082972,0.0248916,0.0082972,0.0248916,0.0082972,0.0248916,0.0082972
89
+ 88,8594.69,1.00317,0.80792,1.25871,0.80851,0.67099,0.75582,0.48372,1.35533,1.0877,1.62677,0.0248322,0.0082774,0.0248322,0.0082774,0.0248322,0.0082774,0.0248322,0.0082774
90
+ 89,8692.27,0.9828,0.80111,1.24926,0.79491,0.68344,0.75567,0.48715,1.365,1.07479,1.64485,0.0247728,0.0082576,0.0247728,0.0082576,0.0247728,0.0082576,0.0247728,0.0082576
91
+ 90,8789.86,0.98255,0.78402,1.24599,0.73039,0.70899,0.75256,0.48631,1.35143,1.08561,1.63303,0.0247134,0.0082378,0.0247134,0.0082378,0.0247134,0.0082378,0.0247134,0.0082378
92
+ 91,8887.4,0.98067,0.78511,1.24615,0.80591,0.66139,0.75152,0.48827,1.34684,1.07325,1.6335,0.024654,0.008218,0.024654,0.008218,0.024654,0.008218,0.024654,0.008218
93
+ 92,8984.79,0.97376,0.78348,1.24139,0.77724,0.68802,0.74661,0.48785,1.34729,1.07083,1.64478,0.0245946,0.0081982,0.0245946,0.0081982,0.0245946,0.0081982,0.0245946,0.0081982
94
+ 93,9082.22,0.96818,0.77062,1.24573,0.77241,0.69131,0.75197,0.48263,1.3553,1.06641,1.6535,0.0245352,0.0081784,0.0245352,0.0081784,0.0245352,0.0081784,0.0245352,0.0081784
95
+ 94,9179.96,0.97183,0.78624,1.24591,0.82541,0.65241,0.75444,0.48948,1.34756,1.05981,1.64653,0.0244758,0.0081586,0.0244758,0.0081586,0.0244758,0.0081586,0.0244758,0.0081586
96
+ 95,9277.41,0.96965,0.77833,1.23713,0.76952,0.68794,0.75485,0.48808,1.35756,1.06496,1.65393,0.0244164,0.0081388,0.0244164,0.0081388,0.0244164,0.0081388,0.0244164,0.0081388
97
+ 96,9374.95,0.96236,0.76394,1.23374,0.76796,0.68778,0.75029,0.48276,1.35361,1.06383,1.65179,0.024357,0.008119,0.024357,0.008119,0.024357,0.008119,0.024357,0.008119
98
+ 97,9472.11,0.95661,0.76367,1.23507,0.78104,0.6868,0.75615,0.4895,1.34961,1.04591,1.6493,0.0242976,0.0080992,0.0242976,0.0080992,0.0242976,0.0080992,0.0242976,0.0080992
99
+ 98,9569.63,0.95308,0.75572,1.22567,0.77399,0.6962,0.75939,0.49064,1.35245,1.04549,1.653,0.0242382,0.0080794,0.0242382,0.0080794,0.0242382,0.0080794,0.0242382,0.0080794
100
+ 99,9667.42,0.95175,0.75799,1.22279,0.77278,0.69535,0.75961,0.49239,1.35614,1.04077,1.66154,0.0241788,0.0080596,0.0241788,0.0080596,0.0241788,0.0080596,0.0241788,0.0080596
101
+ 100,9764.91,0.94915,0.75559,1.22589,0.78257,0.68225,0.757,0.49416,1.35323,1.05168,1.6641,0.0241194,0.0080398,0.0241194,0.0080398,0.0241194,0.0080398,0.0241194,0.0080398
102
+ 101,9862.53,0.94394,0.74895,1.22191,0.81012,0.67087,0.75515,0.49032,1.34934,1.04975,1.66201,0.02406,0.00802,0.02406,0.00802,0.02406,0.00802,0.02406,0.00802
103
+ 102,9959.9,0.93672,0.74226,1.21506,0.7826,0.70071,0.75881,0.49117,1.34724,1.04675,1.6612,0.0240006,0.0080002,0.0240006,0.0080002,0.0240006,0.0080002,0.0240006,0.0080002
104
+ 103,10057.5,0.94034,0.74813,1.21997,0.79783,0.67728,0.76155,0.49146,1.35373,1.04762,1.66134,0.0239412,0.0079804,0.0239412,0.0079804,0.0239412,0.0079804,0.0239412,0.0079804
105
+ 104,10154.8,0.93695,0.73732,1.21637,0.79916,0.67373,0.75815,0.48998,1.35622,1.06003,1.6685,0.0238818,0.0079606,0.0238818,0.0079606,0.0238818,0.0079606,0.0238818,0.0079606
106
+ 105,10252.3,0.93019,0.72921,1.2128,0.79132,0.66982,0.75333,0.4885,1.36082,1.06877,1.6759,0.0238224,0.0079408,0.0238224,0.0079408,0.0238224,0.0079408,0.0238224,0.0079408
107
+ 106,10349.9,0.93664,0.72765,1.21124,0.81247,0.66833,0.75286,0.48566,1.36977,1.0644,1.69104,0.023763,0.007921,0.023763,0.007921,0.023763,0.007921,0.023763,0.007921
108
+ 107,10447.4,0.93132,0.74248,1.21362,0.83777,0.65911,0.74606,0.48193,1.37074,1.07479,1.68448,0.0237036,0.0079012,0.0237036,0.0079012,0.0237036,0.0079012,0.0237036,0.0079012
109
+ 108,10544.7,0.92278,0.72641,1.20047,0.77752,0.70335,0.74846,0.48315,1.36957,1.08219,1.6847,0.0236442,0.0078814,0.0236442,0.0078814,0.0236442,0.0078814,0.0236442,0.0078814
110
+ 109,10642,0.92037,0.71318,1.19966,0.79037,0.70118,0.75243,0.48548,1.37243,1.0905,1.69086,0.0235848,0.0078616,0.0235848,0.0078616,0.0235848,0.0078616,0.0235848,0.0078616
111
+ 110,10739.6,0.91629,0.7219,1.20187,0.80555,0.67858,0.75234,0.48695,1.37298,1.09484,1.69827,0.0235254,0.0078418,0.0235254,0.0078418,0.0235254,0.0078418,0.0235254,0.0078418
112
+ 111,10836.8,0.91355,0.72571,1.20099,0.79712,0.68014,0.75154,0.49004,1.36614,1.09089,1.69496,0.023466,0.007822,0.023466,0.007822,0.023466,0.007822,0.023466,0.007822
113
+ 112,10934,0.91145,0.72455,1.20382,0.7635,0.70189,0.75043,0.48703,1.3644,1.09183,1.69251,0.0234066,0.0078022,0.0234066,0.0078022,0.0234066,0.0078022,0.0234066,0.0078022
114
+ 113,11031.1,0.90797,0.71707,1.2025,0.75277,0.7093,0.75212,0.48714,1.3712,1.08885,1.69487,0.0233472,0.0077824,0.0233472,0.0077824,0.0233472,0.0077824,0.0233472,0.0077824
115
+ 114,11128.1,0.91043,0.70948,1.19754,0.7692,0.69792,0.75249,0.48812,1.36918,1.09174,1.68867,0.0232878,0.0077626,0.0232878,0.0077626,0.0232878,0.0077626,0.0232878,0.0077626
116
+ 115,11225.2,0.90604,0.71417,1.20174,0.80443,0.67317,0.7528,0.48688,1.36681,1.09338,1.68742,0.0232284,0.0077428,0.0232284,0.0077428,0.0232284,0.0077428,0.0232284,0.0077428
117
+ 116,11322.3,0.90231,0.7035,1.18892,0.7835,0.68465,0.74675,0.48531,1.36734,1.10013,1.6861,0.023169,0.007723,0.023169,0.007723,0.023169,0.007723,0.023169,0.007723
118
+ 117,11419.5,0.89915,0.70258,1.18669,0.77702,0.68438,0.74686,0.48587,1.36478,1.09494,1.68436,0.0231096,0.0077032,0.0231096,0.0077032,0.0231096,0.0077032,0.0231096,0.0077032
119
+ 118,11516.6,0.8984,0.69102,1.18591,0.79324,0.68001,0.74831,0.4859,1.37055,1.08934,1.69073,0.0230502,0.0076834,0.0230502,0.0076834,0.0230502,0.0076834,0.0230502,0.0076834
120
+ 119,11613.6,0.89392,0.68678,1.18484,0.80767,0.67727,0.74798,0.48572,1.3727,1.07968,1.69446,0.0229908,0.0076636,0.0229908,0.0076636,0.0229908,0.0076636,0.0229908,0.0076636
121
+ 120,11710.8,0.88786,0.6997,1.17936,0.78525,0.69474,0.74934,0.48863,1.36904,1.07955,1.69,0.0229314,0.0076438,0.0229314,0.0076438,0.0229314,0.0076438,0.0229314,0.0076438
122
+ 121,11808,0.88952,0.68964,1.1815,0.79278,0.68531,0.74772,0.48715,1.37415,1.08567,1.69135,0.022872,0.007624,0.022872,0.007624,0.022872,0.007624,0.022872,0.007624
123
+ 122,11904.8,0.88587,0.68955,1.18155,0.79979,0.68273,0.75211,0.48763,1.37,1.0845,1.69014,0.0228126,0.0076042,0.0228126,0.0076042,0.0228126,0.0076042,0.0228126,0.0076042
124
+ 123,12001.6,0.88688,0.68386,1.18504,0.80288,0.68294,0.75333,0.48851,1.37502,1.08478,1.69987,0.0227532,0.0075844,0.0227532,0.0075844,0.0227532,0.0075844,0.0227532,0.0075844
125
+ 124,12098.5,0.87652,0.67428,1.17369,0.80807,0.67352,0.75416,0.48762,1.37193,1.08295,1.69874,0.0226938,0.0075646,0.0226938,0.0075646,0.0226938,0.0075646,0.0226938,0.0075646
126
+ 125,12195.3,0.87535,0.67894,1.16618,0.80588,0.67608,0.75322,0.48579,1.37444,1.085,1.70066,0.0226344,0.0075448,0.0226344,0.0075448,0.0226344,0.0075448,0.0226344,0.0075448
127
+ 126,12292.1,0.87053,0.67752,1.16502,0.79939,0.68097,0.75126,0.48674,1.37302,1.08249,1.69894,0.022575,0.007525,0.022575,0.007525,0.022575,0.007525,0.022575,0.007525
128
+ 127,12388.4,0.86875,0.67387,1.16698,0.80559,0.67752,0.75153,0.48658,1.37165,1.08141,1.69848,0.0225156,0.0075052,0.0225156,0.0075052,0.0225156,0.0075052,0.0225156,0.0075052
129
+ 128,12485.1,0.86667,0.67503,1.16726,0.80257,0.68242,0.75192,0.49019,1.36392,1.07732,1.69106,0.0224562,0.0074854,0.0224562,0.0074854,0.0224562,0.0074854,0.0224562,0.0074854
130
+ 129,12581.9,0.8672,0.67285,1.16527,0.81552,0.67449,0.75325,0.49066,1.3691,1.07941,1.69698,0.0223968,0.0074656,0.0223968,0.0074656,0.0223968,0.0074656,0.0223968,0.0074656
131
+ 130,12678.8,0.86425,0.66161,1.16314,0.82163,0.66818,0.75303,0.48952,1.37503,1.08597,1.70412,0.0223374,0.0074458,0.0223374,0.0074458,0.0223374,0.0074458,0.0223374,0.0074458
132
+ 131,12775.7,0.85411,0.65544,1.15273,0.79988,0.68446,0.75375,0.48914,1.38012,1.0934,1.70938,0.022278,0.007426,0.022278,0.007426,0.022278,0.007426,0.022278,0.007426
133
+ 132,12872.7,0.86201,0.65635,1.159,0.8108,0.68057,0.75486,0.48853,1.37647,1.08854,1.70474,0.0222186,0.0074062,0.0222186,0.0074062,0.0222186,0.0074062,0.0222186,0.0074062
134
+ 133,12969.3,0.85692,0.66098,1.15949,0.77579,0.70136,0.75546,0.48976,1.38055,1.0884,1.71024,0.0221592,0.0073864,0.0221592,0.0073864,0.0221592,0.0073864,0.0221592,0.0073864
135
+ 134,13066.1,0.85518,0.65603,1.15695,0.81007,0.68055,0.75712,0.48984,1.38446,1.08491,1.71695,0.0220998,0.0073666,0.0220998,0.0073666,0.0220998,0.0073666,0.0220998,0.0073666
136
+ 135,13162.8,0.85299,0.6609,1.15483,0.80375,0.69133,0.75868,0.49122,1.38109,1.08645,1.71185,0.0220404,0.0073468,0.0220404,0.0073468,0.0220404,0.0073468,0.0220404,0.0073468
137
+ 136,13259.4,0.84548,0.65077,1.15037,0.8049,0.69503,0.76003,0.49137,1.37719,1.08895,1.70988,0.021981,0.007327,0.021981,0.007327,0.021981,0.007327,0.021981,0.007327
138
+ 137,13356,0.8522,0.65388,1.15154,0.80459,0.6951,0.76019,0.49175,1.37393,1.09202,1.70611,0.0219216,0.0073072,0.0219216,0.0073072,0.0219216,0.0073072,0.0219216,0.0073072
139
+ 138,13452.7,0.84545,0.64465,1.14486,0.80372,0.68653,0.76158,0.49409,1.36849,1.08913,1.70052,0.0218622,0.0072874,0.0218622,0.0072874,0.0218622,0.0072874,0.0218622,0.0072874
140
+ 139,13549.3,0.84345,0.64748,1.15059,0.80048,0.69418,0.75959,0.49378,1.36476,1.08795,1.69727,0.0218028,0.0072676,0.0218028,0.0072676,0.0218028,0.0072676,0.0218028,0.0072676
141
+ 140,13645.9,0.84324,0.6422,1.1493,0.8199,0.6793,0.759,0.4921,1.36641,1.08749,1.7007,0.0217434,0.0072478,0.0217434,0.0072478,0.0217434,0.0072478,0.0217434,0.0072478
142
+ 141,13742.4,0.83688,0.63934,1.14567,0.80568,0.6851,0.75619,0.49148,1.36671,1.09044,1.70263,0.021684,0.007228,0.021684,0.007228,0.021684,0.007228,0.021684,0.007228
143
+ 142,13838.9,0.84148,0.6403,1.14371,0.84633,0.66532,0.75664,0.49132,1.36836,1.08818,1.70485,0.0216246,0.0072082,0.0216246,0.0072082,0.0216246,0.0072082,0.0216246,0.0072082
144
+ 143,13935.6,0.82887,0.6348,1.14034,0.84192,0.66958,0.75781,0.49177,1.36738,1.08755,1.70541,0.0215652,0.0071884,0.0215652,0.0071884,0.0215652,0.0071884,0.0215652,0.0071884
145
+ 144,14032.2,0.83409,0.637,1.14724,0.83907,0.6674,0.75475,0.4919,1.36598,1.09018,1.70556,0.0215058,0.0071686,0.0215058,0.0071686,0.0215058,0.0071686,0.0215058,0.0071686
146
+ 145,14128.9,0.82803,0.63612,1.14362,0.84892,0.6626,0.75572,0.49241,1.36524,1.08689,1.70561,0.0214464,0.0071488,0.0214464,0.0071488,0.0214464,0.0071488,0.0214464,0.0071488
147
+ 146,14225.5,0.83077,0.63523,1.13932,0.84864,0.66363,0.75531,0.4905,1.37001,1.09482,1.71307,0.021387,0.007129,0.021387,0.007129,0.021387,0.007129,0.021387,0.007129
148
+ 147,14322.1,0.8224,0.6322,1.13838,0.82587,0.67358,0.75138,0.48747,1.37286,1.0984,1.71506,0.0213276,0.0071092,0.0213276,0.0071092,0.0213276,0.0071092,0.0213276,0.0071092
149
+ 148,14419.2,0.82256,0.62882,1.13039,0.82641,0.67222,0.75242,0.48756,1.37743,1.09938,1.71953,0.0212682,0.0070894,0.0212682,0.0070894,0.0212682,0.0070894,0.0212682,0.0070894
150
+ 149,14515.7,0.82641,0.62094,1.13337,0.81185,0.67721,0.75043,0.4879,1.3776,1.09613,1.7187,0.0212088,0.0070696,0.0212088,0.0070696,0.0212088,0.0070696,0.0212088,0.0070696
151
+ 150,14612.9,0.81229,0.61579,1.13002,0.80328,0.68308,0.7505,0.48745,1.37862,1.09455,1.72137,0.0211494,0.0070498,0.0211494,0.0070498,0.0211494,0.0070498,0.0211494,0.0070498
152
+ 151,14710.2,0.8183,0.6216,1.13292,0.77491,0.70756,0.75285,0.48787,1.37782,1.09474,1.72158,0.02109,0.00703,0.02109,0.00703,0.02109,0.00703,0.02109,0.00703
153
+ 152,14807.6,0.81343,0.62325,1.13139,0.80271,0.69045,0.75386,0.48984,1.37506,1.0946,1.71937,0.0210306,0.0070102,0.0210306,0.0070102,0.0210306,0.0070102,0.0210306,0.0070102
154
+ 153,14905.1,0.81594,0.6124,1.12546,0.79477,0.69519,0.75354,0.49053,1.37709,1.09924,1.72158,0.0209712,0.0069904,0.0209712,0.0069904,0.0209712,0.0069904,0.0209712,0.0069904
155
+ 154,15002.4,0.82166,0.62728,1.13074,0.80784,0.6859,0.75392,0.49056,1.38109,1.10106,1.72638,0.0209118,0.0069706,0.0209118,0.0069706,0.0209118,0.0069706,0.0209118,0.0069706
156
+ 155,15099.6,0.81288,0.62129,1.12901,0.81899,0.6813,0.75523,0.49264,1.37862,1.1021,1.72446,0.0208524,0.0069508,0.0208524,0.0069508,0.0208524,0.0069508,0.0208524,0.0069508
157
+ 156,15196.7,0.80267,0.61474,1.12654,0.83479,0.67391,0.75533,0.4916,1.3798,1.11125,1.72712,0.020793,0.006931,0.020793,0.006931,0.020793,0.006931,0.020793,0.006931
158
+ 157,15294.2,0.80698,0.61795,1.12575,0.82666,0.68123,0.75626,0.49143,1.38055,1.11293,1.73069,0.0207336,0.0069112,0.0207336,0.0069112,0.0207336,0.0069112,0.0207336,0.0069112
159
+ 158,15391.4,0.80072,0.60539,1.11629,0.81718,0.68927,0.75752,0.49152,1.37786,1.11153,1.72874,0.0206742,0.0068914,0.0206742,0.0068914,0.0206742,0.0068914,0.0206742,0.0068914
160
+ 159,15488.8,0.79551,0.60116,1.11429,0.80254,0.6954,0.75627,0.49195,1.37529,1.11591,1.7273,0.0206148,0.0068716,0.0206148,0.0068716,0.0206148,0.0068716,0.0206148,0.0068716
161
+ 160,15586.1,0.79941,0.60277,1.11722,0.80227,0.69693,0.75608,0.49126,1.37483,1.11546,1.728,0.0205554,0.0068518,0.0205554,0.0068518,0.0205554,0.0068518,0.0205554,0.0068518
162
+ 161,15683.2,0.78709,0.5941,1.11291,0.8016,0.69609,0.75676,0.48998,1.37208,1.11607,1.72707,0.020496,0.006832,0.020496,0.006832,0.020496,0.006832,0.020496,0.006832
163
+ 162,15780.4,0.79522,0.60165,1.11596,0.80494,0.69315,0.75484,0.49068,1.37174,1.11671,1.72638,0.0204366,0.0068122,0.0204366,0.0068122,0.0204366,0.0068122,0.0204366,0.0068122
164
+ 163,15877.6,0.79987,0.59698,1.1123,0.81048,0.68901,0.75432,0.48947,1.37163,1.11879,1.72738,0.0203772,0.0067924,0.0203772,0.0067924,0.0203772,0.0067924,0.0203772,0.0067924
165
+ 164,15974.9,0.79294,0.59886,1.11173,0.79909,0.69267,0.75495,0.49077,1.37013,1.12193,1.72713,0.0203178,0.0067726,0.0203178,0.0067726,0.0203178,0.0067726,0.0203178,0.0067726
166
+ 165,16071.9,0.78807,0.60338,1.11998,0.8017,0.68865,0.75509,0.49022,1.37038,1.12216,1.72798,0.0202584,0.0067528,0.0202584,0.0067528,0.0202584,0.0067528,0.0202584,0.0067528
167
+ 166,16169,0.78715,0.59907,1.11148,0.80034,0.68757,0.75523,0.49094,1.36884,1.122,1.72637,0.020199,0.006733,0.020199,0.006733,0.020199,0.006733,0.020199,0.006733
168
+ 167,16266.1,0.78434,0.58814,1.10571,0.81948,0.67458,0.75539,0.48964,1.36901,1.12091,1.72744,0.0201396,0.0067132,0.0201396,0.0067132,0.0201396,0.0067132,0.0201396,0.0067132
169
+ 168,16363.2,0.78592,0.5915,1.11068,0.80208,0.68434,0.75388,0.4901,1.37144,1.1207,1.73081,0.0200802,0.0066934,0.0200802,0.0066934,0.0200802,0.0066934,0.0200802,0.0066934
170
+ 169,16460.5,0.78081,0.59323,1.10793,0.79896,0.6898,0.75475,0.49031,1.36914,1.12188,1.72928,0.0200208,0.0066736,0.0200208,0.0066736,0.0200208,0.0066736,0.0200208,0.0066736
171
+ 170,16557.8,0.7768,0.58159,1.10032,0.7943,0.69132,0.75438,0.49087,1.36728,1.12154,1.72807,0.0199614,0.0066538,0.0199614,0.0066538,0.0199614,0.0066538,0.0199614,0.0066538
172
+ 171,16655,0.77532,0.58707,1.10519,0.80506,0.67976,0.75389,0.49164,1.36568,1.12138,1.72814,0.019902,0.006634,0.019902,0.006634,0.019902,0.006634,0.019902,0.006634
173
+ 172,16752.2,0.77515,0.58542,1.09862,0.77742,0.70577,0.75384,0.49138,1.36489,1.11905,1.72709,0.0198426,0.0066142,0.0198426,0.0066142,0.0198426,0.0066142,0.0198426,0.0066142
174
+ 173,16849.2,0.77242,0.58284,1.09915,0.79478,0.69173,0.75457,0.49216,1.36534,1.12029,1.72796,0.0197832,0.0065944,0.0197832,0.0065944,0.0197832,0.0065944,0.0197832,0.0065944
175
+ 174,16946.4,0.77586,0.58541,1.10311,0.79829,0.69023,0.75462,0.49224,1.36454,1.11843,1.72708,0.0197238,0.0065746,0.0197238,0.0065746,0.0197238,0.0065746,0.0197238,0.0065746
176
+ 175,17043.9,0.76987,0.58124,1.09663,0.81328,0.68068,0.75372,0.49234,1.36471,1.11738,1.72842,0.0196644,0.0065548,0.0196644,0.0065548,0.0196644,0.0065548,0.0196644,0.0065548
177
+ 176,17140.9,0.76772,0.57429,1.0987,0.8128,0.68274,0.75411,0.49209,1.36378,1.11631,1.7279,0.019605,0.006535,0.019605,0.006535,0.019605,0.006535,0.019605,0.006535
178
+ 177,17237.9,0.76998,0.57884,1.09946,0.81264,0.68035,0.75479,0.4925,1.36378,1.11643,1.72776,0.0195456,0.0065152,0.0195456,0.0065152,0.0195456,0.0065152,0.0195456,0.0065152
179
+ 178,17335,0.76154,0.56669,1.09056,0.80297,0.69037,0.75474,0.49248,1.3647,1.11641,1.72945,0.0194862,0.0064954,0.0194862,0.0064954,0.0194862,0.0064954,0.0194862,0.0064954
180
+ 179,17431.9,0.76427,0.5751,1.09994,0.81041,0.68605,0.75366,0.49271,1.36453,1.11603,1.7302,0.0194268,0.0064756,0.0194268,0.0064756,0.0194268,0.0064756,0.0194268,0.0064756
181
+ 180,17528.9,0.76313,0.57646,1.09525,0.81083,0.68522,0.75283,0.4926,1.36402,1.11638,1.73004,0.0193674,0.0064558,0.0193674,0.0064558,0.0193674,0.0064558,0.0193674,0.0064558
182
+ 181,17625.9,0.75843,0.57726,1.09033,0.8157,0.68162,0.75151,0.4925,1.36498,1.11731,1.7308,0.019308,0.006436,0.019308,0.006436,0.019308,0.006436,0.019308,0.006436
183
+ 182,17723.1,0.7541,0.56958,1.09052,0.81637,0.68156,0.75235,0.49244,1.36384,1.11945,1.73009,0.0192486,0.0064162,0.0192486,0.0064162,0.0192486,0.0064162,0.0192486,0.0064162
184
+ 183,17820.2,0.75256,0.5663,1.0866,0.8118,0.68777,0.75244,0.49208,1.36348,1.1209,1.73045,0.0191892,0.0063964,0.0191892,0.0063964,0.0191892,0.0063964,0.0191892,0.0063964
185
+ 184,17917.4,0.75686,0.56793,1.08825,0.81027,0.68962,0.75167,0.49139,1.36348,1.12087,1.73069,0.0191298,0.0063766,0.0191298,0.0063766,0.0191298,0.0063766,0.0191298,0.0063766
186
+ 185,18014.4,0.75839,0.56643,1.08819,0.80697,0.69162,0.75139,0.49151,1.36184,1.12033,1.72853,0.0190704,0.0063568,0.0190704,0.0063568,0.0190704,0.0063568,0.0190704,0.0063568
187
+ 186,18111.5,0.75496,0.57138,1.09166,0.81142,0.68538,0.75194,0.49161,1.36152,1.11952,1.72798,0.019011,0.006337,0.019011,0.006337,0.019011,0.006337,0.019011,0.006337
188
+ 187,18208.5,0.74982,0.56227,1.0867,0.81029,0.68846,0.75223,0.49138,1.36108,1.11908,1.72825,0.0189516,0.0063172,0.0189516,0.0063172,0.0189516,0.0063172,0.0189516,0.0063172
189
+ 188,18305.8,0.74411,0.55627,1.08132,0.81172,0.68783,0.75191,0.49126,1.36243,1.11984,1.72969,0.0188922,0.0062974,0.0188922,0.0062974,0.0188922,0.0062974,0.0188922,0.0062974
190
+ 189,18403,0.75501,0.5643,1.08742,0.80903,0.68829,0.75259,0.49179,1.36324,1.1185,1.73006,0.0188328,0.0062776,0.0188328,0.0062776,0.0188328,0.0062776,0.0188328,0.0062776
191
+ 190,18500.1,0.73915,0.55788,1.07924,0.81118,0.68789,0.75213,0.49144,1.36376,1.12081,1.7304,0.0187734,0.0062578,0.0187734,0.0062578,0.0187734,0.0062578,0.0187734,0.0062578
192
+ 191,18597.1,0.75301,0.56267,1.09201,0.81151,0.68922,0.75148,0.49124,1.36477,1.12106,1.73269,0.018714,0.006238,0.018714,0.006238,0.018714,0.006238,0.018714,0.006238
193
+ 192,18694.4,0.744,0.55473,1.08887,0.80555,0.69385,0.75196,0.49122,1.36586,1.12039,1.734,0.0186546,0.0062182,0.0186546,0.0062182,0.0186546,0.0062182,0.0186546,0.0062182
194
+ 193,18791.3,0.73827,0.54949,1.07953,0.80955,0.69348,0.75137,0.49075,1.36535,1.12009,1.73322,0.0185952,0.0061984,0.0185952,0.0061984,0.0185952,0.0061984,0.0185952,0.0061984
195
+ 194,18888.6,0.74037,0.55718,1.08027,0.81005,0.69219,0.75149,0.49094,1.36585,1.12016,1.73449,0.0185358,0.0061786,0.0185358,0.0061786,0.0185358,0.0061786,0.0185358,0.0061786
196
+ 195,18985.5,0.7397,0.55021,1.08108,0.81168,0.68921,0.75098,0.49057,1.36632,1.1201,1.73527,0.0184764,0.0061588,0.0184764,0.0061588,0.0184764,0.0061588,0.0184764,0.0061588
197
+ 196,19082.6,0.73817,0.5548,1.08346,0.80871,0.69403,0.75174,0.48986,1.36692,1.11998,1.73651,0.018417,0.006139,0.018417,0.006139,0.018417,0.006139,0.018417,0.006139
198
+ 197,19179.4,0.73405,0.54936,1.07433,0.80325,0.69566,0.75034,0.48909,1.36661,1.12182,1.73664,0.0183576,0.0061192,0.0183576,0.0061192,0.0183576,0.0061192,0.0183576,0.0061192
199
+ 198,19276.5,0.73521,0.54903,1.07795,0.80602,0.69617,0.75027,0.48929,1.36654,1.12204,1.73746,0.0182982,0.0060994,0.0182982,0.0060994,0.0182982,0.0060994,0.0182982,0.0060994
200
+ 199,19373.7,0.72983,0.55002,1.07845,0.80057,0.69816,0.75059,0.48916,1.36711,1.12135,1.73857,0.0182388,0.0060796,0.0182388,0.0060796,0.0182388,0.0060796,0.0182388,0.0060796
201
+ 200,19470.7,0.74057,0.55311,1.08328,0.80031,0.69848,0.75102,0.48952,1.36794,1.12248,1.7403,0.0181794,0.0060598,0.0181794,0.0060598,0.0181794,0.0060598,0.0181794,0.0060598
val_batch0_pred.jpg ADDED

Git LFS Details

  • SHA256: 57787284149d457855f13123fa82357ae81d599aba21581700564f058d19028b
  • Pointer size: 131 Bytes
  • Size of remote file: 716 kB