diff --git a/.gitattributes b/.gitattributes index a6344aac8c09253b3b630fb776ae94478aa0275b..1f7673215b22c1049b1cdfaa2069e11ed9137615 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,35 +1,40 @@ *.7z filter=lfs diff=lfs merge=lfs -text *.arrow filter=lfs diff=lfs merge=lfs -text *.bin filter=lfs diff=lfs merge=lfs -text +*.bin.* filter=lfs diff=lfs merge=lfs -text *.bz2 filter=lfs diff=lfs merge=lfs -text -*.ckpt filter=lfs diff=lfs merge=lfs -text *.ftz filter=lfs diff=lfs merge=lfs -text *.gz filter=lfs diff=lfs merge=lfs -text *.h5 filter=lfs diff=lfs merge=lfs -text *.joblib filter=lfs diff=lfs merge=lfs -text *.lfs.* filter=lfs diff=lfs merge=lfs -text -*.mlmodel filter=lfs diff=lfs merge=lfs -text *.model filter=lfs diff=lfs merge=lfs -text *.msgpack filter=lfs diff=lfs merge=lfs -text -*.npy filter=lfs diff=lfs merge=lfs -text -*.npz filter=lfs diff=lfs merge=lfs -text *.onnx filter=lfs diff=lfs merge=lfs -text *.ot filter=lfs diff=lfs merge=lfs -text *.parquet filter=lfs diff=lfs merge=lfs -text *.pb filter=lfs diff=lfs merge=lfs -text -*.pickle filter=lfs diff=lfs merge=lfs -text -*.pkl filter=lfs diff=lfs merge=lfs -text *.pt filter=lfs diff=lfs merge=lfs -text *.pth filter=lfs diff=lfs merge=lfs -text *.rar filter=lfs diff=lfs merge=lfs -text -*.safetensors filter=lfs diff=lfs merge=lfs -text saved_model/**/* filter=lfs diff=lfs merge=lfs -text *.tar.* filter=lfs diff=lfs merge=lfs -text -*.tar filter=lfs diff=lfs merge=lfs -text *.tflite filter=lfs diff=lfs merge=lfs -text *.tgz filter=lfs diff=lfs merge=lfs -text -*.wasm filter=lfs diff=lfs merge=lfs -text *.xz filter=lfs diff=lfs merge=lfs -text *.zip filter=lfs diff=lfs merge=lfs -text -*.zst filter=lfs diff=lfs merge=lfs -text -*tfevents* filter=lfs diff=lfs merge=lfs -text +*.zstandard filter=lfs diff=lfs merge=lfs -text +*.tfevents* filter=lfs diff=lfs merge=lfs -text +*.db* filter=lfs diff=lfs merge=lfs -text +*.ark* filter=lfs diff=lfs merge=lfs -text +**/*ckpt*data* filter=lfs diff=lfs merge=lfs -text +**/*ckpt*.meta filter=lfs diff=lfs merge=lfs -text +**/*ckpt*.index filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.gguf* filter=lfs diff=lfs merge=lfs -text +*.ggml filter=lfs diff=lfs merge=lfs -text +*.llamafile* filter=lfs diff=lfs merge=lfs -text +*.pt2 filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.jpg filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md index 7b95401dc46245ac339fc25059d4a56d90b4cde5..89902562a25c078b1f766fc0ce44780ad14d3e6f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,116 @@ ---- -license: apache-2.0 ---- +--- +frameworks: +- Pytorch +license: apache-2.0 +tasks: +- domain-specific-object-detection + +#model-type: +##如 gpt、phi、llama、chatglm、baichuan 等 +#- gpt + +#domain: +##如 nlp、cv、audio、multi-modal +#- nlp + +#language: +##语言代码列表 https://help.aliyun.com/document_detail/215387.html?spm=a2c4g.11186623.0.0.9f8d7467kni6Aa +#- cn + +#metrics: +##如 CIDEr、Blue、ROUGE 等 +#- CIDEr + +tags: +##各种自定义,包括 pretrained、fine-tuned、instruction-tuned、RL-tuned 等训练方法和其他 +- fine-tuned + +tools: +##如 vllm、fastchat、llamacpp、AdaSeq 等 +- ultralytics +--- + +*Floatings* are common in academic literature and formal publications. In LaTeX, floating objects refer to containers that can include text, images, tables, code, algorithms, etc. Current Document Layout Analysis (DLA) models tend to handle such elements in a relatively crude and superficial manner, making it difficult to perform fine-grained layout analysis. To address this issue, models from the YOLO11 series (with five types: n, s, m, l, x) and the RT-DETR series (types l and x) have been trained using the Ultralytics framework on the Floating Layout Detection (FLD) and Floating Structure Analysis (FSA) datasets. These models are capable of automatically detecting and analyzing floating objects in document images. Additionally, the models' weights and training parameters have been made publicly available to facilitate collaborative research. + +# 下载方式 + +## Download Methods + +You can download the models either via Git or `huggingface-cli`. + +```bash +git clone https://huggingface.co/irhawks/floating-det + +# or +git clone https://huggingface.co/irhawks/floating-fsa +``` + +## Model Overview + +Floating objects are frequently used in academic papers and books as a way to organize content. In LaTeX, floating objects can include images, tables, code blocks, or algorithms. These containers are automatically adjusted by LaTeX to fit the page layout. To aid indexing and readability, floating objects are often accompanied by metadata such as type, numbering, and captions. In complex cases, floating objects may contain multiple sub-elements, each with its own label or number. + +The following are common types of floating objects in LaTeX: + +- **Figures**: Used to contain images, typically defined within the `\begin{figure}` and `\end{figure}` environments. +- **Tables**: Used to contain tabular data, defined within the `\begin{table}` and `\end{table}` environments. +- **Algorithms**: Used to describe algorithms, typically utilizing packages such as `algorithm`, `algorithm2e`, or `algorithmicx`. +- **Code**: Used to display code blocks, usually defined with packages like `listings` or `minted`. + +Traditional DLA tasks have significant limitations, often handling only a few elements such as tables and figures independently. This approach leads to several issues: + +1. **Lack of structural coherence:** The relationship between the title and the main content of the floating object is often overlooked. +2. **Limited element types:** Elements such as code blocks and algorithm blocks are often misrecognized as multiple paragraphs, reducing accuracy. +3. **Poor adaptability:** Existing DLA models struggle to handle complex layouts, such as sub-pages and nested elements, reducing their robustness. + +To address these challenges, we introduce two tasks: + +- **Floating Layout Detection (FLD):** This task aims to detect the location and type of floating objects in document images, covering five types: figures, tables, algorithms, code, and others. +- **Floating Structure Analysis (FSA):** This task focuses on detecting the sub-structures within floating objects. When sub-elements such as sub-figures or sub-tables are present, the model can identify their positions and types, along with their corresponding captions. The six types of sub-elements include figures, tables, algorithms, code, captions, and others. + +By training the YOLO11 and RT-DETR series models on the FLD and FSA datasets using the Ultralytics framework, we achieve automated floating object detection and analysis. To facilitate further research, the weights and training parameters are also publicly available. + +The datasets are accessible at the following URLs: + +- **Floating Detection Dataset:** + + - Huggingface: [https://huggingface.co/datasets/irhawks/floating-det](https://huggingface.co/datasets/irhawks/floating-det) + - ModelScoep: [https://modelscope.cn/datasets/irhawks/floating-det](https://modelscope.cn/datasets/irhawks/floating-det) + +- **Floating Structure Analysis Dataset:** + + - Huggingface: [https://huggingface.co/datasets/irhawks/floating-fsa](https://huggingface.co/datasets/irhawks/floating-fsa) + - ModelScoep: [https://modelscope.cn/datasets/irhawks/floating-fsa](https://modelscope.cn/datasets/irhawks/floating-fsa) + +## Training Results + +Even with the smallest YOLO11n model, satisfactory results can be achieved. Larger models have been released for research purposes. + +![Metrics during YOLO11n training](yolo11n/results.png) + +![Precision-Recall (PR) curve for YOLO11n](yolo11n/PR_curve.png) + +### Additional PR Curves for Other Models + +- **YOLO11s:** + +![YOLO11s PR curve](yolo11s/PR_curve.png) + +- **YOLO11m:** + + ![YOLO11m PR curve](yolo11m/PR_curve.png) + +- **YOLO11l:** + + ![YOLO11l PR curve](yolo11l/PR_curve.png) + +- **YOLO11x:** + + ![YOLO11x PR curve](yolo11x/PR_curve.png) + +- **RT-DETR-L:** + + ![RT-DETR-L PR curve](rtdetr-l/PR_curve.png) + +- **RT-DETR-X:** + + ![RT-DETR-X PR curve](rtdetr-x/PR_curve.png) diff --git a/configuration.json b/configuration.json new file mode 100644 index 0000000000000000000000000000000000000000..7f0a7bb79364943ecb948104a36246d28baa6573 --- /dev/null +++ b/configuration.json @@ -0,0 +1 @@ +{"framework":"Pytorch","task":"domain-specific-object-detection"} \ No newline at end of file diff --git a/images/paste-1.png b/images/paste-1.png new file mode 100644 index 0000000000000000000000000000000000000000..b6b499a5345ad1d8d8be2a2075815eea84d9e40f --- /dev/null +++ b/images/paste-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ddab3da39463b6fb7d230dbe965c8215a9b02d53592a303a5b07c074a8fa8a6 +size 1077798 diff --git a/images/paste-10.png b/images/paste-10.png new file mode 100644 index 0000000000000000000000000000000000000000..5d7aabb29d53588087a677480bf492aedc508304 --- /dev/null +++ b/images/paste-10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f09f9d4d1f18a4d1eedbbc15b8cb99a7dac75b909814fd81fb09f2734d74236 +size 320686 diff --git a/images/paste-11.png b/images/paste-11.png new file mode 100644 index 0000000000000000000000000000000000000000..bb13ea28813ab816a365e603175c4b5734c297aa --- /dev/null +++ b/images/paste-11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0468218eac81f25e6bb33652d651989fac46409e5eff7edd13ae5f3071a19183 +size 1211227 diff --git a/images/paste-12.png b/images/paste-12.png new file mode 100644 index 0000000000000000000000000000000000000000..5cdfdc5623689344cf8d9acbef850e79d712f9a7 --- /dev/null +++ b/images/paste-12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10732405ed0e93d128f23d9a7f29ef7e742b58fad2900288db11314b6124df16 +size 1030260 diff --git a/images/paste-13.png b/images/paste-13.png new file mode 100644 index 0000000000000000000000000000000000000000..5ab7175d8f04bb1649efbaad0305e9643156ea27 --- /dev/null +++ b/images/paste-13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab1fb9a97f6d0280ffdf8e835cff946184f803f0baef25c2c3a11ff5c768a41 +size 360216 diff --git a/images/paste-14.png b/images/paste-14.png new file mode 100644 index 0000000000000000000000000000000000000000..88786b854924d7ced654887d7d5621142d9cc1bc --- /dev/null +++ b/images/paste-14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde1592cb2fe9db6411a8c0f519f338bc1f3468d4e6b7abb8ab676e530e0623f +size 191532 diff --git a/images/paste-15.png b/images/paste-15.png new file mode 100644 index 0000000000000000000000000000000000000000..101594c0844a6f35731574f7f19a33215ab02d77 --- /dev/null +++ b/images/paste-15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78e6405272b9b4bd2288514bd17d624342ad4992bcddee707af3b5e8b72dd8b +size 1255709 diff --git a/images/paste-2.png b/images/paste-2.png new file mode 100644 index 0000000000000000000000000000000000000000..f8cc68053e39e81f8cc000ab410697c6d44614f2 --- /dev/null +++ b/images/paste-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52984ebfe2bf735d7b9a4509ae3bb73494e44fc54dfd0a977d133e74a3f1667c +size 831278 diff --git a/images/paste-3.png b/images/paste-3.png new file mode 100644 index 0000000000000000000000000000000000000000..08d66951a53de3f9d57ec596dfe3c0a938792c1e --- /dev/null +++ b/images/paste-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7097fbc3e31b347c48d0d6b9a5dd685ce1391fccc8d359cec1ac0cd1d518a6a6 +size 781496 diff --git a/images/paste-4.png b/images/paste-4.png new file mode 100644 index 0000000000000000000000000000000000000000..8b9dc57c06652d661ff9c017c2dbfdac8f97d23b --- /dev/null +++ b/images/paste-4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:089c942bde34cffc8e1efc61565994b03443eef4f074da21b896402b7349f947 +size 1078975 diff --git a/images/paste-5.png b/images/paste-5.png new file mode 100644 index 0000000000000000000000000000000000000000..3ac1d861ce922a48e000fb6dd6366ef2acc77e96 --- /dev/null +++ b/images/paste-5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a8333d4ed519ac5a4d418fee66252af27e8318d04f7505258bde4e7d3253a3a +size 534790 diff --git a/images/paste-6.png b/images/paste-6.png new file mode 100644 index 0000000000000000000000000000000000000000..8f12c894f74c366eb0c99e093c80c09a3c29eb24 --- /dev/null +++ b/images/paste-6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bebb9b7990e544efd82fe575e7d0cee9901ef4475e124a1a4d3eb9e034a4bc1 +size 520316 diff --git a/images/paste-7.png b/images/paste-7.png new file mode 100644 index 0000000000000000000000000000000000000000..dbca111387605e6e035d53c25893f0d732ef444e --- /dev/null +++ b/images/paste-7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b107831413dd9ccd9cf9e7ee8f26d57d40c4336dc079cd09875c28dbb082d592 +size 491753 diff --git a/images/paste-8.png b/images/paste-8.png new file mode 100644 index 0000000000000000000000000000000000000000..7d6f1206f291a17bd0f3281f2fe9dc8db00a3766 --- /dev/null +++ b/images/paste-8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed67ec52037fc853aaf8ad17b2c3decbacb3c108ad7bd92281c9087923f98a24 +size 889142 diff --git a/images/paste-9.png b/images/paste-9.png new file mode 100644 index 0000000000000000000000000000000000000000..1d40741bc6eee483ac42fe8b1732b34e1f26e62b --- /dev/null +++ b/images/paste-9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5a1558707322a3148ffe23b6d572843813660c914edfabeac99136eb70cd6df +size 1830622 diff --git a/yolo11l/F1_curve.png b/yolo11l/F1_curve.png new file mode 100755 index 0000000000000000000000000000000000000000..54e71b4b134a1e4b96ad95f6ba54914de54ce01c --- /dev/null +++ b/yolo11l/F1_curve.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab909f9cc4ce2a3e310eef9da6292e22f03106634384f7f2aed09fd2261c6be9 +size 209992 diff --git a/yolo11l/PR_curve.png b/yolo11l/PR_curve.png new file mode 100755 index 0000000000000000000000000000000000000000..c4882188b63dd0072005e17e84fa15577da4b58d --- /dev/null +++ b/yolo11l/PR_curve.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5ce7b87be9f75977d8f99f78f983a3c288c8699ae868d67d11cb868eff46915 +size 133692 diff --git a/yolo11l/P_curve.png b/yolo11l/P_curve.png new file mode 100755 index 0000000000000000000000000000000000000000..92dd5ccd790a8c06f610a9762be7143a7cd29c37 --- /dev/null +++ b/yolo11l/P_curve.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a913314ffaeb71376661c74741f3e9c4d9332a7b9904cd90349a7cd62a98d6f8 +size 175694 diff --git a/yolo11l/R_curve.png b/yolo11l/R_curve.png new file mode 100755 index 0000000000000000000000000000000000000000..0172b7f3f3e2a83c432027c2cb47f713bd572b32 --- /dev/null +++ b/yolo11l/R_curve.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb1baf0e4c99c8ae669d64130af663d33325626a5a69dcb5375607a34d42df7 +size 159051 diff --git a/yolo11l/args.yaml b/yolo11l/args.yaml new file mode 100755 index 0000000000000000000000000000000000000000..567f6fc7fc659e787aea6adba55d51c920f3139e --- /dev/null +++ b/yolo11l/args.yaml @@ -0,0 +1,112 @@ +task: detect +mode: train +model: yolo11l.pt +data: data.yml +epochs: 200 +time: null +patience: 100 +batch: 12 +imgsz: +- 720 +- 1024 +save: true +save_period: -1 +cache: false +device: +- 0 +- 1 +- 2 +workers: 12 +project: null +name: train4 +exist_ok: false +pretrained: true +optimizer: auto +verbose: true +seed: 0 +deterministic: true +single_cls: false +rect: false +cos_lr: false +close_mosaic: 10 +resume: false +amp: true +fraction: 1.0 +profile: false +freeze: null +multi_scale: false +overlap_mask: true +mask_ratio: 4 +dropout: 0.0 +val: true +split: val +save_json: false +save_hybrid: false +conf: null +iou: 0.7 +max_det: 300 +half: false +dnn: false +plots: true +source: null +vid_stride: 1 +stream_buffer: false +visualize: false +augment: false +agnostic_nms: false +classes: null +retina_masks: false +embed: null +show: false +save_frames: false +save_txt: false +save_conf: false +save_crop: false +show_labels: true +show_conf: true +show_boxes: true +line_width: null +format: torchscript +keras: false +optimize: false +int8: false +dynamic: false +simplify: true +opset: null +workspace: 4 +nms: false +lr0: 0.01 +lrf: 0.01 +momentum: 0.937 +weight_decay: 0.0005 +warmup_epochs: 3.0 +warmup_momentum: 0.8 +warmup_bias_lr: 0.1 +box: 7.5 +cls: 0.5 +dfl: 1.5 +pose: 12.0 +kobj: 1.0 +label_smoothing: 0.0 +nbs: 64 +hsv_h: 0.015 +hsv_s: 0.7 +hsv_v: 0.4 +degrees: 0.0 +translate: 0.1 +scale: 0.5 +shear: 0.0 +perspective: 0.0 +flipud: 0.0 +fliplr: 0.5 +bgr: 0.0 +mosaic: 1.0 +mixup: 0.0 +copy_paste: 0.0 +copy_paste_mode: flip +auto_augment: randaugment +erasing: 0.4 +crop_fraction: 1.0 +cfg: null +tracker: botsort.yaml +save_dir: runs/detect/train4 diff --git a/yolo11l/confusion_matrix.png b/yolo11l/confusion_matrix.png new file mode 100755 index 0000000000000000000000000000000000000000..0135dc36f984c78c90d24200b365e0269dcd7d53 --- /dev/null +++ b/yolo11l/confusion_matrix.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4442648eea817e25ac2f0f39fb65499f092515f25a45eaa422df18910f3b911 +size 87691 diff --git a/yolo11l/confusion_matrix_normalized.png b/yolo11l/confusion_matrix_normalized.png new file mode 100755 index 0000000000000000000000000000000000000000..21b8647a6a9bc01612f288db835272efd47f434a --- /dev/null +++ b/yolo11l/confusion_matrix_normalized.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60cb47760e1ae6106afd9e13973f31c307e031319cbeb7509680686f89bbf202 +size 112494 diff --git a/yolo11l/events.out.tfevents.1728977248.ubuntu-server1.2573252.0 b/yolo11l/events.out.tfevents.1728977248.ubuntu-server1.2573252.0 new file mode 100755 index 0000000000000000000000000000000000000000..45c2cc86d412b575cf7dcb8babab6fa13bd80569 --- /dev/null +++ b/yolo11l/events.out.tfevents.1728977248.ubuntu-server1.2573252.0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d750021466ede30d2479ee48acf8c1326422d81329851717e0c099f713226c5e +size 666180 diff --git a/yolo11l/labels.jpg b/yolo11l/labels.jpg new file mode 100755 index 0000000000000000000000000000000000000000..81fcc2a36b5394b85f2a9aea8499a017036a2077 --- /dev/null +++ b/yolo11l/labels.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38122dbdef0f7cac494755fbb1d5e72c1ecf1d39816df705970a58e0933cd5e +size 216563 diff --git a/yolo11l/labels_correlogram.jpg b/yolo11l/labels_correlogram.jpg new file mode 100755 index 0000000000000000000000000000000000000000..4fdbe1e8d083ad1d9f1e7e6d863ad3a6013d6b85 --- /dev/null +++ b/yolo11l/labels_correlogram.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9be386534c4b38a5d9d8fcbc7b8d6d52353248ca755b4e1c19ac53a00803a47 +size 187660 diff --git a/yolo11l/results.csv b/yolo11l/results.csv new file mode 100755 index 0000000000000000000000000000000000000000..4a3009a2e36005ac914a42d418cbc84f91551451 --- /dev/null +++ b/yolo11l/results.csv @@ -0,0 +1,201 @@ +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 +1,32.9552,1.72771,3.9887,1.66748,0.34332,0.25524,0.17375,0.10144,1.47161,4.70774,1.56519,0.000232826,0.000232826,0.000232826 +2,56.98,1.34836,2.28386,1.38354,0.15423,0.23075,0.11117,0.05163,1.72939,4.88579,1.63612,0.000468495,0.000468495,0.000468495 +3,80.832,1.31692,1.99498,1.31104,0.3942,0.33678,0.29115,0.16111,1.43185,4.6624,1.96269,0.000701809,0.000701809,0.000701809 +4,104.683,1.21297,1.8169,1.28923,0.49163,0.35243,0.2883,0.17653,2.06328,2.93224,1.9496,0.000703397,0.000703397,0.000703397 +5,128.783,1.10938,1.56285,1.21369,0.69309,0.37959,0.42071,0.28561,1.07365,2.60403,1.28703,0.000699863,0.000699863,0.000699863 +6,152.601,1.14701,1.58446,1.25021,0.7265,0.5246,0.59731,0.42688,1.06783,1.9122,1.26797,0.000696328,0.000696328,0.000696328 +7,176.657,1.14255,1.61934,1.26646,0.64871,0.67598,0.54025,0.3884,0.88726,1.53803,1.03674,0.000692794,0.000692794,0.000692794 +8,200.387,1.15983,1.61146,1.25608,0.73123,0.58469,0.62548,0.45579,1.06254,1.44779,1.2188,0.00068926,0.00068926,0.00068926 +9,224.077,1.08833,1.52796,1.20238,0.49075,0.40986,0.40162,0.2731,0.95328,1.83164,1.11692,0.000685726,0.000685726,0.000685726 +10,247.817,1.04938,1.39835,1.20695,0.80242,0.70852,0.74149,0.6172,0.88536,1.04722,1.07133,0.000682191,0.000682191,0.000682191 +11,271.664,1.00783,1.3127,1.18146,0.6063,0.48065,0.49629,0.36902,0.89553,1.20195,1.0181,0.000678657,0.000678657,0.000678657 +12,295.342,1.04506,1.36436,1.19617,0.75284,0.25731,0.33285,0.18084,1.44389,2.11258,1.51548,0.000675123,0.000675123,0.000675123 +13,319.075,1.0047,1.31819,1.14199,0.50383,0.38318,0.36869,0.19557,1.57555,1.5411,1.55076,0.000671588,0.000671588,0.000671588 +14,342.836,0.97809,1.32676,1.13632,0.67388,0.45312,0.53007,0.40634,0.90846,1.13805,1.01238,0.000668054,0.000668054,0.000668054 +15,366.643,1.00095,1.31243,1.17626,0.67813,0.66636,0.70052,0.5227,0.91047,1.29358,1.08221,0.00066452,0.00066452,0.00066452 +16,390.197,0.92529,1.24159,1.14367,0.76775,0.65654,0.68103,0.56024,0.78698,0.85669,0.94649,0.000660986,0.000660986,0.000660986 +17,413.813,0.94626,1.26511,1.13555,0.89613,0.61909,0.75804,0.60937,0.79793,0.97486,0.96765,0.000657451,0.000657451,0.000657451 +18,437.527,0.9674,1.21534,1.109,0.87853,0.56548,0.62268,0.50314,0.79624,0.8944,0.93771,0.000653917,0.000653917,0.000653917 +19,461.155,0.90808,1.17026,1.09921,0.57466,0.44357,0.44113,0.334,0.94063,1.41374,1.09162,0.000650383,0.000650383,0.000650383 +20,484.911,0.86129,1.17485,1.09918,0.82835,0.65102,0.7082,0.60292,0.75505,0.89313,0.95394,0.000646848,0.000646848,0.000646848 +21,508.54,0.90412,1.17363,1.11037,0.84458,0.61296,0.70218,0.52049,0.94631,0.99494,1.14611,0.000643314,0.000643314,0.000643314 +22,532.258,0.86434,1.17623,1.06046,0.69841,0.60703,0.58632,0.458,0.79556,1.31158,0.9954,0.00063978,0.00063978,0.00063978 +23,555.958,0.84969,1.03677,1.08331,0.84908,0.7167,0.76891,0.67217,0.71486,0.7995,0.95181,0.000636245,0.000636245,0.000636245 +24,579.757,0.81953,0.99698,1.08083,0.88317,0.67213,0.72637,0.57578,0.79776,0.82278,0.97599,0.000632711,0.000632711,0.000632711 +25,603.542,0.84514,1.05871,1.0822,0.85787,0.68197,0.76252,0.65027,0.79491,0.84799,0.98119,0.000629177,0.000629177,0.000629177 +26,627.272,0.83599,1.02434,1.09136,0.83892,0.37941,0.46286,0.30437,1.21698,1.44772,1.36024,0.000625642,0.000625642,0.000625642 +27,650.995,0.9039,1.15553,1.1006,0.85388,0.65855,0.77563,0.61984,0.80608,0.93751,0.97339,0.000622108,0.000622108,0.000622108 +28,674.717,0.80912,1.00351,1.0643,0.56479,0.46286,0.36983,0.25879,1.32447,2.2426,1.33461,0.000618574,0.000618574,0.000618574 +29,698.432,0.80372,0.95804,1.06146,0.94066,0.72408,0.79775,0.67023,0.77867,0.72634,0.94832,0.00061504,0.00061504,0.00061504 +30,722.18,0.7851,0.97646,1.05035,0.86857,0.68173,0.76928,0.65701,0.7622,0.77779,0.96152,0.000611505,0.000611505,0.000611505 +31,745.688,0.81845,1.01293,1.10418,0.59629,0.39192,0.44096,0.27868,1.20094,1.52584,1.23787,0.000607971,0.000607971,0.000607971 +32,769.525,0.84025,1.01916,1.08184,0.81292,0.6915,0.74725,0.62818,0.83731,0.84443,1.00996,0.000604437,0.000604437,0.000604437 +33,793.123,0.7629,0.93377,1.01595,0.71349,0.5764,0.65047,0.53143,0.77133,0.76162,0.97288,0.000600902,0.000600902,0.000600902 +34,816.817,0.81531,0.96637,1.04051,0.86753,0.71551,0.77803,0.63044,0.79092,0.8145,0.94745,0.000597368,0.000597368,0.000597368 +35,840.338,0.78032,0.99784,1.05997,0.462,0.47067,0.40827,0.28717,1.3065,2.31911,1.2957,0.000593834,0.000593834,0.000593834 +36,861.225,0.76822,0.9126,1.05525,0.86173,0.71255,0.77793,0.67203,0.70584,0.79515,0.92328,0.0005903,0.0005903,0.0005903 +37,882.132,0.75477,0.91226,1.03414,0.81992,0.70453,0.77909,0.68361,0.67475,0.8053,0.91559,0.000586765,0.000586765,0.000586765 +38,903.057,0.76716,0.93053,1.03015,0.88403,0.62061,0.75002,0.65334,0.725,0.95331,0.95019,0.000583231,0.000583231,0.000583231 +39,917.515,0.77717,0.86739,1.07003,0.81136,0.6841,0.72546,0.62629,0.7284,1.01483,0.95877,0.000579697,0.000579697,0.000579697 +40,927.775,0.74691,0.84116,1.01053,0.66258,0.41857,0.50211,0.38547,0.90322,1.19022,1.14551,0.000576162,0.000576162,0.000576162 +41,938.312,0.74437,0.80952,1.03642,0.74763,0.30611,0.30313,0.20367,1.49095,2.18702,1.41306,0.000572628,0.000572628,0.000572628 +42,948.355,0.75626,0.88965,1.03627,0.7667,0.72965,0.76694,0.66194,0.76366,0.79139,1.01191,0.000569094,0.000569094,0.000569094 +43,958.469,0.71813,0.82753,1.01719,0.77309,0.62015,0.72829,0.55138,0.83481,0.88839,1.01157,0.000565559,0.000565559,0.000565559 +44,968.691,0.78314,0.85419,1.02409,0.92457,0.67726,0.78652,0.66203,0.68533,0.70962,0.90751,0.000562025,0.000562025,0.000562025 +45,978.666,0.73812,0.81032,1.00086,0.77356,0.48269,0.54088,0.26746,1.3054,1.54648,1.52906,0.000558491,0.000558491,0.000558491 +46,988.638,0.76296,0.8809,1.03265,0.56159,0.69826,0.62387,0.50918,0.7008,1.00041,0.92272,0.000554956,0.000554956,0.000554956 +47,998.846,0.70638,0.78866,1.0056,0.79006,0.71945,0.77228,0.65565,0.74991,0.86141,0.93787,0.000551422,0.000551422,0.000551422 +48,1008.81,0.70723,0.7789,0.98985,0.58801,0.17343,0.21821,0.13735,1.56676,2.59397,1.69696,0.000547888,0.000547888,0.000547888 +49,1018.72,0.71967,0.77116,0.99818,0.74607,0.769,0.78402,0.70129,0.63223,0.69527,0.8902,0.000544354,0.000544354,0.000544354 +50,1028.82,0.70183,0.7528,1.01397,0.85664,0.7162,0.77515,0.66969,0.65478,0.72952,0.88926,0.000540819,0.000540819,0.000540819 +51,1038.95,0.68037,0.76576,1.00227,0.60452,0.46675,0.4628,0.31422,1.27935,1.54794,1.48244,0.000537285,0.000537285,0.000537285 +52,1048.95,0.68992,0.81987,1.00258,0.77454,0.61746,0.58751,0.46929,0.91228,1.25218,1.06808,0.000533751,0.000533751,0.000533751 +53,1058.97,0.71094,0.84022,1.00123,0.60423,0.52828,0.54322,0.36328,1.09595,1.53501,1.30744,0.000530216,0.000530216,0.000530216 +54,1068.98,0.67136,0.75073,0.98265,0.86438,0.68741,0.77993,0.64571,0.76769,0.83844,0.98169,0.000526682,0.000526682,0.000526682 +55,1079.16,0.67597,0.74,1.01458,0.83985,0.73406,0.77754,0.67186,0.70397,0.69582,0.94969,0.000523148,0.000523148,0.000523148 +56,1089.22,0.75539,0.82671,1.01438,0.91172,0.74559,0.80399,0.70816,0.65974,0.57915,0.91008,0.000519613,0.000519613,0.000519613 +57,1099.32,0.69587,0.71897,1.00174,0.85492,0.71382,0.79685,0.69873,0.63072,0.67167,0.87335,0.000516079,0.000516079,0.000516079 +58,1108.93,0.70369,0.77839,1.00618,0.86402,0.73493,0.7845,0.70007,0.63763,0.63517,0.8944,0.000512545,0.000512545,0.000512545 +59,1118.74,0.69553,0.73983,1.01308,0.82627,0.64498,0.65881,0.48891,0.88554,0.93847,1.07101,0.000509011,0.000509011,0.000509011 +60,1128.87,0.68771,0.74242,1.0069,0.89917,0.22721,0.33189,0.12066,1.87349,2.86076,2.011,0.000505476,0.000505476,0.000505476 +61,1139.28,0.66215,0.72169,0.99464,0.60441,0.32444,0.37623,0.28125,1.14507,1.31947,1.32327,0.000501942,0.000501942,0.000501942 +62,1149.4,0.63846,0.68144,0.97899,0.89521,0.75925,0.80184,0.72094,0.61628,0.58439,0.87257,0.000498408,0.000498408,0.000498408 +63,1159.68,0.64695,0.69408,0.96997,0.88372,0.76689,0.79912,0.72064,0.6206,0.61814,0.88029,0.000494873,0.000494873,0.000494873 +64,1169.64,0.67202,0.7161,0.97841,0.62255,0.08816,0.13658,0.07136,1.93342,2.96367,2.19933,0.000491339,0.000491339,0.000491339 +65,1179.52,0.71174,0.70186,0.99706,0.85137,0.7143,0.77427,0.66786,0.67709,0.75649,0.91336,0.000487805,0.000487805,0.000487805 +66,1189.57,0.66696,0.70381,0.98362,0.79161,0.76399,0.79099,0.7058,0.66718,0.63924,0.89681,0.000484271,0.000484271,0.000484271 +67,1199.35,0.67538,0.72744,0.97807,0.6882,0.6678,0.60347,0.44838,0.86118,0.89955,1.10356,0.000480736,0.000480736,0.000480736 +68,1208.99,0.65282,0.70479,0.99198,0.93377,0.70084,0.795,0.64501,0.64354,0.62483,0.88361,0.000477202,0.000477202,0.000477202 +69,1219.01,0.63432,0.71261,0.96773,0.86126,0.68368,0.76368,0.64435,0.69171,0.7098,0.95627,0.000473668,0.000473668,0.000473668 +70,1228.98,0.653,0.66702,0.97808,0.88146,0.7058,0.78285,0.68671,0.65083,0.67905,0.90197,0.000470133,0.000470133,0.000470133 +71,1238.83,0.62263,0.66194,0.95889,0.64642,0.30001,0.37994,0.27444,1.10617,1.36089,1.42025,0.000466599,0.000466599,0.000466599 +72,1248.78,0.62057,0.66682,0.95816,0.87604,0.77872,0.79384,0.70834,0.62347,0.61823,0.88213,0.000463065,0.000463065,0.000463065 +73,1258.57,0.64436,0.67179,0.9678,0.81232,0.76246,0.8012,0.71748,0.64945,0.64437,0.9035,0.00045953,0.00045953,0.00045953 +74,1268.4,0.59106,0.60102,0.96694,0.8792,0.70022,0.8019,0.69741,0.60882,0.61212,0.88115,0.000455996,0.000455996,0.000455996 +75,1278.29,0.62453,0.65355,0.9879,0.58965,0.5121,0.42385,0.26766,1.1733,1.43387,1.36583,0.000452462,0.000452462,0.000452462 +76,1287.98,0.63954,0.67598,0.96794,0.82314,0.65838,0.68645,0.54076,0.6929,0.77161,0.94052,0.000448928,0.000448928,0.000448928 +77,1297.69,0.61168,0.63353,0.985,0.66788,0.71305,0.70082,0.52604,0.79707,0.92209,0.99343,0.000445393,0.000445393,0.000445393 +78,1307.16,0.62385,0.69325,0.95976,0.53881,0.29619,0.32716,0.24338,1.2059,1.69962,1.32399,0.000441859,0.000441859,0.000441859 +79,1316.78,0.65091,0.72266,0.97132,0.87056,0.74248,0.80241,0.68907,0.63012,0.61644,0.87786,0.000438325,0.000438325,0.000438325 +80,1326.49,0.62479,0.66879,0.9813,0.88584,0.74394,0.7998,0.72935,0.56963,0.55494,0.86605,0.00043479,0.00043479,0.00043479 +81,1336.23,0.57691,0.60968,0.9637,0.89586,0.77011,0.79317,0.70957,0.61283,0.55004,0.88139,0.000431256,0.000431256,0.000431256 +82,1346,0.60009,0.64251,0.96193,0.42163,0.41041,0.41289,0.29798,1.09285,1.45027,1.32065,0.000427722,0.000427722,0.000427722 +83,1355.88,0.64708,0.65351,0.96309,0.89673,0.69954,0.77531,0.70042,0.61434,0.69437,0.89152,0.000424187,0.000424187,0.000424187 +84,1365.66,0.59456,0.60048,0.94712,0.89515,0.74928,0.80186,0.73458,0.56233,0.54354,0.86766,0.000420653,0.000420653,0.000420653 +85,1375.84,0.61226,0.65849,0.97258,0.91627,0.72076,0.78845,0.68842,0.61071,0.62206,0.88449,0.000417119,0.000417119,0.000417119 +86,1385.74,0.57687,0.59281,0.96423,0.85273,0.74093,0.82098,0.70519,0.65254,0.57958,0.93917,0.000413584,0.000413584,0.000413584 +87,1395.6,0.60969,0.63961,0.94514,0.64426,0.50258,0.40517,0.28828,1.20417,1.79203,1.36484,0.00041005,0.00041005,0.00041005 +88,1405.57,0.5738,0.58662,0.93662,0.88584,0.73926,0.79849,0.70268,0.59618,0.57412,0.91297,0.000406516,0.000406516,0.000406516 +89,1415.09,0.61832,0.63402,0.98759,0.89152,0.70207,0.77162,0.65201,0.62324,0.64973,0.91878,0.000402982,0.000402982,0.000402982 +90,1424.99,0.57486,0.58112,0.9501,0.91147,0.75048,0.79317,0.72812,0.55783,0.51747,0.85458,0.000399447,0.000399447,0.000399447 +91,1434.78,0.60973,0.64262,0.95304,0.83923,0.68016,0.67125,0.57697,0.65073,0.71741,0.89531,0.000395913,0.000395913,0.000395913 +92,1444.75,0.60437,0.60376,0.94034,0.87576,0.75552,0.78529,0.67401,0.59479,0.63255,0.88494,0.000392379,0.000392379,0.000392379 +93,1454.74,0.62727,0.60406,0.97825,0.89149,0.74922,0.78316,0.70124,0.57231,0.57093,0.85977,0.000388844,0.000388844,0.000388844 +94,1464.63,0.5709,0.56619,0.93691,0.31866,0.13846,0.14144,0.0933,1.71369,2.74821,2.17096,0.00038531,0.00038531,0.00038531 +95,1474.72,0.60982,0.59184,0.97791,0.50305,0.1571,0.21907,0.14818,1.56981,2.59742,1.60664,0.000381776,0.000381776,0.000381776 +96,1484.7,0.5892,0.57269,0.94289,0.8922,0.76558,0.79996,0.71441,0.5814,0.55805,0.87125,0.000378242,0.000378242,0.000378242 +97,1494.7,0.56578,0.59019,0.945,0.65385,0.44301,0.46713,0.36516,0.91657,0.98559,1.15606,0.000374707,0.000374707,0.000374707 +98,1504.5,0.56334,0.55266,0.95021,0.92625,0.76104,0.78984,0.72958,0.57063,0.50917,0.87671,0.000371173,0.000371173,0.000371173 +99,1514.34,0.57228,0.55786,0.95215,0.75797,0.71939,0.65204,0.54133,0.75441,0.90499,1.0169,0.000367639,0.000367639,0.000367639 +100,1524.41,0.58628,0.56805,0.96248,0.84969,0.75486,0.79566,0.68992,0.57375,0.51999,0.87681,0.000364104,0.000364104,0.000364104 +101,1534.47,0.5524,0.56346,0.92516,0.91035,0.75239,0.79063,0.72593,0.59032,0.54826,0.86584,0.00036057,0.00036057,0.00036057 +102,1544.48,0.56135,0.54357,0.92805,0.88992,0.51246,0.68477,0.57907,0.82947,0.99715,1.0497,0.000357036,0.000357036,0.000357036 +103,1554.3,0.55144,0.5346,0.93464,0.91976,0.74747,0.79863,0.71972,0.59546,0.54516,0.86586,0.000353501,0.000353501,0.000353501 +104,1564.07,0.55593,0.5322,0.9325,0.87865,0.75308,0.78086,0.71827,0.57364,0.54415,0.86054,0.000349967,0.000349967,0.000349967 +105,1573.95,0.58437,0.53552,0.9546,0.89022,0.73186,0.76468,0.70792,0.59272,0.60532,0.88032,0.000346433,0.000346433,0.000346433 +106,1583.97,0.56444,0.55869,0.93324,0.89302,0.73702,0.79189,0.70554,0.60146,0.52704,0.88445,0.000342899,0.000342899,0.000342899 +107,1593.97,0.54058,0.51847,0.93957,0.92361,0.75742,0.79656,0.69885,0.58236,0.5073,0.88022,0.000339364,0.000339364,0.000339364 +108,1604,0.5548,0.5359,0.92472,0.89293,0.75549,0.78957,0.7031,0.60814,0.54079,0.89554,0.00033583,0.00033583,0.00033583 +109,1614.05,0.56532,0.52051,0.92846,0.80477,0.47412,0.60666,0.34101,0.9733,1.22654,1.2365,0.000332296,0.000332296,0.000332296 +110,1624.26,0.57329,0.52338,0.9481,0.8909,0.75101,0.79497,0.6942,0.57008,0.53182,0.88229,0.000328761,0.000328761,0.000328761 +111,1634.08,0.57185,0.57421,0.9448,0.90868,0.77723,0.80817,0.70599,0.5704,0.52185,0.85891,0.000325227,0.000325227,0.000325227 +112,1643.8,0.56722,0.52314,0.93323,0.92197,0.75066,0.80029,0.717,0.58051,0.50649,0.86419,0.000321693,0.000321693,0.000321693 +113,1653.7,0.53588,0.52681,0.92673,0.8616,0.78002,0.77767,0.69117,0.59019,0.54042,0.87879,0.000318158,0.000318158,0.000318158 +114,1663.51,0.57176,0.49723,0.94553,0.93038,0.76764,0.80488,0.70238,0.56955,0.52507,0.87461,0.000314624,0.000314624,0.000314624 +115,1673.27,0.54931,0.49393,0.93436,0.9044,0.76762,0.79493,0.69063,0.59143,0.51947,0.88705,0.00031109,0.00031109,0.00031109 +116,1683.14,0.53562,0.47093,0.93146,0.89453,0.75828,0.80011,0.69957,0.55423,0.53849,0.87067,0.000307555,0.000307555,0.000307555 +117,1692.79,0.56141,0.51246,0.93204,0.86387,0.76331,0.79928,0.69865,0.56216,0.5141,0.86705,0.000304021,0.000304021,0.000304021 +118,1702.69,0.52022,0.50247,0.92313,0.90866,0.76154,0.80459,0.74046,0.55385,0.47965,0.87636,0.000300487,0.000300487,0.000300487 +119,1712.49,0.54461,0.49765,0.93753,0.38368,0.20963,0.20964,0.14707,1.38506,2.09323,1.7042,0.000296953,0.000296953,0.000296953 +120,1722.27,0.52206,0.46827,0.93456,0.86203,0.73524,0.7664,0.66596,0.5788,0.59908,0.90378,0.000293418,0.000293418,0.000293418 +121,1732.2,0.52095,0.49626,0.9237,0.86122,0.77078,0.8035,0.70293,0.5829,0.52234,0.89539,0.000289884,0.000289884,0.000289884 +122,1742.05,0.51866,0.47331,0.91601,0.88341,0.7072,0.77977,0.67643,0.58072,0.60604,0.87964,0.00028635,0.00028635,0.00028635 +123,1751.87,0.53368,0.48411,0.91632,0.89778,0.72768,0.77723,0.67501,0.58705,0.56049,0.89362,0.000282815,0.000282815,0.000282815 +124,1761.57,0.55877,0.49659,0.94122,0.8922,0.73405,0.79524,0.70331,0.55716,0.51609,0.88853,0.000279281,0.000279281,0.000279281 +125,1771.66,0.51724,0.4753,0.92078,0.63387,0.65923,0.72778,0.44611,0.917,0.94473,1.20578,0.000275747,0.000275747,0.000275747 +126,1781.47,0.52279,0.48114,0.90727,0.88971,0.71161,0.79957,0.72473,0.58643,0.54626,0.89784,0.000272212,0.000272212,0.000272212 +127,1791.44,0.51113,0.50569,0.92247,0.89158,0.64799,0.72178,0.48451,0.77954,0.84257,1.07754,0.000268678,0.000268678,0.000268678 +128,1801.28,0.54581,0.50933,0.93363,0.88953,0.72153,0.80001,0.70257,0.58599,0.49652,0.91304,0.000265144,0.000265144,0.000265144 +129,1811.12,0.54843,0.50348,0.94636,0.82482,0.76591,0.79197,0.72823,0.59,0.48827,0.92783,0.00026161,0.00026161,0.00026161 +130,1820.85,0.52094,0.46952,0.9256,0.88684,0.77104,0.79087,0.68727,0.59386,0.52818,0.91728,0.000258075,0.000258075,0.000258075 +131,1830.75,0.51665,0.45848,0.91292,0.89182,0.75503,0.791,0.69297,0.55974,0.51019,0.8833,0.000254541,0.000254541,0.000254541 +132,1840.5,0.52237,0.50683,0.93409,0.86209,0.75637,0.79306,0.69455,0.56099,0.49061,0.88173,0.000251007,0.000251007,0.000251007 +133,1850.35,0.50912,0.48032,0.91628,0.92139,0.75876,0.80073,0.72594,0.55107,0.48171,0.87063,0.000247472,0.000247472,0.000247472 +134,1860.35,0.52429,0.46286,0.92179,0.90426,0.76189,0.79696,0.72158,0.54997,0.48363,0.86626,0.000243938,0.000243938,0.000243938 +135,1870.31,0.49454,0.46943,0.90402,0.8734,0.77554,0.78696,0.69688,0.5639,0.45308,0.87202,0.000240404,0.000240404,0.000240404 +136,1880.07,0.54363,0.49297,0.9248,0.88549,0.74495,0.77662,0.67926,0.56656,0.55196,0.88552,0.000236869,0.000236869,0.000236869 +137,1889.83,0.50805,0.45647,0.89863,0.9146,0.75613,0.79611,0.69483,0.57825,0.50904,0.88762,0.000233335,0.000233335,0.000233335 +138,1899.81,0.50928,0.43546,0.91585,0.89374,0.74603,0.79275,0.73551,0.57331,0.49713,0.88178,0.000229801,0.000229801,0.000229801 +139,1909.46,0.50866,0.4497,0.90193,0.90796,0.7561,0.77651,0.72027,0.57117,0.5236,0.87433,0.000226267,0.000226267,0.000226267 +140,1919.46,0.51188,0.46498,0.91131,0.90567,0.73542,0.79211,0.72189,0.58177,0.56167,0.8788,0.000222732,0.000222732,0.000222732 +141,1929.39,0.5098,0.45781,0.91941,0.89635,0.75009,0.80037,0.74535,0.57258,0.49917,0.88266,0.000219198,0.000219198,0.000219198 +142,1939.47,0.48092,0.42035,0.91818,0.57369,0.59162,0.49169,0.39072,0.75243,1.18894,0.99156,0.000215664,0.000215664,0.000215664 +143,1949.32,0.47686,0.43105,0.89815,0.90673,0.7434,0.80338,0.74462,0.54613,0.52149,0.87015,0.000212129,0.000212129,0.000212129 +144,1958.88,0.48313,0.43357,0.91041,0.90094,0.72911,0.78666,0.72221,0.57872,0.56774,0.89615,0.000208595,0.000208595,0.000208595 +145,1968.74,0.51966,0.47924,0.92388,0.858,0.76225,0.79221,0.71454,0.59586,0.55112,0.90461,0.000205061,0.000205061,0.000205061 +146,1978.84,0.47355,0.4291,0.90371,0.84475,0.74943,0.79187,0.69613,0.57614,0.57176,0.88509,0.000201527,0.000201527,0.000201527 +147,1988.69,0.50448,0.44134,0.91997,0.88438,0.72819,0.79042,0.69441,0.57427,0.5146,0.89063,0.000197992,0.000197992,0.000197992 +148,1998.41,0.49374,0.42543,0.89875,0.90019,0.72571,0.78355,0.72334,0.5665,0.52556,0.87271,0.000194458,0.000194458,0.000194458 +149,2008.36,0.5113,0.45671,0.92988,0.92543,0.75699,0.80335,0.70821,0.564,0.4528,0.87003,0.000190924,0.000190924,0.000190924 +150,2018.2,0.48717,0.43183,0.90615,0.87953,0.75851,0.80334,0.71452,0.56351,0.48142,0.87337,0.000187389,0.000187389,0.000187389 +151,2028.08,0.47204,0.43905,0.88998,0.94221,0.74668,0.79963,0.71509,0.58389,0.51695,0.89157,0.000183855,0.000183855,0.000183855 +152,2037.88,0.50099,0.46065,0.90264,0.87042,0.77173,0.80214,0.73337,0.58016,0.52625,0.88173,0.000180321,0.000180321,0.000180321 +153,2047.98,0.4898,0.43655,0.90374,0.89827,0.72758,0.7976,0.69881,0.60073,0.54492,0.90878,0.000176786,0.000176786,0.000176786 +154,2057.8,0.4809,0.42809,0.90259,0.95689,0.71877,0.78487,0.56203,0.61763,0.61471,0.92681,0.000173252,0.000173252,0.000173252 +155,2067.68,0.47522,0.42718,0.90555,0.88597,0.7333,0.79166,0.69934,0.58803,0.55315,0.90534,0.000169718,0.000169718,0.000169718 +156,2077.43,0.46624,0.38467,0.89898,0.86132,0.75298,0.78576,0.69538,0.58896,0.50973,0.88326,0.000166183,0.000166183,0.000166183 +157,2087.42,0.45788,0.41382,0.90258,0.9107,0.73999,0.77198,0.68924,0.56779,0.5283,0.87328,0.000162649,0.000162649,0.000162649 +158,2097.43,0.4602,0.42001,0.89622,0.92013,0.75707,0.77701,0.67929,0.55388,0.49558,0.8638,0.000159115,0.000159115,0.000159115 +159,2107.56,0.48594,0.43003,0.92015,0.92011,0.75868,0.78447,0.69249,0.56444,0.49537,0.88191,0.000155581,0.000155581,0.000155581 +160,2117.48,0.45536,0.39786,0.89538,0.93148,0.75401,0.80058,0.74799,0.55493,0.48423,0.876,0.000152046,0.000152046,0.000152046 +161,2127.68,0.464,0.39051,0.91361,0.90689,0.74748,0.80302,0.74168,0.5485,0.49924,0.87173,0.000148512,0.000148512,0.000148512 +162,2137.82,0.4806,0.43245,0.91859,0.86741,0.76263,0.79026,0.73589,0.5524,0.51622,0.87055,0.000144978,0.000144978,0.000144978 +163,2147.79,0.47315,0.42155,0.90573,0.87216,0.75968,0.79131,0.69363,0.59048,0.48828,0.90347,0.000141443,0.000141443,0.000141443 +164,2157.7,0.46507,0.38614,0.8931,0.89472,0.75756,0.79055,0.69386,0.56767,0.53013,0.8896,0.000137909,0.000137909,0.000137909 +165,2167.65,0.47439,0.40335,0.89941,0.91484,0.75285,0.78337,0.68691,0.58999,0.54527,0.90792,0.000134375,0.000134375,0.000134375 +166,2177.47,0.45141,0.40061,0.8886,0.88098,0.75426,0.79415,0.69917,0.59224,0.52735,0.9116,0.000130841,0.000130841,0.000130841 +167,2187.15,0.46274,0.42785,0.91167,0.89011,0.7595,0.78249,0.69267,0.57252,0.52257,0.89114,0.000127306,0.000127306,0.000127306 +168,2197.06,0.44048,0.39687,0.88581,0.91381,0.76425,0.78721,0.68736,0.58957,0.47587,0.91333,0.000123772,0.000123772,0.000123772 +169,2206.97,0.46944,0.39431,0.88645,0.92192,0.75865,0.78174,0.68217,0.58778,0.48754,0.90744,0.000120238,0.000120238,0.000120238 +170,2217.11,0.45857,0.40144,0.89443,0.88063,0.74972,0.79333,0.70054,0.58352,0.50817,0.9014,0.000116703,0.000116703,0.000116703 +171,2227.15,0.43932,0.36777,0.88424,0.88577,0.74261,0.78497,0.69812,0.60155,0.517,0.91038,0.000113169,0.000113169,0.000113169 +172,2237.2,0.44011,0.41115,0.89187,0.92835,0.7486,0.78559,0.69266,0.59199,0.50581,0.90142,0.000109635,0.000109635,0.000109635 +173,2247.04,0.44269,0.39198,0.90493,0.91426,0.75709,0.78993,0.69028,0.61103,0.50353,0.90283,0.0001061,0.0001061,0.0001061 +174,2257.12,0.43269,0.38483,0.88081,0.90257,0.74559,0.79712,0.69776,0.60998,0.51472,0.91445,0.000102566,0.000102566,0.000102566 +175,2267.08,0.43053,0.3795,0.87806,0.89621,0.75944,0.79531,0.71055,0.57504,0.48085,0.88657,9.90318e-05,9.90318e-05,9.90318e-05 +176,2276.88,0.44859,0.39783,0.8924,0.90935,0.76168,0.7937,0.71228,0.56939,0.46436,0.88136,9.54975e-05,9.54975e-05,9.54975e-05 +177,2286.75,0.43119,0.38068,0.89394,0.90645,0.75045,0.79197,0.69656,0.59222,0.46941,0.90834,9.19632e-05,9.19632e-05,9.19632e-05 +178,2296.43,0.45822,0.38385,0.88233,0.89815,0.76259,0.78638,0.69194,0.57535,0.47417,0.90133,8.84289e-05,8.84289e-05,8.84289e-05 +179,2306.34,0.44644,0.39112,0.9008,0.92351,0.74722,0.78544,0.70005,0.56643,0.47901,0.88857,8.48946e-05,8.48946e-05,8.48946e-05 +180,2316.45,0.43929,0.3903,0.90468,0.91812,0.76063,0.80033,0.71535,0.5606,0.49646,0.87747,8.13603e-05,8.13603e-05,8.13603e-05 +181,2326.46,0.43987,0.37209,0.89771,0.92057,0.75602,0.79155,0.7053,0.57101,0.51174,0.89178,7.7826e-05,7.7826e-05,7.7826e-05 +182,2336.3,0.433,0.35331,0.87748,0.90906,0.75107,0.79101,0.70169,0.57578,0.54966,0.90018,7.42917e-05,7.42917e-05,7.42917e-05 +183,2346.24,0.43883,0.37409,0.89251,0.90794,0.73367,0.7779,0.68551,0.59172,0.58704,0.91565,7.07574e-05,7.07574e-05,7.07574e-05 +184,2355.89,0.44366,0.37802,0.88708,0.90859,0.73728,0.78009,0.69144,0.57605,0.52807,0.8978,6.72231e-05,6.72231e-05,6.72231e-05 +185,2365.88,0.41874,0.35187,0.88303,0.89028,0.73914,0.7819,0.69368,0.57525,0.51806,0.89417,6.36888e-05,6.36888e-05,6.36888e-05 +186,2375.72,0.39949,0.34329,0.8737,0.91346,0.74327,0.78975,0.70228,0.5701,0.51083,0.88821,6.01545e-05,6.01545e-05,6.01545e-05 +187,2385.68,0.4213,0.36,0.8818,0.90427,0.74955,0.79173,0.70741,0.55101,0.48937,0.87865,5.66202e-05,5.66202e-05,5.66202e-05 +188,2395.43,0.40598,0.35897,0.88557,0.91259,0.7469,0.79087,0.70695,0.55082,0.48028,0.87772,5.30859e-05,5.30859e-05,5.30859e-05 +189,2405.38,0.4323,0.36413,0.89624,0.90922,0.74748,0.78089,0.69506,0.56892,0.50334,0.89466,4.95516e-05,4.95516e-05,4.95516e-05 +190,2415.62,0.43628,0.35454,0.88746,0.91078,0.74532,0.78832,0.70282,0.56928,0.5048,0.89154,4.60173e-05,4.60173e-05,4.60173e-05 +191,2427.09,0.41129,0.33135,0.86026,0.91082,0.75317,0.79651,0.72788,0.55518,0.52156,0.88092,4.2483e-05,4.2483e-05,4.2483e-05 +192,2437.2,0.38436,0.29675,0.84993,0.9192,0.75803,0.7986,0.70993,0.55711,0.5488,0.89072,3.89487e-05,3.89487e-05,3.89487e-05 +193,2447.35,0.37553,0.28037,0.83155,0.92596,0.75271,0.7919,0.70711,0.56933,0.55675,0.89624,3.54144e-05,3.54144e-05,3.54144e-05 +194,2457.27,0.36784,0.27083,0.81622,0.91762,0.7518,0.78223,0.68843,0.56029,0.54634,0.88681,3.18801e-05,3.18801e-05,3.18801e-05 +195,2467.27,0.38469,0.27739,0.82284,0.90601,0.75204,0.78481,0.70198,0.55924,0.51699,0.88864,2.83458e-05,2.83458e-05,2.83458e-05 +196,2477.24,0.37109,0.27662,0.81301,0.90684,0.75435,0.78446,0.7001,0.55372,0.51893,0.88474,2.48115e-05,2.48115e-05,2.48115e-05 +197,2487.12,0.39185,0.29314,0.83931,0.90486,0.75219,0.78214,0.69697,0.55339,0.52736,0.88664,2.12772e-05,2.12772e-05,2.12772e-05 +198,2497.04,0.37904,0.27602,0.82179,0.91101,0.74984,0.78461,0.6987,0.55376,0.51968,0.88777,1.77429e-05,1.77429e-05,1.77429e-05 +199,2506.79,0.37666,0.28028,0.83341,0.90716,0.7526,0.78451,0.69875,0.55487,0.51823,0.88866,1.42086e-05,1.42086e-05,1.42086e-05 +200,2516.7,0.35376,0.27103,0.8171,0.90614,0.7549,0.78586,0.69995,0.55411,0.51229,0.88854,1.06743e-05,1.06743e-05,1.06743e-05 diff --git a/yolo11l/results.png b/yolo11l/results.png new file mode 100755 index 0000000000000000000000000000000000000000..ebb9b1bf5154aee1e770a91af8190eb012ec5e68 --- /dev/null +++ b/yolo11l/results.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ee083607baccd664fe9fa97744de9368b79409263a5c5939711e6ce52a85d0 +size 354609 diff --git a/yolo11l/train_batch0.jpg b/yolo11l/train_batch0.jpg new file mode 100755 index 0000000000000000000000000000000000000000..8b5305ce1ed2e9624a69af0d58707c37c51f1330 --- /dev/null +++ b/yolo11l/train_batch0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0436847ec44552d10120b26655e1883fa5fe600c407eef33794a24831a171c2 +size 560543 diff --git a/yolo11l/train_batch1.jpg b/yolo11l/train_batch1.jpg new file mode 100755 index 0000000000000000000000000000000000000000..488c08f90e7668f9b4a3cc4dca2aeb9c9799aeb9 --- /dev/null +++ b/yolo11l/train_batch1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f094ea968a798fd3e0812add8b5282f962d894fd7074d6686877a7d6c48070f5 +size 455129 diff --git a/yolo11l/train_batch2.jpg b/yolo11l/train_batch2.jpg new file mode 100755 index 0000000000000000000000000000000000000000..9195ec1d34f96e6f8d9dc2b3da9d5c9babec63a8 --- /dev/null +++ b/yolo11l/train_batch2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86d3da1d94c0f606f47307e9785ac6a4ae6720b57e64333bbb0f1e39771bc5c9 +size 393712 diff --git a/yolo11l/train_batch8740.jpg b/yolo11l/train_batch8740.jpg new file mode 100755 index 0000000000000000000000000000000000000000..1ce9196dd25927012c88c91fa6fcb1e8cfc61579 --- /dev/null +++ b/yolo11l/train_batch8740.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e4f232669e793e32fe6b8456c304ac19446693564cd16351969c5a9d34e8d5 +size 408202 diff --git a/yolo11l/train_batch8741.jpg b/yolo11l/train_batch8741.jpg new file mode 100755 index 0000000000000000000000000000000000000000..ad1a466c3de143850d9e3772a980441b86f22280 --- /dev/null +++ b/yolo11l/train_batch8741.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9888deac30a19e815bcc115f8510457d0b6a3cd6fc40c3dce0c15829ad43a59 +size 424308 diff --git a/yolo11l/train_batch8742.jpg b/yolo11l/train_batch8742.jpg new file mode 100755 index 0000000000000000000000000000000000000000..46aa2c8af72bb507ffcddd239ca80c8c9b8f4c3f --- /dev/null +++ b/yolo11l/train_batch8742.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0ff054045a0e9f5387df67cc6c0e40dc88b2faa59ccaa0d240d67f9a4c4496 +size 388921 diff --git a/yolo11l/weights/best.pt b/yolo11l/weights/best.pt new file mode 100755 index 0000000000000000000000000000000000000000..4cabe2aefae061947daee9eaf903babbf6b7d6f6 --- /dev/null +++ b/yolo11l/weights/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6826a374f35e6d2b559b87c00b362f6da2e47a4fd87d27d4f1f7e967546428f +size 51271762 diff --git a/yolo11l/weights/last.pt b/yolo11l/weights/last.pt new file mode 100755 index 0000000000000000000000000000000000000000..c5c9705d9a4fac3138873754f09f0cb1891d716f --- /dev/null +++ b/yolo11l/weights/last.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf6dd41c90037b836aa651fdd3bc71190dd7816003537966b6c91dc2e587871 +size 51271762 diff --git a/yolo11m/F1_curve.png b/yolo11m/F1_curve.png new file mode 100755 index 0000000000000000000000000000000000000000..3c7e977f5b28c5cc22b91db14f9ba14afcf84488 --- /dev/null +++ b/yolo11m/F1_curve.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f23488cc2b5591e561e3b068eb73a14a5a8a4c8072383066880dfd4d984230aa +size 201532 diff --git a/yolo11m/PR_curve.png b/yolo11m/PR_curve.png new file mode 100755 index 0000000000000000000000000000000000000000..1c11d1c783d0550eb900c1c75129e387c7fea159 --- /dev/null +++ b/yolo11m/PR_curve.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7439895d17e69a89f3cf0f7f4b40bfb7021f80cefb960c0e70413367fa9f2cf8 +size 125197 diff --git a/yolo11m/P_curve.png b/yolo11m/P_curve.png new file mode 100755 index 0000000000000000000000000000000000000000..ce40e9866654cbe3edae79860e14ef7dbed66bf1 --- /dev/null +++ b/yolo11m/P_curve.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0474441a8ea385527e7861736396c4f80ab26ec3f00b90d099f2217d4a7cefca +size 169731 diff --git a/yolo11m/R_curve.png b/yolo11m/R_curve.png new file mode 100755 index 0000000000000000000000000000000000000000..ae6fa5c099f988abec1cce6f8c2e2f9f2eb8950c --- /dev/null +++ b/yolo11m/R_curve.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ff604fecfbe22b38cbe772eb1d5da8f08f867a35837ac03aefa055c8ae34e5 +size 159003 diff --git a/yolo11m/args.yaml b/yolo11m/args.yaml new file mode 100755 index 0000000000000000000000000000000000000000..ad170a9107c37e182b378b004cd9ca2e28d2a6fc --- /dev/null +++ b/yolo11m/args.yaml @@ -0,0 +1,112 @@ +task: detect +mode: train +model: yolo11m.pt +data: data.yml +epochs: 200 +time: null +patience: 100 +batch: 12 +imgsz: +- 720 +- 1024 +save: true +save_period: -1 +cache: false +device: +- 0 +- 1 +- 2 +workers: 12 +project: null +name: train3 +exist_ok: false +pretrained: true +optimizer: auto +verbose: true +seed: 0 +deterministic: true +single_cls: false +rect: false +cos_lr: false +close_mosaic: 10 +resume: false +amp: true +fraction: 1.0 +profile: false +freeze: null +multi_scale: false +overlap_mask: true +mask_ratio: 4 +dropout: 0.0 +val: true +split: val +save_json: false +save_hybrid: false +conf: null +iou: 0.7 +max_det: 300 +half: false +dnn: false +plots: true +source: null +vid_stride: 1 +stream_buffer: false +visualize: false +augment: false +agnostic_nms: false +classes: null +retina_masks: false +embed: null +show: false +save_frames: false +save_txt: false +save_conf: false +save_crop: false +show_labels: true +show_conf: true +show_boxes: true +line_width: null +format: torchscript +keras: false +optimize: false +int8: false +dynamic: false +simplify: true +opset: null +workspace: 4 +nms: false +lr0: 0.01 +lrf: 0.01 +momentum: 0.937 +weight_decay: 0.0005 +warmup_epochs: 3.0 +warmup_momentum: 0.8 +warmup_bias_lr: 0.1 +box: 7.5 +cls: 0.5 +dfl: 1.5 +pose: 12.0 +kobj: 1.0 +label_smoothing: 0.0 +nbs: 64 +hsv_h: 0.015 +hsv_s: 0.7 +hsv_v: 0.4 +degrees: 0.0 +translate: 0.1 +scale: 0.5 +shear: 0.0 +perspective: 0.0 +flipud: 0.0 +fliplr: 0.5 +bgr: 0.0 +mosaic: 1.0 +mixup: 0.0 +copy_paste: 0.0 +copy_paste_mode: flip +auto_augment: randaugment +erasing: 0.4 +crop_fraction: 1.0 +cfg: null +tracker: botsort.yaml +save_dir: runs/detect/train3 diff --git a/yolo11m/confusion_matrix.png b/yolo11m/confusion_matrix.png new file mode 100755 index 0000000000000000000000000000000000000000..897424f0479510272008f0a7eef26acaf134c359 --- /dev/null +++ b/yolo11m/confusion_matrix.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8407266afa2d7e761296366758dc67f15b8b15af77b07bac2aef0bcc7e06b8e1 +size 86027 diff --git a/yolo11m/confusion_matrix_normalized.png b/yolo11m/confusion_matrix_normalized.png new file mode 100755 index 0000000000000000000000000000000000000000..9814fdd20154925706adfa659ea413791d4535f5 --- /dev/null +++ b/yolo11m/confusion_matrix_normalized.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280f1032cc90dbdb8e0324523ca1c0940f88a179e22be2ad6625e9dc396bab1d +size 109205 diff --git a/yolo11m/events.out.tfevents.1728973021.ubuntu-server1.2383246.0 b/yolo11m/events.out.tfevents.1728973021.ubuntu-server1.2383246.0 new file mode 100755 index 0000000000000000000000000000000000000000..250a658b05bedb1159fd5bf327fc6d08c52fe5bd --- /dev/null +++ b/yolo11m/events.out.tfevents.1728973021.ubuntu-server1.2383246.0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09dd84f6e40c3e04d65e246fef4232e8d7969700464ea1f95469e477a63bd65e +size 479504 diff --git a/yolo11m/labels.jpg b/yolo11m/labels.jpg new file mode 100755 index 0000000000000000000000000000000000000000..81fcc2a36b5394b85f2a9aea8499a017036a2077 --- /dev/null +++ b/yolo11m/labels.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38122dbdef0f7cac494755fbb1d5e72c1ecf1d39816df705970a58e0933cd5e +size 216563 diff --git a/yolo11m/labels_correlogram.jpg b/yolo11m/labels_correlogram.jpg new file mode 100755 index 0000000000000000000000000000000000000000..4fdbe1e8d083ad1d9f1e7e6d863ad3a6013d6b85 --- /dev/null +++ b/yolo11m/labels_correlogram.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9be386534c4b38a5d9d8fcbc7b8d6d52353248ca755b4e1c19ac53a00803a47 +size 187660 diff --git a/yolo11m/results.csv b/yolo11m/results.csv new file mode 100755 index 0000000000000000000000000000000000000000..5eece3f33f806bb702b885897b9d08f603a418df --- /dev/null +++ b/yolo11m/results.csv @@ -0,0 +1,201 @@ +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 +1,28.05,1.72243,4.12722,1.67792,0.42892,0.3659,0.25728,0.14285,1.55597,3.39516,1.54929,0.000232826,0.000232826,0.000232826 +2,49.2097,1.30296,2.22146,1.37652,0.58632,0.50368,0.37298,0.2206,1.19849,2.27329,1.41157,0.000468495,0.000468495,0.000468495 +3,70.2019,1.32555,1.9664,1.33939,0.41355,0.49584,0.41189,0.23594,1.38447,3.12184,1.77266,0.000701809,0.000701809,0.000701809 +4,91.1851,1.23912,1.82772,1.31557,0.49476,0.57738,0.50124,0.33524,1.20159,3.6911,1.44005,0.000703397,0.000703397,0.000703397 +5,112.254,1.15533,1.49624,1.25404,0.41564,0.30724,0.25412,0.14443,1.58047,5.11266,1.59032,0.000699863,0.000699863,0.000699863 +6,132.898,1.18844,1.54461,1.29844,0.85995,0.24739,0.3089,0.20726,1.32793,2.63126,1.40447,0.000696328,0.000696328,0.000696328 +7,153.721,1.1912,1.62374,1.28458,0.45754,0.46594,0.38822,0.22084,1.46938,2.96757,1.64866,0.000692794,0.000692794,0.000692794 +8,174.391,1.15395,1.58254,1.26542,0.63468,0.44622,0.39096,0.25243,1.31331,2.42304,1.39413,0.00068926,0.00068926,0.00068926 +9,195.273,1.08741,1.50125,1.24732,0.63753,0.51381,0.55903,0.41944,1.00587,1.22261,1.1744,0.000685726,0.000685726,0.000685726 +10,216.138,1.05031,1.38183,1.22227,0.80779,0.61917,0.68837,0.56411,0.9209,1.0472,1.09102,0.000682191,0.000682191,0.000682191 +11,236.978,1.00627,1.2829,1.20458,0.69367,0.34262,0.28052,0.19075,1.05476,3.17609,1.20437,0.000678657,0.000678657,0.000678657 +12,257.824,1.04724,1.30059,1.22428,0.8185,0.71181,0.74423,0.59544,0.9468,0.98628,1.12915,0.000675123,0.000675123,0.000675123 +13,278.589,0.97027,1.256,1.13882,0.87244,0.64566,0.70752,0.53429,1.05446,1.07897,1.19715,0.000671588,0.000671588,0.000671588 +14,299.317,0.97876,1.2841,1.14478,0.81356,0.37781,0.49835,0.33371,1.13745,1.6815,1.24935,0.000668054,0.000668054,0.000668054 +15,320.113,0.9487,1.23439,1.15984,0.89789,0.60667,0.7637,0.60913,0.85294,0.98448,1.06106,0.00066452,0.00066452,0.00066452 +16,340.861,0.92543,1.15929,1.13982,0.79359,0.68614,0.62897,0.51628,0.71614,0.98245,0.96541,0.000660986,0.000660986,0.000660986 +17,361.493,0.91905,1.16779,1.12715,0.88583,0.70594,0.77071,0.63717,0.84757,1.0673,1.02037,0.000657451,0.000657451,0.000657451 +18,382.377,0.98558,1.20068,1.14799,0.71893,0.64034,0.70295,0.43516,1.0323,1.2431,1.2222,0.000653917,0.000653917,0.000653917 +19,403.13,0.90149,1.086,1.11056,0.85809,0.72376,0.77869,0.6289,0.756,0.9168,0.98438,0.000650383,0.000650383,0.000650383 +20,423.874,0.87275,1.09112,1.1251,0.57308,0.56043,0.54949,0.29547,1.74314,1.95481,1.89261,0.000646848,0.000646848,0.000646848 +21,444.513,0.89686,1.17205,1.11704,0.62908,0.1344,0.12423,0.07561,1.88872,3.17288,2.04864,0.000643314,0.000643314,0.000643314 +22,465.206,0.87739,1.13556,1.11075,0.65916,0.59268,0.50703,0.32356,1.17835,1.32851,1.31529,0.00063978,0.00063978,0.00063978 +23,485.969,0.88303,1.06047,1.12218,0.73053,0.66942,0.63679,0.5277,0.78389,1.11292,1.01476,0.000636245,0.000636245,0.000636245 +24,506.885,0.83274,0.98459,1.09571,0.61595,0.42625,0.47702,0.3288,1.20648,1.50473,1.34115,0.000632711,0.000632711,0.000632711 +25,527.753,0.83691,1.04289,1.09145,0.7103,0.71993,0.74509,0.60226,0.77444,1.28505,0.99947,0.000629177,0.000629177,0.000629177 +26,548.53,0.83338,1.01219,1.08538,0.65182,0.57096,0.59214,0.47475,0.8071,0.99515,1.02997,0.000625642,0.000625642,0.000625642 +27,569.353,0.88835,1.06648,1.09956,0.83997,0.64861,0.75973,0.59148,0.92774,0.92561,1.11227,0.000622108,0.000622108,0.000622108 +28,590.056,0.7863,0.94661,1.06812,0.86857,0.72755,0.78532,0.66296,0.7756,0.75965,0.97155,0.000618574,0.000618574,0.000618574 +29,610.896,0.76495,0.95227,1.05134,0.88967,0.72712,0.78393,0.6826,0.73359,0.76783,0.96767,0.00061504,0.00061504,0.00061504 +30,631.825,0.78517,0.93323,1.05281,0.81821,0.73792,0.71127,0.60666,0.71661,0.72859,0.94669,0.000611505,0.000611505,0.000611505 +31,652.487,0.80443,0.98901,1.07438,0.91132,0.74185,0.79807,0.68966,0.71177,0.67597,0.94347,0.000607971,0.000607971,0.000607971 +32,673.263,0.82175,1.01053,1.07004,0.8707,0.69719,0.79537,0.69234,0.69679,0.81012,0.94232,0.000604437,0.000604437,0.000604437 +33,694.105,0.77822,0.9059,1.03727,0.85722,0.70484,0.78537,0.67707,0.75279,0.753,0.9678,0.000600902,0.000600902,0.000600902 +34,714.904,0.80963,0.93802,1.05643,0.85866,0.67333,0.77923,0.65463,0.77636,0.82529,0.99132,0.000597368,0.000597368,0.000597368 +35,735.706,0.75887,0.90672,1.05219,0.87071,0.67329,0.78059,0.6488,0.70601,0.85158,0.93973,0.000593834,0.000593834,0.000593834 +36,756.541,0.79042,0.88386,1.08948,0.83761,0.6657,0.74849,0.58313,0.89036,1.03461,1.09569,0.0005903,0.0005903,0.0005903 +37,777.277,0.75524,0.86401,1.03599,0.91622,0.70978,0.78056,0.66091,0.74083,0.82961,0.96123,0.000586765,0.000586765,0.000586765 +38,797.89,0.773,0.88269,1.03989,0.932,0.70592,0.79801,0.69516,0.66175,0.67955,0.94131,0.000583231,0.000583231,0.000583231 +39,818.719,0.74866,0.84699,1.03938,0.9192,0.73376,0.79548,0.67877,0.68718,0.67659,0.94045,0.000579697,0.000579697,0.000579697 +40,839.553,0.71925,0.7981,1.00362,0.65597,0.23554,0.17142,0.10801,1.4058,2.59837,1.55419,0.000576162,0.000576162,0.000576162 +41,860.313,0.7546,0.84511,1.0423,0.72693,0.60721,0.55061,0.41337,0.92114,1.50028,1.08997,0.000572628,0.000572628,0.000572628 +42,881.116,0.73533,0.8422,1.03247,0.79773,0.75262,0.81568,0.71461,0.66652,0.74799,0.93004,0.000569094,0.000569094,0.000569094 +43,901.809,0.72381,0.84573,1.0135,0.75661,0.34361,0.39053,0.28104,1.15677,1.42271,1.36621,0.000565559,0.000565559,0.000565559 +44,922.511,0.77287,0.79725,1.01204,0.73936,0.52759,0.58437,0.45118,0.86616,0.88821,1.08425,0.000562025,0.000562025,0.000562025 +45,943.264,0.73046,0.7447,1.00506,0.80383,0.75352,0.77468,0.67712,0.72731,1.04727,0.9998,0.000558491,0.000558491,0.000558491 +46,963.968,0.78615,0.8487,1.04246,0.86934,0.76358,0.79072,0.66017,0.71671,0.73229,0.9542,0.000554956,0.000554956,0.000554956 +47,984.646,0.6901,0.77309,1.00509,0.85415,0.72297,0.79095,0.69543,0.71163,0.71844,0.96402,0.000551422,0.000551422,0.000551422 +48,1005.34,0.68756,0.74998,0.98429,0.93134,0.72851,0.7839,0.62798,0.77052,0.72149,1.01156,0.000547888,0.000547888,0.000547888 +49,1026.1,0.70783,0.76253,0.98162,0.8679,0.75368,0.79642,0.67728,0.70187,0.69723,0.97489,0.000544354,0.000544354,0.000544354 +50,1046.88,0.71244,0.75622,1.0167,0.75676,0.71932,0.78102,0.66799,0.75354,1.00412,1.00068,0.000540819,0.000540819,0.000540819 +51,1067.68,0.68593,0.74466,0.98943,0.88408,0.75543,0.8012,0.69683,0.67008,0.64102,0.93818,0.000537285,0.000537285,0.000537285 +52,1088.48,0.66632,0.7863,0.98441,0.92379,0.74583,0.80167,0.71503,0.66107,0.64595,0.92703,0.000533751,0.000533751,0.000533751 +53,1109.27,0.67849,0.76389,0.98131,0.85572,0.74244,0.78631,0.68063,0.65864,0.65779,0.92311,0.000530216,0.000530216,0.000530216 +54,1130.01,0.66912,0.73926,0.98722,0.79496,0.65034,0.61564,0.49923,0.77001,1.1658,1.03867,0.000526682,0.000526682,0.000526682 +55,1150.84,0.64812,0.72523,1.00605,0.85707,0.75846,0.70648,0.5774,0.82731,0.73239,1.10262,0.000523148,0.000523148,0.000523148 +56,1171.62,0.74199,0.78849,1.02086,0.87763,0.74786,0.78186,0.68902,0.66629,0.63835,0.91671,0.000519613,0.000519613,0.000519613 +57,1192.2,0.68852,0.71351,0.99363,0.91425,0.75445,0.79766,0.6824,0.6793,0.60604,0.93704,0.000516079,0.000516079,0.000516079 +58,1212.93,0.7038,0.7531,1.00812,0.90695,0.69116,0.79135,0.67391,0.72605,0.66432,0.95266,0.000512545,0.000512545,0.000512545 +59,1233.57,0.68235,0.72001,1.00356,0.8107,0.55661,0.66105,0.42043,1.16637,1.13785,1.45334,0.000509011,0.000509011,0.000509011 +60,1254.41,0.67302,0.71058,1.0017,0.88491,0.7248,0.78428,0.67939,0.68413,0.6556,0.96426,0.000505476,0.000505476,0.000505476 +61,1275.15,0.67926,0.70847,1.0003,0.87279,0.73564,0.78724,0.66419,0.67062,0.67283,0.93005,0.000501942,0.000501942,0.000501942 +62,1295.83,0.64277,0.69738,0.97346,0.64062,0.35397,0.43632,0.3134,1.05056,1.5858,1.24921,0.000498408,0.000498408,0.000498408 +63,1316.57,0.65296,0.65368,0.98019,0.94301,0.73915,0.80269,0.69446,0.66661,0.61558,0.97382,0.000494873,0.000494873,0.000494873 +64,1337.42,0.65346,0.71103,0.97537,0.77686,0.72697,0.66584,0.53411,0.75031,0.74054,1.02366,0.000491339,0.000491339,0.000491339 +65,1358.26,0.66778,0.67547,0.99082,0.85966,0.7154,0.76066,0.67769,0.65249,0.65678,0.91078,0.000487805,0.000487805,0.000487805 +66,1379,0.63698,0.68795,0.9601,0.76663,0.79517,0.79024,0.72046,0.61179,0.56992,0.87986,0.000484271,0.000484271,0.000484271 +67,1399.9,0.65383,0.68088,0.982,0.88557,0.75471,0.80069,0.69076,0.63891,0.56033,0.937,0.000480736,0.000480736,0.000480736 +68,1420.61,0.64273,0.67321,0.98133,0.6724,0.56662,0.44502,0.31155,1.23261,1.60346,1.51315,0.000477202,0.000477202,0.000477202 +69,1441.38,0.62323,0.64585,0.95485,0.86546,0.75657,0.77829,0.66835,0.62245,0.63893,0.90885,0.000473668,0.000473668,0.000473668 +70,1462.16,0.63155,0.641,0.97327,0.85007,0.61264,0.70681,0.54814,0.82711,0.89197,1.05252,0.000470133,0.000470133,0.000470133 +71,1482.96,0.60207,0.62289,0.94504,0.76992,0.65861,0.66839,0.50704,0.76421,0.84123,1.03974,0.000466599,0.000466599,0.000466599 +72,1503.67,0.60591,0.62647,0.94946,0.9268,0.75086,0.79826,0.68894,0.59747,0.55074,0.90401,0.000463065,0.000463065,0.000463065 +73,1524.49,0.64286,0.63206,0.96876,0.68524,0.62986,0.53351,0.3815,1.10139,1.24637,1.42285,0.00045953,0.00045953,0.00045953 +74,1545.24,0.60543,0.62403,0.97694,0.46266,0.4897,0.5139,0.35899,1.23314,1.24583,1.58554,0.000455996,0.000455996,0.000455996 +75,1566.11,0.61877,0.63357,0.98071,0.88842,0.7553,0.78362,0.69372,0.70825,0.64583,0.93672,0.000452462,0.000452462,0.000452462 +76,1586.93,0.62522,0.66317,0.96965,0.90369,0.76018,0.79752,0.71523,0.61277,0.59959,0.90732,0.000448928,0.000448928,0.000448928 +77,1607.64,0.60591,0.60947,0.98922,0.90679,0.70905,0.80172,0.73476,0.60399,0.57992,0.89913,0.000445393,0.000445393,0.000445393 +78,1628.53,0.59913,0.65182,0.94616,0.86233,0.74112,0.77399,0.68585,0.62524,0.70045,0.91343,0.000441859,0.000441859,0.000441859 +79,1649.27,0.63552,0.70118,0.97189,0.74408,0.63657,0.70986,0.51651,0.82291,0.91776,1.12041,0.000438325,0.000438325,0.000438325 +80,1670.09,0.60549,0.63075,0.96761,0.9104,0.74423,0.79115,0.7091,0.59537,0.57252,0.89784,0.00043479,0.00043479,0.00043479 +81,1690.88,0.58358,0.61183,0.96188,0.89726,0.76233,0.79236,0.7066,0.6486,0.56158,0.93445,0.000431256,0.000431256,0.000431256 +82,1711.6,0.58178,0.62131,0.94421,0.91664,0.75643,0.78457,0.7117,0.60972,0.58493,0.89895,0.000427722,0.000427722,0.000427722 +83,1732.19,0.62279,0.61718,0.94694,0.88583,0.72214,0.78297,0.68735,0.66029,0.66139,0.92311,0.000424187,0.000424187,0.000424187 +84,1752.86,0.58153,0.57408,0.92833,0.90333,0.72593,0.79695,0.69483,0.63834,0.60645,0.91142,0.000420653,0.000420653,0.000420653 +85,1773.42,0.60751,0.63968,0.97241,0.90107,0.7051,0.78694,0.65968,0.63831,0.66975,0.92118,0.000417119,0.000417119,0.000417119 +86,1794,0.57552,0.58546,0.96254,0.8087,0.53843,0.66621,0.37889,1.14086,1.19633,1.45048,0.000413584,0.000413584,0.000413584 +87,1814.79,0.60154,0.61669,0.94617,0.89904,0.71786,0.78053,0.67602,0.69362,0.6718,0.96134,0.00041005,0.00041005,0.00041005 +88,1835.57,0.59379,0.57482,0.94308,0.92681,0.74494,0.79486,0.67949,0.66886,0.63213,0.94151,0.000406516,0.000406516,0.000406516 +89,1856.18,0.60641,0.62263,0.96819,0.92718,0.73956,0.79057,0.70992,0.63693,0.59212,0.92093,0.000402982,0.000402982,0.000402982 +90,1876.81,0.58317,0.57063,0.95654,0.66534,0.73583,0.7963,0.672,0.73525,0.72938,0.96796,0.000399447,0.000399447,0.000399447 +91,1897.56,0.60464,0.62783,0.95463,0.87879,0.67515,0.77408,0.6163,0.715,0.67168,0.96443,0.000395913,0.000395913,0.000395913 +92,1918.23,0.58803,0.58943,0.92808,0.87874,0.76561,0.78962,0.70512,0.59682,0.49144,0.90997,0.000392379,0.000392379,0.000392379 +93,1938.98,0.60489,0.57808,0.96815,0.59418,0.30986,0.3485,0.24038,1.45606,1.98513,1.75465,0.000388844,0.000388844,0.000388844 +94,1959.71,0.55888,0.53482,0.92447,0.80201,0.38705,0.43144,0.33007,1.1696,1.69142,1.38059,0.00038531,0.00038531,0.00038531 +95,1980.42,0.58674,0.57272,0.95336,0.93625,0.75688,0.80298,0.72471,0.5912,0.55768,0.88665,0.000381776,0.000381776,0.000381776 +96,2001.07,0.57532,0.54823,0.93139,0.89195,0.72832,0.77273,0.69174,0.66285,0.70164,0.96883,0.000378242,0.000378242,0.000378242 +97,2021.85,0.56317,0.5393,0.94622,0.91216,0.73559,0.78333,0.71519,0.60693,0.62801,0.89864,0.000374707,0.000374707,0.000374707 +98,2042.64,0.57207,0.56173,0.94952,0.94273,0.75953,0.79317,0.64025,0.61741,0.54369,0.90643,0.000371173,0.000371173,0.000371173 +99,2063.26,0.54373,0.53943,0.94222,0.88061,0.69011,0.7174,0.50184,0.88452,0.7487,1.23773,0.000367639,0.000367639,0.000367639 +100,2084.13,0.57893,0.54817,0.95575,0.90887,0.73084,0.77274,0.62733,0.74644,0.58813,1.02598,0.000364104,0.000364104,0.000364104 +101,2104.85,0.55285,0.52804,0.92446,0.90991,0.76218,0.77847,0.70715,0.60793,0.56609,0.90797,0.00036057,0.00036057,0.00036057 +102,2125.41,0.53763,0.4934,0.91499,0.89341,0.75284,0.79087,0.70171,0.62082,0.53677,0.90463,0.000357036,0.000357036,0.000357036 +103,2146.21,0.53119,0.50049,0.92239,0.93734,0.69743,0.7727,0.62461,0.66033,0.61662,0.94313,0.000353501,0.000353501,0.000353501 +104,2166.96,0.54304,0.49429,0.92083,0.89867,0.74738,0.77435,0.707,0.60708,0.58078,0.91844,0.000349967,0.000349967,0.000349967 +105,2187.8,0.56213,0.49807,0.93945,0.9131,0.75615,0.77036,0.71025,0.59794,0.56673,0.90045,0.000346433,0.000346433,0.000346433 +106,2208.42,0.56631,0.52681,0.93146,0.91577,0.77002,0.7876,0.72167,0.60684,0.51304,0.90085,0.000342899,0.000342899,0.000342899 +107,2229.25,0.53537,0.5076,0.93383,0.89792,0.72279,0.79331,0.73135,0.60053,0.57032,0.89168,0.000339364,0.000339364,0.000339364 +108,2250.05,0.55527,0.508,0.92025,0.93085,0.76312,0.80146,0.69839,0.61254,0.52473,0.89848,0.00033583,0.00033583,0.00033583 +109,2270.93,0.55782,0.51292,0.93506,0.88694,0.71059,0.79518,0.73403,0.58715,0.56858,0.87674,0.000332296,0.000332296,0.000332296 +110,2291.83,0.54122,0.48982,0.93373,0.90455,0.7625,0.79084,0.68962,0.58021,0.49032,0.89766,0.000328761,0.000328761,0.000328761 +111,2312.42,0.5491,0.55148,0.93051,0.91614,0.76526,0.77642,0.7006,0.62008,0.52479,0.91414,0.000325227,0.000325227,0.000325227 +112,2333.17,0.5442,0.52629,0.92123,0.91358,0.7633,0.79522,0.71589,0.61257,0.56393,0.93154,0.000321693,0.000321693,0.000321693 +113,2353.98,0.52978,0.50606,0.92246,0.89172,0.75531,0.79349,0.73155,0.61442,0.62078,0.89778,0.000318158,0.000318158,0.000318158 +114,2374.74,0.57479,0.49502,0.94266,0.42373,0.38317,0.42099,0.3095,1.21484,1.7562,1.44468,0.000314624,0.000314624,0.000314624 +115,2395.42,0.52611,0.48393,0.93039,0.93768,0.75515,0.8065,0.699,0.6389,0.5488,0.91431,0.00031109,0.00031109,0.00031109 +116,2416.18,0.52542,0.45502,0.92433,0.91291,0.74667,0.79062,0.72963,0.58323,0.58952,0.87879,0.000307555,0.000307555,0.000307555 +117,2436.98,0.53517,0.47595,0.91936,0.91234,0.75811,0.79717,0.71878,0.60107,0.55937,0.89769,0.000304021,0.000304021,0.000304021 +118,2457.84,0.51859,0.48369,0.92142,0.93849,0.76383,0.79862,0.74203,0.58996,0.53537,0.89954,0.000300487,0.000300487,0.000300487 +119,2478.62,0.54075,0.47154,0.93238,0.89781,0.75333,0.78915,0.70977,0.59563,0.51698,0.90586,0.000296953,0.000296953,0.000296953 +120,2499.32,0.50799,0.45414,0.92251,0.92858,0.77418,0.79348,0.72055,0.5801,0.46439,0.90876,0.000293418,0.000293418,0.000293418 +121,2520.02,0.51022,0.47304,0.91601,0.93868,0.77494,0.80317,0.74071,0.59991,0.49269,0.89823,0.000289884,0.000289884,0.000289884 +122,2540.77,0.51247,0.4465,0.91464,0.91843,0.74633,0.78397,0.7199,0.62943,0.61542,0.91481,0.00028635,0.00028635,0.00028635 +123,2561.55,0.51979,0.46065,0.90574,0.88503,0.70326,0.78656,0.69362,0.64161,0.61349,0.93908,0.000282815,0.000282815,0.000282815 +124,2582.39,0.54985,0.47755,0.93678,0.92179,0.74868,0.77896,0.68249,0.62326,0.6018,0.92313,0.000279281,0.000279281,0.000279281 +125,2603.11,0.52889,0.46719,0.92267,0.93934,0.75477,0.79706,0.71946,0.57655,0.59342,0.90077,0.000275747,0.000275747,0.000275747 +126,2623.85,0.51013,0.45355,0.89433,0.93332,0.74196,0.79332,0.73019,0.59338,0.60206,0.8965,0.000272212,0.000272212,0.000272212 +127,2644.57,0.51226,0.47583,0.91486,0.93831,0.76451,0.8115,0.75578,0.5643,0.50826,0.88119,0.000268678,0.000268678,0.000268678 +128,2665.5,0.54504,0.48134,0.91677,0.93854,0.77477,0.80524,0.74417,0.56635,0.48493,0.89453,0.000265144,0.000265144,0.000265144 +129,2686.37,0.52264,0.48244,0.93109,0.91601,0.75757,0.78992,0.73126,0.56371,0.59972,0.88953,0.00026161,0.00026161,0.00026161 +130,2707.08,0.5171,0.46261,0.91682,0.94413,0.75743,0.79402,0.70227,0.56128,0.51327,0.88653,0.000258075,0.000258075,0.000258075 +131,2727.74,0.512,0.44453,0.90698,0.91294,0.75954,0.80506,0.75442,0.54277,0.49796,0.86387,0.000254541,0.000254541,0.000254541 +132,2748.32,0.49807,0.46875,0.92188,0.91327,0.76576,0.79944,0.74463,0.56072,0.46512,0.87637,0.000251007,0.000251007,0.000251007 +133,2768.95,0.49251,0.4512,0.90166,0.93463,0.76257,0.80352,0.7307,0.55552,0.54907,0.87314,0.000247472,0.000247472,0.000247472 +134,2789.67,0.52492,0.46526,0.91388,0.92074,0.73793,0.7913,0.72696,0.59519,0.59276,0.89317,0.000243938,0.000243938,0.000243938 +135,2810.44,0.47821,0.44463,0.90066,0.92913,0.77084,0.80727,0.75072,0.56333,0.59247,0.86719,0.000240404,0.000240404,0.000240404 +136,2831.21,0.52408,0.45764,0.9078,0.92177,0.75167,0.80596,0.74538,0.59522,0.53667,0.89632,0.000236869,0.000236869,0.000236869 +137,2851.85,0.49459,0.4315,0.89084,0.90925,0.75818,0.80314,0.74009,0.57944,0.54849,0.88305,0.000233335,0.000233335,0.000233335 +138,2872.43,0.50172,0.41777,0.89981,0.90007,0.74137,0.79844,0.73993,0.56005,0.54136,0.87409,0.000229801,0.000229801,0.000229801 +139,2893.05,0.4906,0.41965,0.89644,0.92584,0.75752,0.80546,0.71483,0.55901,0.52096,0.88223,0.000226267,0.000226267,0.000226267 +140,2913.95,0.50421,0.44466,0.90762,0.91499,0.76307,0.79254,0.7376,0.5603,0.51849,0.88159,0.000222732,0.000222732,0.000222732 +141,2934.74,0.48706,0.42587,0.9044,0.88472,0.75979,0.79017,0.73178,0.59564,0.54327,0.90576,0.000219198,0.000219198,0.000219198 +142,2955.48,0.4631,0.41141,0.89792,0.91579,0.76994,0.79871,0.7415,0.57608,0.51908,0.89431,0.000215664,0.000215664,0.000215664 +143,2976.28,0.46068,0.40683,0.88346,0.92801,0.75985,0.80382,0.7491,0.56799,0.4857,0.88993,0.000212129,0.000212129,0.000212129 +144,2997.05,0.48244,0.43752,0.90652,0.90824,0.75617,0.78942,0.73186,0.58969,0.54517,0.9031,0.000208595,0.000208595,0.000208595 +145,3017.83,0.50847,0.45733,0.91172,0.91588,0.76801,0.80044,0.74407,0.57997,0.48509,0.91008,0.000205061,0.000205061,0.000205061 +146,3038.5,0.46252,0.42169,0.89141,0.77609,0.70946,0.68268,0.44387,0.9075,0.90576,1.18369,0.000201527,0.000201527,0.000201527 +147,3059.16,0.49921,0.41837,0.91808,0.8993,0.75008,0.79977,0.73792,0.5924,0.53066,0.91659,0.000197992,0.000197992,0.000197992 +148,3079.96,0.50508,0.42038,0.90458,0.91698,0.74038,0.79696,0.69577,0.59051,0.5405,0.92789,0.000194458,0.000194458,0.000194458 +149,3100.66,0.50302,0.44877,0.92024,0.92506,0.74598,0.79615,0.71649,0.58215,0.47533,0.92908,0.000190924,0.000190924,0.000190924 +150,3121.48,0.47372,0.41552,0.90022,0.94046,0.76863,0.80021,0.72327,0.58984,0.48321,0.93273,0.000187389,0.000187389,0.000187389 +151,3142.15,0.47007,0.42092,0.88204,0.85729,0.75769,0.7987,0.73646,0.58536,0.52176,0.91516,0.000183855,0.000183855,0.000183855 +152,3162.91,0.49002,0.4466,0.89328,0.91836,0.75656,0.79187,0.71894,0.5947,0.587,0.90751,0.000180321,0.000180321,0.000180321 +153,3183.72,0.47699,0.41848,0.89759,0.74228,0.73425,0.784,0.70813,0.61283,0.58747,0.93193,0.000176786,0.000176786,0.000176786 +154,3204.45,0.45633,0.40579,0.89097,0.9238,0.76071,0.80008,0.74043,0.59353,0.54309,0.91847,0.000173252,0.000173252,0.000173252 +155,3225.24,0.46305,0.41215,0.89265,0.92621,0.77286,0.80185,0.70786,0.57826,0.48546,0.89917,0.000169718,0.000169718,0.000169718 +156,3245.98,0.473,0.3953,0.90696,0.94329,0.78083,0.80811,0.73701,0.56009,0.51141,0.87535,0.000166183,0.000166183,0.000166183 +157,3266.63,0.45382,0.39762,0.89401,0.9245,0.77051,0.80439,0.71805,0.55682,0.55077,0.87833,0.000162649,0.000162649,0.000162649 +158,3287.28,0.45898,0.41552,0.88773,0.9134,0.76288,0.79054,0.71798,0.5742,0.53652,0.90153,0.000159115,0.000159115,0.000159115 +159,3308.04,0.47414,0.41918,0.89867,0.91403,0.76223,0.80226,0.73438,0.58681,0.54784,0.90514,0.000155581,0.000155581,0.000155581 +160,3328.82,0.45236,0.38429,0.88933,0.95213,0.77758,0.80691,0.73606,0.57156,0.49193,0.89575,0.000152046,0.000152046,0.000152046 +161,3349.57,0.45248,0.37414,0.89965,0.94021,0.7767,0.80401,0.75229,0.57449,0.51449,0.90259,0.000148512,0.000148512,0.000148512 +162,3370.18,0.46371,0.43049,0.90112,0.95096,0.77436,0.80558,0.75236,0.54009,0.48315,0.86779,0.000144978,0.000144978,0.000144978 +163,3390.81,0.46391,0.39408,0.91012,0.93502,0.76157,0.80099,0.73441,0.54499,0.53366,0.87037,0.000141443,0.000141443,0.000141443 +164,3411.59,0.46082,0.36856,0.88887,0.9292,0.76151,0.80616,0.73995,0.52622,0.54381,0.85728,0.000137909,0.000137909,0.000137909 +165,3432.28,0.45357,0.40018,0.89183,0.90873,0.76689,0.81012,0.75978,0.52055,0.49099,0.86245,0.000134375,0.000134375,0.000134375 +166,3453.09,0.4395,0.38292,0.88512,0.91932,0.76367,0.80111,0.72845,0.55779,0.49506,0.88463,0.000130841,0.000130841,0.000130841 +167,3473.78,0.47221,0.4252,0.91128,0.94046,0.75079,0.79788,0.72825,0.54544,0.52767,0.87945,0.000127306,0.000127306,0.000127306 +168,3494.56,0.42589,0.38203,0.87519,0.94386,0.77014,0.7947,0.72759,0.54784,0.4709,0.88363,0.000123772,0.000123772,0.000123772 +169,3515.35,0.46334,0.37943,0.88051,0.9258,0.77166,0.80094,0.75663,0.53058,0.48336,0.85845,0.000120238,0.000120238,0.000120238 +170,3536.13,0.43939,0.38261,0.88624,0.9138,0.77335,0.8035,0.75509,0.54928,0.50733,0.86602,0.000116703,0.000116703,0.000116703 +171,3556.94,0.42543,0.36449,0.87578,0.92394,0.76182,0.80371,0.75349,0.55858,0.53171,0.87524,0.000113169,0.000113169,0.000113169 +172,3577.68,0.43332,0.39409,0.8844,0.92013,0.76521,0.80408,0.7543,0.57296,0.5207,0.88884,0.000109635,0.000109635,0.000109635 +173,3598.51,0.43363,0.377,0.90239,0.94017,0.76148,0.79876,0.74441,0.59173,0.51303,0.91128,0.0001061,0.0001061,0.0001061 +174,3619.24,0.42569,0.36227,0.87487,0.93932,0.76721,0.79804,0.74307,0.59944,0.48823,0.91787,0.000102566,0.000102566,0.000102566 +175,3640,0.43028,0.37462,0.87616,0.93105,0.76809,0.79659,0.74497,0.59367,0.53621,0.91051,9.90318e-05,9.90318e-05,9.90318e-05 +176,3660.83,0.43512,0.37468,0.87988,0.94935,0.77041,0.80239,0.74724,0.59622,0.51525,0.9074,9.54975e-05,9.54975e-05,9.54975e-05 +177,3681.63,0.43098,0.37772,0.88839,0.94263,0.761,0.79588,0.72748,0.60998,0.49677,0.9276,9.19632e-05,9.19632e-05,9.19632e-05 +178,3702.41,0.44898,0.3756,0.87705,0.93637,0.76975,0.80032,0.74649,0.61246,0.46971,0.92227,8.84289e-05,8.84289e-05,8.84289e-05 +179,3723.23,0.43016,0.37485,0.88398,0.94942,0.76905,0.79949,0.74808,0.59776,0.45746,0.90947,8.48946e-05,8.48946e-05,8.48946e-05 +180,3743.96,0.4212,0.37829,0.89515,0.94911,0.77538,0.79752,0.74955,0.56906,0.44834,0.90532,8.13603e-05,8.13603e-05,8.13603e-05 +181,3764.75,0.42585,0.35738,0.89445,0.94728,0.76727,0.79854,0.73173,0.57443,0.4729,0.91336,7.7826e-05,7.7826e-05,7.7826e-05 +182,3785.59,0.41836,0.34789,0.86205,0.94604,0.77217,0.79877,0.751,0.56599,0.48506,0.90721,7.42917e-05,7.42917e-05,7.42917e-05 +183,3806.39,0.42369,0.35851,0.88068,0.95006,0.76429,0.79704,0.73258,0.56206,0.51418,0.90195,7.07574e-05,7.07574e-05,7.07574e-05 +184,3827.19,0.43148,0.36968,0.87763,0.94971,0.76538,0.79811,0.7356,0.55674,0.5183,0.89867,6.72231e-05,6.72231e-05,6.72231e-05 +185,3848.01,0.40807,0.34192,0.87149,0.94318,0.76443,0.79851,0.73374,0.56543,0.50225,0.90405,6.36888e-05,6.36888e-05,6.36888e-05 +186,3868.77,0.38918,0.33413,0.86566,0.93496,0.76319,0.79894,0.71509,0.58127,0.48884,0.90875,6.01545e-05,6.01545e-05,6.01545e-05 +187,3889.61,0.40133,0.34673,0.86921,0.95162,0.7665,0.80321,0.71782,0.57656,0.48971,0.9078,5.66202e-05,5.66202e-05,5.66202e-05 +188,3910.27,0.4035,0.3429,0.8752,0.95285,0.77222,0.80492,0.73967,0.5658,0.49733,0.89088,5.30859e-05,5.30859e-05,5.30859e-05 +189,3931.11,0.42653,0.36182,0.89234,0.95013,0.77298,0.80436,0.75481,0.55841,0.49088,0.88491,4.95516e-05,4.95516e-05,4.95516e-05 +190,3951.96,0.43517,0.34259,0.87847,0.95236,0.77287,0.8034,0.75467,0.55382,0.48879,0.87603,4.60173e-05,4.60173e-05,4.60173e-05 +191,3973.6,0.39485,0.31337,0.85835,0.95386,0.77721,0.80445,0.75471,0.56592,0.52774,0.88886,4.2483e-05,4.2483e-05,4.2483e-05 +192,3994.54,0.38292,0.29758,0.84885,0.95756,0.77751,0.80204,0.753,0.56489,0.5051,0.9053,3.89487e-05,3.89487e-05,3.89487e-05 +193,4015.3,0.37023,0.27884,0.84149,0.95039,0.77621,0.80108,0.7335,0.58623,0.49757,0.93683,3.54144e-05,3.54144e-05,3.54144e-05 +194,4036.15,0.37105,0.27405,0.83081,0.94379,0.77189,0.80062,0.75363,0.56165,0.52034,0.89494,3.18801e-05,3.18801e-05,3.18801e-05 +195,4057.14,0.36439,0.26955,0.83109,0.94639,0.77003,0.79906,0.75276,0.55738,0.51404,0.89553,2.83458e-05,2.83458e-05,2.83458e-05 +196,4077.94,0.37941,0.27357,0.81925,0.93674,0.76501,0.79945,0.73362,0.57865,0.49718,0.92501,2.48115e-05,2.48115e-05,2.48115e-05 +197,4098.68,0.38574,0.28896,0.8351,0.94248,0.76794,0.79956,0.73245,0.57907,0.49856,0.92013,2.12772e-05,2.12772e-05,2.12772e-05 +198,4119.33,0.3689,0.27275,0.82051,0.94288,0.77219,0.7988,0.75048,0.57108,0.53916,0.89748,1.77429e-05,1.77429e-05,1.77429e-05 +199,4140.07,0.37568,0.29253,0.83901,0.94198,0.77218,0.79933,0.74902,0.57161,0.5388,0.90176,1.42086e-05,1.42086e-05,1.42086e-05 +200,4160.86,0.34889,0.26419,0.82281,0.94026,0.77143,0.79837,0.74842,0.57332,0.53502,0.89882,1.06743e-05,1.06743e-05,1.06743e-05 diff --git a/yolo11m/results.png b/yolo11m/results.png new file mode 100755 index 0000000000000000000000000000000000000000..bd024cb25cc16873f24831356f3b2bbc098defc5 --- /dev/null +++ b/yolo11m/results.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db044f902850fd6397671227b1882c85efde75c13b80ca827e4b04b2417da3ba +size 341496 diff --git a/yolo11m/train_batch0.jpg b/yolo11m/train_batch0.jpg new file mode 100755 index 0000000000000000000000000000000000000000..8b5305ce1ed2e9624a69af0d58707c37c51f1330 --- /dev/null +++ b/yolo11m/train_batch0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0436847ec44552d10120b26655e1883fa5fe600c407eef33794a24831a171c2 +size 560543 diff --git a/yolo11m/train_batch1.jpg b/yolo11m/train_batch1.jpg new file mode 100755 index 0000000000000000000000000000000000000000..488c08f90e7668f9b4a3cc4dca2aeb9c9799aeb9 --- /dev/null +++ b/yolo11m/train_batch1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f094ea968a798fd3e0812add8b5282f962d894fd7074d6686877a7d6c48070f5 +size 455129 diff --git a/yolo11m/train_batch2.jpg b/yolo11m/train_batch2.jpg new file mode 100755 index 0000000000000000000000000000000000000000..9195ec1d34f96e6f8d9dc2b3da9d5c9babec63a8 --- /dev/null +++ b/yolo11m/train_batch2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86d3da1d94c0f606f47307e9785ac6a4ae6720b57e64333bbb0f1e39771bc5c9 +size 393712 diff --git a/yolo11m/train_batch8740.jpg b/yolo11m/train_batch8740.jpg new file mode 100755 index 0000000000000000000000000000000000000000..1ce9196dd25927012c88c91fa6fcb1e8cfc61579 --- /dev/null +++ b/yolo11m/train_batch8740.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e4f232669e793e32fe6b8456c304ac19446693564cd16351969c5a9d34e8d5 +size 408202 diff --git a/yolo11m/train_batch8741.jpg b/yolo11m/train_batch8741.jpg new file mode 100755 index 0000000000000000000000000000000000000000..ad1a466c3de143850d9e3772a980441b86f22280 --- /dev/null +++ b/yolo11m/train_batch8741.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9888deac30a19e815bcc115f8510457d0b6a3cd6fc40c3dce0c15829ad43a59 +size 424308 diff --git a/yolo11m/train_batch8742.jpg b/yolo11m/train_batch8742.jpg new file mode 100755 index 0000000000000000000000000000000000000000..46aa2c8af72bb507ffcddd239ca80c8c9b8f4c3f --- /dev/null +++ b/yolo11m/train_batch8742.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0ff054045a0e9f5387df67cc6c0e40dc88b2faa59ccaa0d240d67f9a4c4496 +size 388921 diff --git a/yolo11m/weights/best.pt b/yolo11m/weights/best.pt new file mode 100755 index 0000000000000000000000000000000000000000..7164cb4e77103fd87230f80ad47770dd76483381 --- /dev/null +++ b/yolo11m/weights/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1814230c04a86f532a40c95789dcad45342f4b29d8c43bb627e5f595d60bfd +size 40589157 diff --git a/yolo11m/weights/last.pt b/yolo11m/weights/last.pt new file mode 100755 index 0000000000000000000000000000000000000000..7a1e3155a913875447ef9140e56da4fb52c5285c --- /dev/null +++ b/yolo11m/weights/last.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e300b40fa22913fbbd5cb71738111eeecb574e658fdaa436be91739cee1d00af +size 40589157 diff --git a/yolo11n/F1_curve.png b/yolo11n/F1_curve.png new file mode 100755 index 0000000000000000000000000000000000000000..71711d27f7d8a2e584827bb809cd5c26515b146b --- /dev/null +++ b/yolo11n/F1_curve.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0748f77886bb5cc7e3758d3cf087bf9cbe19977a97d7d0831d9ba2ddd7ce75a7 +size 205525 diff --git a/yolo11n/PR_curve.png b/yolo11n/PR_curve.png new file mode 100755 index 0000000000000000000000000000000000000000..6928adb8ed9e50825c1bc7fe6e155f6dc9f196ec --- /dev/null +++ b/yolo11n/PR_curve.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73828b257a185a3feb78dea5c34036e36fe8c83c21d723286a4c3194c992b8dc +size 124250 diff --git a/yolo11n/P_curve.png b/yolo11n/P_curve.png new file mode 100755 index 0000000000000000000000000000000000000000..a520bfd908e1f485c12f54dec4f54aeefe27a5b0 --- /dev/null +++ b/yolo11n/P_curve.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ebdaca2b0b18096434a44e043d70a535beb076f81e285d6b4b0d7330528bc7 +size 169637 diff --git a/yolo11n/R_curve.png b/yolo11n/R_curve.png new file mode 100755 index 0000000000000000000000000000000000000000..5600074167110c5626727876c9c002371e95faa0 --- /dev/null +++ b/yolo11n/R_curve.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4269e159a3574b1c41c543258facdeb9c657aa7a6c015621961ab88d95f41be0 +size 157141 diff --git a/yolo11n/args.yaml b/yolo11n/args.yaml new file mode 100755 index 0000000000000000000000000000000000000000..c02d0a83af931a6293c73572c8a06ec4c7ffc93e --- /dev/null +++ b/yolo11n/args.yaml @@ -0,0 +1,112 @@ +task: detect +mode: train +model: yolo11n.pt +data: data.yml +epochs: 200 +time: null +patience: 100 +batch: 12 +imgsz: +- 720 +- 1024 +save: true +save_period: -1 +cache: false +device: +- 0 +- 1 +- 2 +workers: 12 +project: null +name: train +exist_ok: false +pretrained: true +optimizer: auto +verbose: true +seed: 0 +deterministic: true +single_cls: false +rect: false +cos_lr: false +close_mosaic: 10 +resume: false +amp: true +fraction: 1.0 +profile: false +freeze: null +multi_scale: false +overlap_mask: true +mask_ratio: 4 +dropout: 0.0 +val: true +split: val +save_json: false +save_hybrid: false +conf: null +iou: 0.7 +max_det: 300 +half: false +dnn: false +plots: true +source: null +vid_stride: 1 +stream_buffer: false +visualize: false +augment: false +agnostic_nms: false +classes: null +retina_masks: false +embed: null +show: false +save_frames: false +save_txt: false +save_conf: false +save_crop: false +show_labels: true +show_conf: true +show_boxes: true +line_width: null +format: torchscript +keras: false +optimize: false +int8: false +dynamic: false +simplify: true +opset: null +workspace: 4 +nms: false +lr0: 0.01 +lrf: 0.01 +momentum: 0.937 +weight_decay: 0.0005 +warmup_epochs: 3.0 +warmup_momentum: 0.8 +warmup_bias_lr: 0.1 +box: 7.5 +cls: 0.5 +dfl: 1.5 +pose: 12.0 +kobj: 1.0 +label_smoothing: 0.0 +nbs: 64 +hsv_h: 0.015 +hsv_s: 0.7 +hsv_v: 0.4 +degrees: 0.0 +translate: 0.1 +scale: 0.5 +shear: 0.0 +perspective: 0.0 +flipud: 0.0 +fliplr: 0.5 +bgr: 0.0 +mosaic: 1.0 +mixup: 0.0 +copy_paste: 0.0 +copy_paste_mode: flip +auto_augment: randaugment +erasing: 0.4 +crop_fraction: 1.0 +cfg: null +tracker: botsort.yaml +save_dir: runs/detect/train diff --git a/yolo11n/confusion_matrix.png b/yolo11n/confusion_matrix.png new file mode 100755 index 0000000000000000000000000000000000000000..a4756786bffe5680c25449655fd19dcc6b68b668 --- /dev/null +++ b/yolo11n/confusion_matrix.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe3e819a25403b7fbd223a1de85c5cbf6d8eb071b4a290e73a15846bc4e351a +size 87351 diff --git a/yolo11n/confusion_matrix_normalized.png b/yolo11n/confusion_matrix_normalized.png new file mode 100755 index 0000000000000000000000000000000000000000..cec09b816bc781c2f6bd604d60498e8800791f5e --- /dev/null +++ b/yolo11n/confusion_matrix_normalized.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73c03269634134b43fd36f4b151d5d9a678c22f8dd588ae05fa8a33e35ffb248 +size 108392 diff --git a/yolo11n/events.out.tfevents.1728966149.ubuntu-server1.2056969.0 b/yolo11n/events.out.tfevents.1728966149.ubuntu-server1.2056969.0 new file mode 100755 index 0000000000000000000000000000000000000000..a126b560a1c01cb366839b8dd8294e993085a588 --- /dev/null +++ b/yolo11n/events.out.tfevents.1728966149.ubuntu-server1.2056969.0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c143f742e04296daf08ed2ab447969a2f340bd60a6522cdf4ff9af216b04e7 +size 404797 diff --git a/yolo11n/labels.jpg b/yolo11n/labels.jpg new file mode 100755 index 0000000000000000000000000000000000000000..81fcc2a36b5394b85f2a9aea8499a017036a2077 --- /dev/null +++ b/yolo11n/labels.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38122dbdef0f7cac494755fbb1d5e72c1ecf1d39816df705970a58e0933cd5e +size 216563 diff --git a/yolo11n/labels_correlogram.jpg b/yolo11n/labels_correlogram.jpg new file mode 100755 index 0000000000000000000000000000000000000000..4fdbe1e8d083ad1d9f1e7e6d863ad3a6013d6b85 --- /dev/null +++ b/yolo11n/labels_correlogram.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9be386534c4b38a5d9d8fcbc7b8d6d52353248ca755b4e1c19ac53a00803a47 +size 187660 diff --git a/yolo11n/results.csv b/yolo11n/results.csv new file mode 100755 index 0000000000000000000000000000000000000000..808656f4fefef7ceff2ba5f023545a952a8cac33 --- /dev/null +++ b/yolo11n/results.csv @@ -0,0 +1,201 @@ +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 +1,22.3522,1.80125,4.25584,1.72213,0.02467,0.53915,0.17456,0.08973,1.41702,3.58828,1.41872,0.000232826,0.000232826,0.000232826 +2,39.0495,1.32085,3.17698,1.33976,0.66267,0.34225,0.42835,0.29385,1.07471,2.19116,1.18996,0.000468495,0.000468495,0.000468495 +3,55.5902,1.32676,2.80215,1.31734,0.59371,0.47779,0.36632,0.22414,1.21726,2.28703,1.33781,0.000701809,0.000701809,0.000701809 +4,72.0628,1.19953,2.51443,1.2878,0.76604,0.43765,0.5451,0.37887,1.08446,2.29494,1.19966,0.000703397,0.000703397,0.000703397 +5,88.5247,1.07961,2.17053,1.20626,0.68629,0.63692,0.52817,0.40528,0.90902,1.51091,1.08342,0.000699863,0.000699863,0.000699863 +6,105.018,1.07362,2.09878,1.2082,0.58764,0.50699,0.50297,0.37523,0.945,1.68163,1.10907,0.000696328,0.000696328,0.000696328 +7,121.295,1.13485,2.16001,1.23804,0.79822,0.61469,0.70964,0.57895,0.92349,1.44645,1.05616,0.000692794,0.000692794,0.000692794 +8,137.606,1.10138,2.06809,1.21793,0.78606,0.6668,0.68585,0.51538,0.93893,1.44241,1.09275,0.00068926,0.00068926,0.00068926 +9,154.317,1.04236,1.9602,1.19643,0.71324,0.68847,0.6464,0.50141,0.86794,1.22677,1.04905,0.000685726,0.000685726,0.000685726 +10,170.866,1.02873,1.8415,1.18649,0.68352,0.65813,0.5824,0.44662,0.90159,1.3952,1.0872,0.000682191,0.000682191,0.000682191 +11,187.161,0.9835,1.7027,1.1583,0.9257,0.59558,0.77501,0.6352,0.77448,1.15866,1.03462,0.000678657,0.000678657,0.000678657 +12,203.653,0.99918,1.70006,1.15523,0.69472,0.71753,0.60112,0.48965,0.81609,1.23631,1.03316,0.000675123,0.000675123,0.000675123 +13,220.18,0.97434,1.57616,1.09959,0.82618,0.68352,0.78161,0.6425,0.74328,1.00521,0.98163,0.000671588,0.000671588,0.000671588 +14,236.601,0.92542,1.54639,1.10406,0.80329,0.76586,0.69968,0.54013,0.7884,1.01069,1.02655,0.000668054,0.000668054,0.000668054 +15,253.184,0.92963,1.57296,1.11123,0.77025,0.65525,0.6248,0.50641,0.80107,1.09481,1.02333,0.00066452,0.00066452,0.00066452 +16,269.534,0.91508,1.45812,1.13629,0.87023,0.68353,0.77145,0.63525,0.73496,0.99087,0.96834,0.000660986,0.000660986,0.000660986 +17,285.837,0.86895,1.47038,1.0778,0.83015,0.74447,0.69843,0.57136,0.83111,0.98193,1.02841,0.000657451,0.000657451,0.000657451 +18,302.114,0.95207,1.47331,1.10729,0.79153,0.74564,0.78942,0.67971,0.70634,0.85539,0.96765,0.000653917,0.000653917,0.000653917 +19,318.329,0.88963,1.36264,1.08745,0.8922,0.64163,0.7762,0.68043,0.74023,0.93494,0.95831,0.000650383,0.000650383,0.000650383 +20,334.598,0.83702,1.33159,1.08646,0.94526,0.52169,0.61125,0.51152,0.74042,0.98731,0.971,0.000646848,0.000646848,0.000646848 +21,351.012,0.87203,1.4029,1.07579,0.83241,0.72885,0.78217,0.59117,0.74748,0.99136,0.98061,0.000643314,0.000643314,0.000643314 +22,367.443,0.87885,1.33634,1.09195,0.9232,0.65039,0.79384,0.66674,0.77068,0.92136,0.98032,0.00063978,0.00063978,0.00063978 +23,383.884,0.85605,1.2863,1.09144,0.76166,0.71784,0.77248,0.6368,0.75672,0.93291,0.9863,0.000636245,0.000636245,0.000636245 +24,400.317,0.83647,1.19304,1.07211,0.79185,0.70708,0.78226,0.63156,0.73567,0.96739,0.95408,0.000632711,0.000632711,0.000632711 +25,416.766,0.84759,1.1936,1.07153,0.78886,0.7447,0.7745,0.6428,0.75383,0.92332,0.96326,0.000629177,0.000629177,0.000629177 +26,433.125,0.82049,1.13537,1.05064,0.80455,0.70025,0.7743,0.66785,0.72099,0.92504,0.96332,0.000625642,0.000625642,0.000625642 +27,449.319,0.84046,1.20323,1.05787,0.82383,0.722,0.78805,0.71036,0.67956,0.87365,0.94196,0.000622108,0.000622108,0.000622108 +28,465.68,0.77781,1.09436,1.04383,0.84265,0.66702,0.79006,0.66112,0.73531,0.91559,0.9776,0.000618574,0.000618574,0.000618574 +29,481.957,0.76253,1.06409,1.0309,0.91829,0.72456,0.79011,0.63134,0.6975,0.78807,0.92369,0.00061504,0.00061504,0.00061504 +30,498.417,0.79974,1.06889,1.04645,0.84957,0.68077,0.73382,0.60658,0.77954,0.96979,0.99684,0.000611505,0.000611505,0.000611505 +31,514.781,0.81613,1.11324,1.06618,0.87428,0.73278,0.77026,0.66906,0.64624,0.85071,0.93532,0.000607971,0.000607971,0.000607971 +32,531.132,0.81767,1.09602,1.05812,0.83947,0.6723,0.76524,0.64431,0.74824,0.9501,0.95469,0.000604437,0.000604437,0.000604437 +33,547.56,0.78742,1.05277,1.02896,0.8509,0.76545,0.79591,0.67805,0.7165,0.79263,0.94792,0.000600902,0.000600902,0.000600902 +34,563.846,0.76734,1.03705,1.01924,0.8893,0.6768,0.77274,0.67632,0.7123,0.89755,0.96175,0.000597368,0.000597368,0.000597368 +35,580.365,0.76034,1.02114,1.03718,0.81567,0.7547,0.7896,0.69705,0.65154,0.83317,0.93039,0.000593834,0.000593834,0.000593834 +36,596.774,0.76607,1.00531,1.04495,0.88222,0.67339,0.78628,0.66247,0.71091,0.8323,0.95716,0.0005903,0.0005903,0.0005903 +37,613.16,0.74561,0.98008,1.01724,0.83583,0.74482,0.78777,0.675,0.70419,0.87877,0.95922,0.000586765,0.000586765,0.000586765 +38,629.517,0.74493,0.99607,1.02219,0.88778,0.71641,0.80001,0.70912,0.68421,0.7492,0.93793,0.000583231,0.000583231,0.000583231 +39,646.146,0.76933,0.94452,1.0266,0.88014,0.73409,0.79268,0.70679,0.68435,0.81788,0.92606,0.000579697,0.000579697,0.000579697 +40,662.556,0.72611,0.87382,0.99068,0.91251,0.73513,0.80675,0.72413,0.64591,0.70694,0.91148,0.000576162,0.000576162,0.000576162 +41,678.962,0.72512,0.87742,1.02238,0.83846,0.68109,0.79461,0.67529,0.72168,0.85267,0.93567,0.000572628,0.000572628,0.000572628 +42,695.276,0.73866,0.93104,1.00597,0.89666,0.694,0.78883,0.69614,0.67055,0.79944,0.93536,0.000569094,0.000569094,0.000569094 +43,711.705,0.72827,0.90551,1.00495,0.58199,0.68507,0.64917,0.47369,0.91055,1.22078,1.13813,0.000565559,0.000565559,0.000565559 +44,728.11,0.7835,0.87314,1.00606,0.86499,0.76788,0.80566,0.69318,0.67398,0.71388,0.90917,0.000562025,0.000562025,0.000562025 +45,744.576,0.74174,0.84666,0.99127,0.87824,0.73035,0.80127,0.69775,0.68044,0.7018,0.91703,0.000558491,0.000558491,0.000558491 +46,761.067,0.739,0.90909,0.99687,0.89433,0.73795,0.79387,0.68598,0.66216,0.72614,0.93375,0.000554956,0.000554956,0.000554956 +47,777.444,0.70311,0.85823,0.99202,0.89424,0.7322,0.80207,0.69078,0.67872,0.77522,0.94807,0.000551422,0.000551422,0.000551422 +48,793.84,0.70184,0.81401,0.97395,0.8998,0.78302,0.8,0.71462,0.70251,0.70773,0.94528,0.000547888,0.000547888,0.000547888 +49,810.238,0.73381,0.85313,0.98859,0.84312,0.72929,0.79423,0.69335,0.63258,0.78385,0.91409,0.000544354,0.000544354,0.000544354 +50,826.835,0.72894,0.86522,1.01459,0.81292,0.74806,0.79923,0.69994,0.65529,0.75622,0.91151,0.000540819,0.000540819,0.000540819 +51,843.259,0.68795,0.83301,0.96954,0.86579,0.74809,0.8009,0.70795,0.67842,0.77829,0.93104,0.000537285,0.000537285,0.000537285 +52,859.583,0.66816,0.80916,0.97903,0.69731,0.58489,0.61747,0.50997,0.75292,0.84083,0.98093,0.000533751,0.000533751,0.000533751 +53,875.981,0.6938,0.86361,0.98666,0.90755,0.71475,0.76786,0.65745,0.68386,0.84753,0.95151,0.000530216,0.000530216,0.000530216 +54,892.401,0.68652,0.83083,0.98633,0.7636,0.52261,0.59866,0.47951,0.80268,0.95773,1.02645,0.000526682,0.000526682,0.000526682 +55,908.8,0.67196,0.80675,0.99443,0.79064,0.78831,0.7129,0.61404,0.64445,0.7266,0.91903,0.000523148,0.000523148,0.000523148 +56,925.232,0.75445,0.84618,1.01396,0.93834,0.73246,0.79633,0.67664,0.65517,0.71503,0.92029,0.000519613,0.000519613,0.000519613 +57,941.705,0.67459,0.78443,0.98112,0.80265,0.76303,0.80142,0.7112,0.63105,0.67641,0.90805,0.000516079,0.000516079,0.000516079 +58,958.206,0.69629,0.83894,1.00379,0.84409,0.76558,0.80837,0.72915,0.63414,0.69382,0.92901,0.000512545,0.000512545,0.000512545 +59,974.731,0.6623,0.76623,0.98689,0.9271,0.74486,0.79936,0.70584,0.66721,0.73722,0.93884,0.000509011,0.000509011,0.000509011 +60,991.259,0.66297,0.7708,0.97675,0.89068,0.6925,0.79108,0.70626,0.64143,0.85305,0.93451,0.000505476,0.000505476,0.000505476 +61,1007.82,0.6651,0.74921,0.98039,0.90188,0.74941,0.79304,0.67349,0.66061,0.75167,0.93978,0.000501942,0.000501942,0.000501942 +62,1024.43,0.64451,0.71097,0.9591,0.86974,0.74605,0.79592,0.69236,0.70121,0.74492,0.94874,0.000498408,0.000498408,0.000498408 +63,1040.89,0.66938,0.71109,0.96769,0.79746,0.72349,0.79764,0.70211,0.67684,0.78423,0.92608,0.000494873,0.000494873,0.000494873 +64,1057.29,0.68455,0.76263,0.97333,0.86306,0.73762,0.72583,0.63205,0.68425,0.74564,0.94464,0.000491339,0.000491339,0.000491339 +65,1073.72,0.68516,0.73186,0.97425,0.84093,0.75756,0.81334,0.73584,0.62264,0.69138,0.90512,0.000487805,0.000487805,0.000487805 +66,1090.12,0.64646,0.71657,0.95475,0.91279,0.7581,0.80247,0.72548,0.6176,0.6447,0.89533,0.000484271,0.000484271,0.000484271 +67,1106.7,0.67689,0.72655,0.9666,0.90805,0.75561,0.79308,0.71735,0.61179,0.63364,0.92074,0.000480736,0.000480736,0.000480736 +68,1123.24,0.66832,0.7074,0.97072,0.90654,0.73807,0.77667,0.70998,0.63966,0.72034,0.92975,0.000477202,0.000477202,0.000477202 +69,1139.68,0.64669,0.70128,0.95714,0.88961,0.75549,0.79245,0.7004,0.64498,0.68876,0.92002,0.000473668,0.000473668,0.000473668 +70,1155.99,0.6504,0.73027,0.97463,0.93053,0.73569,0.80988,0.73757,0.61893,0.63728,0.90343,0.000470133,0.000470133,0.000470133 +71,1172.34,0.6221,0.70417,0.94362,0.86237,0.71774,0.78475,0.68044,0.62951,0.7339,0.91756,0.000466599,0.000466599,0.000466599 +72,1188.69,0.6239,0.67489,0.94896,0.91287,0.76837,0.80598,0.71045,0.63602,0.64351,0.90668,0.000463065,0.000463065,0.000463065 +73,1205.14,0.64325,0.70776,0.95748,0.87153,0.67786,0.79136,0.69518,0.64139,0.75264,0.92423,0.00045953,0.00045953,0.00045953 +74,1221.59,0.60811,0.67302,0.96578,0.90261,0.73662,0.7773,0.69593,0.6153,0.66167,0.90361,0.000455996,0.000455996,0.000455996 +75,1237.95,0.65012,0.69679,0.98376,0.84833,0.72749,0.76064,0.65963,0.65092,0.73541,0.91483,0.000452462,0.000452462,0.000452462 +76,1254.28,0.62305,0.70078,0.95438,0.9323,0.72884,0.79665,0.695,0.61817,0.65438,0.92063,0.000448928,0.000448928,0.000448928 +77,1270.71,0.64572,0.68124,0.98472,0.91659,0.76524,0.79518,0.66954,0.62308,0.68972,0.89627,0.000445393,0.000445393,0.000445393 +78,1287.17,0.63339,0.68402,0.94632,0.8864,0.76085,0.78448,0.67171,0.62961,0.65674,0.89324,0.000441859,0.000441859,0.000441859 +79,1303.57,0.65848,0.72489,0.97247,0.87836,0.70296,0.7889,0.67811,0.61777,0.76639,0.89914,0.000438325,0.000438325,0.000438325 +80,1320.08,0.63654,0.71062,0.9763,0.92445,0.75783,0.80285,0.71631,0.59279,0.66051,0.88847,0.00043479,0.00043479,0.00043479 +81,1336.52,0.61952,0.6592,0.96225,0.89324,0.71851,0.79885,0.69218,0.59439,0.63722,0.89589,0.000431256,0.000431256,0.000431256 +82,1353.14,0.59571,0.65841,0.9458,0.81201,0.77837,0.7993,0.70648,0.61884,0.688,0.89772,0.000427722,0.000427722,0.000427722 +83,1369.56,0.64514,0.69042,0.94083,0.91122,0.73097,0.80251,0.72261,0.61248,0.73621,0.90469,0.000424187,0.000424187,0.000424187 +84,1386,0.61103,0.65024,0.93452,0.85721,0.74595,0.80375,0.72945,0.61271,0.70844,0.89159,0.000420653,0.000420653,0.000420653 +85,1402.48,0.62948,0.68309,0.96322,0.89188,0.76634,0.79377,0.71394,0.58296,0.71439,0.8785,0.000417119,0.000417119,0.000417119 +86,1418.9,0.594,0.65308,0.95695,0.81442,0.75639,0.78886,0.71544,0.65273,0.73633,0.91369,0.000413584,0.000413584,0.000413584 +87,1435.33,0.64868,0.69006,0.961,0.91014,0.75844,0.79615,0.71046,0.61058,0.68059,0.91298,0.00041005,0.00041005,0.00041005 +88,1451.78,0.60983,0.62567,0.93219,0.90215,0.75851,0.80511,0.68975,0.61946,0.68623,0.9137,0.000406516,0.000406516,0.000406516 +89,1468.28,0.62363,0.66606,0.95709,0.90033,0.75223,0.80218,0.70162,0.62735,0.6287,0.90963,0.000402982,0.000402982,0.000402982 +90,1484.7,0.60395,0.63041,0.95999,0.89449,0.75249,0.81218,0.70855,0.58188,0.61599,0.88859,0.000399447,0.000399447,0.000399447 +91,1501.12,0.63791,0.66897,0.96416,0.90309,0.75732,0.80383,0.70627,0.57242,0.61774,0.88008,0.000395913,0.000395913,0.000395913 +92,1517.57,0.61215,0.63248,0.92738,0.90169,0.77175,0.78656,0.69409,0.57206,0.58291,0.87656,0.000392379,0.000392379,0.000392379 +93,1534.1,0.61268,0.64555,0.96428,0.90044,0.741,0.78557,0.67195,0.62672,0.67301,0.91689,0.000388844,0.000388844,0.000388844 +94,1550.54,0.60161,0.6162,0.94011,0.91466,0.76148,0.80189,0.71997,0.58799,0.53379,0.88979,0.00038531,0.00038531,0.00038531 +95,1567,0.6118,0.635,0.95615,0.8536,0.73982,0.7857,0.69658,0.62855,0.71918,0.93326,0.000381776,0.000381776,0.000381776 +96,1583.45,0.60299,0.6133,0.93314,0.89205,0.7394,0.79285,0.69826,0.58478,0.66117,0.90896,0.000378242,0.000378242,0.000378242 +97,1599.99,0.58806,0.63275,0.95388,0.93941,0.73831,0.7912,0.70316,0.62716,0.72181,0.93339,0.000374707,0.000374707,0.000374707 +98,1616.39,0.5977,0.62964,0.95509,0.91819,0.76761,0.80094,0.72117,0.59885,0.74201,0.90298,0.000371173,0.000371173,0.000371173 +99,1632.87,0.58824,0.61635,0.95488,0.89644,0.71014,0.78774,0.71736,0.61315,0.79,0.90884,0.000367639,0.000367639,0.000367639 +100,1649.33,0.60369,0.61577,0.95544,0.90799,0.7323,0.80691,0.70292,0.60431,0.60063,0.90316,0.000364104,0.000364104,0.000364104 +101,1665.85,0.5667,0.62516,0.92304,0.90755,0.73307,0.79745,0.6804,0.58847,0.68588,0.89302,0.00036057,0.00036057,0.00036057 +102,1682.22,0.57493,0.58754,0.92723,0.88499,0.7334,0.77584,0.69449,0.58388,0.65452,0.89193,0.000357036,0.000357036,0.000357036 +103,1698.49,0.57113,0.57553,0.93235,0.90497,0.74567,0.7943,0.70773,0.56284,0.66045,0.87726,0.000353501,0.000353501,0.000353501 +104,1714.82,0.57276,0.5731,0.92772,0.89698,0.74263,0.79802,0.69103,0.58681,0.67119,0.88869,0.000349967,0.000349967,0.000349967 +105,1731.18,0.5839,0.55813,0.92888,0.88813,0.74459,0.79753,0.72008,0.59636,0.5701,0.89704,0.000346433,0.000346433,0.000346433 +106,1747.55,0.59143,0.62188,0.93523,0.91192,0.74309,0.81278,0.72758,0.58902,0.55598,0.8902,0.000342899,0.000342899,0.000342899 +107,1763.87,0.58573,0.57808,0.95455,0.92258,0.78202,0.81217,0.72528,0.57501,0.59854,0.88239,0.000339364,0.000339364,0.000339364 +108,1780.28,0.56411,0.54393,0.91042,0.84855,0.7657,0.80858,0.7416,0.61491,0.60411,0.88312,0.00033583,0.00033583,0.00033583 +109,1796.79,0.57571,0.56766,0.93261,0.84802,0.72225,0.79199,0.70933,0.65462,0.68515,0.91917,0.000332296,0.000332296,0.000332296 +110,1813.37,0.58197,0.5728,0.93202,0.91839,0.73668,0.79733,0.71386,0.61349,0.66084,0.89725,0.000328761,0.000328761,0.000328761 +111,1829.75,0.57963,0.6024,0.92187,0.91812,0.77921,0.80992,0.74751,0.55266,0.59384,0.86182,0.000325227,0.000325227,0.000325227 +112,1846.22,0.59709,0.6032,0.92356,0.93653,0.75539,0.80309,0.72695,0.59506,0.607,0.88765,0.000321693,0.000321693,0.000321693 +113,1862.72,0.57256,0.57206,0.92827,0.91501,0.76933,0.79687,0.7307,0.58949,0.58147,0.87107,0.000318158,0.000318158,0.000318158 +114,1879.13,0.59901,0.53956,0.95043,0.91303,0.75401,0.80612,0.71537,0.58536,0.62644,0.88909,0.000314624,0.000314624,0.000314624 +115,1895.48,0.54557,0.53511,0.93262,0.9171,0.75433,0.80848,0.73168,0.60639,0.60974,0.90894,0.00031109,0.00031109,0.00031109 +116,1911.88,0.5604,0.51282,0.92717,0.92367,0.7602,0.80967,0.74231,0.58996,0.60448,0.90644,0.000307555,0.000307555,0.000307555 +117,1928.36,0.56301,0.54297,0.92353,0.93848,0.75947,0.79887,0.73658,0.57777,0.66444,0.89006,0.000304021,0.000304021,0.000304021 +118,1944.74,0.55188,0.57464,0.93424,0.9109,0.76843,0.80189,0.73082,0.6049,0.61309,0.89657,0.000300487,0.000300487,0.000300487 +119,1961.34,0.57573,0.56379,0.94406,0.94754,0.76905,0.80284,0.73879,0.59868,0.60352,0.91137,0.000296953,0.000296953,0.000296953 +120,1977.72,0.53929,0.5292,0.93244,0.93472,0.76308,0.80815,0.73947,0.57525,0.61112,0.86713,0.000293418,0.000293418,0.000293418 +121,1994.2,0.52651,0.52158,0.90716,0.7725,0.76644,0.81116,0.71294,0.57618,0.59706,0.88361,0.000289884,0.000289884,0.000289884 +122,2010.68,0.53716,0.50095,0.91221,0.93815,0.75372,0.8016,0.70181,0.57945,0.62621,0.87759,0.00028635,0.00028635,0.00028635 +123,2027.13,0.53903,0.51442,0.90114,0.91146,0.7398,0.79955,0.71344,0.58514,0.71512,0.89327,0.000282815,0.000282815,0.000282815 +124,2043.56,0.55306,0.532,0.9296,0.90156,0.7575,0.80266,0.70249,0.57246,0.60651,0.87078,0.000279281,0.000279281,0.000279281 +125,2059.97,0.54392,0.52035,0.92454,0.9173,0.75703,0.79584,0.72195,0.53733,0.59592,0.86642,0.000275747,0.000275747,0.000275747 +126,2076.36,0.5406,0.51783,0.89737,0.66685,0.80365,0.72846,0.63514,0.57726,0.60608,0.88944,0.000272212,0.000272212,0.000272212 +127,2092.72,0.52984,0.53484,0.91659,0.77528,0.76306,0.80352,0.71543,0.56318,0.6571,0.88199,0.000268678,0.000268678,0.000268678 +128,2109.15,0.57673,0.54796,0.92023,0.75549,0.77299,0.80312,0.72768,0.56183,0.62196,0.87683,0.000265144,0.000265144,0.000265144 +129,2125.59,0.54379,0.53329,0.92708,0.92471,0.76008,0.80256,0.73081,0.54996,0.61033,0.8755,0.00026161,0.00026161,0.00026161 +130,2142.05,0.53346,0.52297,0.91615,0.89483,0.75626,0.81047,0.72253,0.57565,0.60603,0.89672,0.000258075,0.000258075,0.000258075 +131,2158.37,0.53807,0.48985,0.90549,0.85579,0.76959,0.79824,0.71747,0.57924,0.63607,0.8862,0.000254541,0.000254541,0.000254541 +132,2174.78,0.53547,0.52538,0.93546,0.88297,0.7424,0.8008,0.72475,0.56552,0.63232,0.8741,0.000251007,0.000251007,0.000251007 +133,2191.24,0.52767,0.51597,0.90985,0.86698,0.7826,0.79842,0.7064,0.54949,0.62451,0.86217,0.000247472,0.000247472,0.000247472 +134,2207.79,0.55197,0.51406,0.92885,0.89613,0.75779,0.80629,0.71562,0.56155,0.59925,0.87884,0.000243938,0.000243938,0.000243938 +135,2224.15,0.49965,0.50041,0.90041,0.92973,0.77667,0.80559,0.72004,0.54884,0.60386,0.87003,0.000240404,0.000240404,0.000240404 +136,2240.54,0.55365,0.50458,0.9179,0.92871,0.7769,0.8083,0.71713,0.54821,0.61831,0.87666,0.000236869,0.000236869,0.000236869 +137,2256.92,0.52776,0.49148,0.89406,0.92664,0.76317,0.79905,0.71784,0.54795,0.63604,0.86688,0.000233335,0.000233335,0.000233335 +138,2273.4,0.5249,0.47857,0.90706,0.90977,0.78037,0.80539,0.73347,0.5342,0.61702,0.85741,0.000229801,0.000229801,0.000229801 +139,2289.89,0.51495,0.48084,0.90227,0.9386,0.7632,0.80388,0.7109,0.549,0.63052,0.85969,0.000226267,0.000226267,0.000226267 +140,2306.41,0.54696,0.52099,0.91573,0.93365,0.77602,0.79862,0.72503,0.55265,0.61875,0.86603,0.000222732,0.000222732,0.000222732 +141,2322.96,0.52503,0.48032,0.91363,0.9382,0.75634,0.79343,0.71175,0.58257,0.63194,0.87686,0.000219198,0.000219198,0.000219198 +142,2339.5,0.49356,0.4631,0.90284,0.92784,0.76652,0.79415,0.72031,0.544,0.58448,0.86109,0.000215664,0.000215664,0.000215664 +143,2356,0.4955,0.45543,0.89129,0.86728,0.77262,0.80208,0.73182,0.53115,0.56531,0.85913,0.000212129,0.000212129,0.000212129 +144,2372.5,0.51627,0.47543,0.91305,0.92127,0.76878,0.80163,0.70846,0.5496,0.55732,0.86506,0.000208595,0.000208595,0.000208595 +145,2388.92,0.5428,0.52022,0.91662,0.91562,0.76756,0.80244,0.72807,0.54113,0.55275,0.85813,0.000205061,0.000205061,0.000205061 +146,2405.38,0.49171,0.47385,0.89702,0.93435,0.76443,0.80535,0.74264,0.55813,0.59241,0.87497,0.000201527,0.000201527,0.000201527 +147,2421.77,0.53586,0.47512,0.92588,0.9212,0.76696,0.79636,0.6979,0.57433,0.59922,0.88637,0.000197992,0.000197992,0.000197992 +148,2438.27,0.51978,0.47068,0.90539,0.92721,0.76787,0.80074,0.70063,0.56291,0.58484,0.88067,0.000194458,0.000194458,0.000194458 +149,2454.78,0.52497,0.49673,0.92535,0.94057,0.77265,0.81142,0.73267,0.55461,0.52588,0.86897,0.000190924,0.000190924,0.000190924 +150,2471.1,0.51951,0.47556,0.90924,0.87514,0.76389,0.80621,0.71198,0.55001,0.60141,0.87529,0.000187389,0.000187389,0.000187389 +151,2487.52,0.4971,0.4716,0.89336,0.92012,0.77982,0.80941,0.7286,0.56583,0.56359,0.88728,0.000183855,0.000183855,0.000183855 +152,2504.01,0.52699,0.49967,0.89545,0.91281,0.77512,0.79375,0.72115,0.547,0.63645,0.8689,0.000180321,0.000180321,0.000180321 +153,2520.39,0.50011,0.46983,0.90725,0.92583,0.76847,0.79152,0.69261,0.54516,0.63177,0.86562,0.000176786,0.000176786,0.000176786 +154,2536.7,0.48851,0.45128,0.89546,0.93333,0.76727,0.79611,0.7196,0.53982,0.60316,0.87009,0.000173252,0.000173252,0.000173252 +155,2552.97,0.49458,0.44837,0.89549,0.93845,0.77827,0.79477,0.73427,0.54636,0.5782,0.87187,0.000169718,0.000169718,0.000169718 +156,2569.28,0.50478,0.45142,0.91402,0.86487,0.77173,0.7939,0.70728,0.53877,0.62978,0.85538,0.000166183,0.000166183,0.000166183 +157,2585.78,0.4888,0.45499,0.89968,0.90727,0.76347,0.802,0.7279,0.53316,0.58794,0.86559,0.000162649,0.000162649,0.000162649 +158,2602.07,0.49975,0.47457,0.90465,0.92697,0.78714,0.80533,0.71778,0.53988,0.53441,0.85814,0.000159115,0.000159115,0.000159115 +159,2618.38,0.51549,0.49136,0.91482,0.92554,0.77119,0.79931,0.7112,0.53329,0.52551,0.85579,0.000155581,0.000155581,0.000155581 +160,2634.74,0.47575,0.43845,0.89427,0.92328,0.77221,0.80535,0.72844,0.53985,0.56135,0.86229,0.000152046,0.000152046,0.000152046 +161,2651.06,0.48695,0.42791,0.91083,0.92447,0.76586,0.80199,0.72509,0.53071,0.56131,0.85783,0.000148512,0.000148512,0.000148512 +162,2667.45,0.49827,0.47371,0.90686,0.91314,0.75236,0.79627,0.7423,0.526,0.57696,0.85992,0.000144978,0.000144978,0.000144978 +163,2683.78,0.50396,0.46026,0.90828,0.91432,0.7424,0.79202,0.73919,0.52791,0.65139,0.85848,0.000141443,0.000141443,0.000141443 +164,2700.11,0.49912,0.43591,0.89714,0.92837,0.76299,0.79855,0.74175,0.54151,0.54569,0.85508,0.000137909,0.000137909,0.000137909 +165,2716.58,0.49913,0.45029,0.90851,0.94078,0.76755,0.80158,0.72045,0.54281,0.55469,0.85938,0.000134375,0.000134375,0.000134375 +166,2732.99,0.48201,0.453,0.89132,0.93755,0.77884,0.80341,0.72852,0.54421,0.53398,0.85821,0.000130841,0.000130841,0.000130841 +167,2749.39,0.49997,0.4903,0.91364,0.93513,0.77786,0.8099,0.73218,0.5521,0.56573,0.87063,0.000127306,0.000127306,0.000127306 +168,2765.78,0.47556,0.44087,0.88412,0.93611,0.77448,0.80302,0.73171,0.54049,0.56168,0.8725,0.000123772,0.000123772,0.000123772 +169,2782.23,0.50836,0.45413,0.88959,0.93076,0.76878,0.80305,0.74423,0.54432,0.54304,0.87068,0.000120238,0.000120238,0.000120238 +170,2798.49,0.48002,0.43165,0.89865,0.917,0.7671,0.80381,0.74246,0.54065,0.55126,0.86981,0.000116703,0.000116703,0.000116703 +171,2814.84,0.48329,0.42186,0.88304,0.91796,0.77391,0.80624,0.748,0.54246,0.57892,0.87578,0.000113169,0.000113169,0.000113169 +172,2831.21,0.47997,0.45235,0.9026,0.92691,0.77024,0.81137,0.72965,0.56756,0.59323,0.89343,0.000109635,0.000109635,0.000109635 +173,2847.59,0.4712,0.44065,0.89982,0.93326,0.76986,0.80758,0.72561,0.57717,0.57339,0.89132,0.0001061,0.0001061,0.0001061 +174,2864.07,0.47506,0.43108,0.88489,0.93989,0.77205,0.81169,0.73447,0.54644,0.53503,0.87785,0.000102566,0.000102566,0.000102566 +175,2880.58,0.48359,0.45477,0.88351,0.9169,0.77961,0.81271,0.73513,0.56813,0.56542,0.88124,9.90318e-05,9.90318e-05,9.90318e-05 +176,2897,0.48658,0.43866,0.8874,0.94379,0.77046,0.81135,0.73845,0.52307,0.51127,0.86228,9.54975e-05,9.54975e-05,9.54975e-05 +177,2913.28,0.46994,0.4442,0.89858,0.94348,0.76894,0.809,0.73906,0.54509,0.49954,0.87264,9.19632e-05,9.19632e-05,9.19632e-05 +178,2929.69,0.49633,0.44577,0.89507,0.9482,0.77164,0.80492,0.73234,0.52646,0.51494,0.86411,8.84289e-05,8.84289e-05,8.84289e-05 +179,2946.13,0.46942,0.4493,0.89445,0.94732,0.77591,0.80542,0.72834,0.53677,0.51294,0.87409,8.48946e-05,8.48946e-05,8.48946e-05 +180,2962.78,0.47804,0.45082,0.90565,0.95061,0.76816,0.803,0.72895,0.54207,0.53,0.8741,8.13603e-05,8.13603e-05,8.13603e-05 +181,2979.29,0.46522,0.41194,0.89812,0.9445,0.76834,0.79921,0.72749,0.54258,0.55483,0.87766,7.7826e-05,7.7826e-05,7.7826e-05 +182,2995.7,0.46659,0.42352,0.87434,0.94479,0.76896,0.80378,0.72963,0.53228,0.56207,0.87186,7.42917e-05,7.42917e-05,7.42917e-05 +183,3012.02,0.47144,0.43388,0.89172,0.92617,0.77073,0.80698,0.73495,0.54189,0.5466,0.87646,7.07574e-05,7.07574e-05,7.07574e-05 +184,3028.5,0.47402,0.44382,0.88839,0.92197,0.77536,0.80943,0.71858,0.54133,0.54456,0.8736,6.72231e-05,6.72231e-05,6.72231e-05 +185,3045.01,0.45251,0.41968,0.88115,0.93713,0.77715,0.81232,0.72127,0.53596,0.51858,0.8718,6.36888e-05,6.36888e-05,6.36888e-05 +186,3061.22,0.43392,0.40625,0.87962,0.93206,0.7852,0.81349,0.72012,0.5411,0.50305,0.87424,6.01545e-05,6.01545e-05,6.01545e-05 +187,3077.61,0.44262,0.42288,0.88282,0.94892,0.78036,0.80875,0.72242,0.54241,0.52065,0.87668,5.66202e-05,5.66202e-05,5.66202e-05 +188,3094.01,0.44777,0.41487,0.8906,0.956,0.78413,0.81151,0.72013,0.53047,0.5316,0.86999,5.30859e-05,5.30859e-05,5.30859e-05 +189,3110.37,0.47477,0.41429,0.9009,0.93727,0.77687,0.80988,0.71861,0.52904,0.52065,0.86943,4.95516e-05,4.95516e-05,4.95516e-05 +190,3126.88,0.47576,0.41943,0.88394,0.94329,0.77324,0.80852,0.71822,0.53869,0.51408,0.87063,4.60173e-05,4.60173e-05,4.60173e-05 +191,3144.38,0.44727,0.37257,0.87785,0.94759,0.77383,0.80898,0.75035,0.53407,0.5157,0.86346,4.2483e-05,4.2483e-05,4.2483e-05 +192,3160.75,0.44039,0.35851,0.86902,0.94958,0.77787,0.80781,0.75052,0.53881,0.53352,0.86729,3.89487e-05,3.89487e-05,3.89487e-05 +193,3177.25,0.42331,0.34415,0.85258,0.94455,0.77792,0.8086,0.74789,0.54308,0.53221,0.86756,3.54144e-05,3.54144e-05,3.54144e-05 +194,3193.54,0.40206,0.35208,0.8365,0.93097,0.78523,0.81182,0.72211,0.53384,0.50856,0.86452,3.18801e-05,3.18801e-05,3.18801e-05 +195,3210.1,0.43203,0.33656,0.85093,0.93152,0.78718,0.81373,0.72526,0.53472,0.49466,0.86751,2.83458e-05,2.83458e-05,2.83458e-05 +196,3226.54,0.4124,0.34168,0.83553,0.94413,0.78442,0.8147,0.72312,0.52484,0.49849,0.86175,2.48115e-05,2.48115e-05,2.48115e-05 +197,3242.97,0.43592,0.37001,0.84584,0.93759,0.783,0.81364,0.73792,0.52502,0.49805,0.85943,2.12772e-05,2.12772e-05,2.12772e-05 +198,3259.34,0.41143,0.33645,0.8367,0.93912,0.7766,0.81076,0.71928,0.52812,0.48983,0.86352,1.77429e-05,1.77429e-05,1.77429e-05 +199,3275.75,0.41911,0.34579,0.85105,0.94071,0.78071,0.81115,0.75262,0.52963,0.49714,0.86317,1.42086e-05,1.42086e-05,1.42086e-05 +200,3292.22,0.39207,0.32902,0.84066,0.93685,0.78082,0.81085,0.7537,0.53068,0.50898,0.8636,1.06743e-05,1.06743e-05,1.06743e-05 diff --git a/yolo11n/results.png b/yolo11n/results.png new file mode 100755 index 0000000000000000000000000000000000000000..5f99d9a5b0e42a6d2305cc808f26fa296181f0af --- /dev/null +++ b/yolo11n/results.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:568d9a7f197b05ffc88b51b1d62f063b2963209285e50f6d5284bd95682b7850 +size 276359 diff --git a/yolo11n/train_batch0.jpg b/yolo11n/train_batch0.jpg new file mode 100755 index 0000000000000000000000000000000000000000..8b5305ce1ed2e9624a69af0d58707c37c51f1330 --- /dev/null +++ b/yolo11n/train_batch0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0436847ec44552d10120b26655e1883fa5fe600c407eef33794a24831a171c2 +size 560543 diff --git a/yolo11n/train_batch1.jpg b/yolo11n/train_batch1.jpg new file mode 100755 index 0000000000000000000000000000000000000000..488c08f90e7668f9b4a3cc4dca2aeb9c9799aeb9 --- /dev/null +++ b/yolo11n/train_batch1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f094ea968a798fd3e0812add8b5282f962d894fd7074d6686877a7d6c48070f5 +size 455129 diff --git a/yolo11n/train_batch2.jpg b/yolo11n/train_batch2.jpg new file mode 100755 index 0000000000000000000000000000000000000000..9195ec1d34f96e6f8d9dc2b3da9d5c9babec63a8 --- /dev/null +++ b/yolo11n/train_batch2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86d3da1d94c0f606f47307e9785ac6a4ae6720b57e64333bbb0f1e39771bc5c9 +size 393712 diff --git a/yolo11n/train_batch8740.jpg b/yolo11n/train_batch8740.jpg new file mode 100755 index 0000000000000000000000000000000000000000..1ce9196dd25927012c88c91fa6fcb1e8cfc61579 --- /dev/null +++ b/yolo11n/train_batch8740.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e4f232669e793e32fe6b8456c304ac19446693564cd16351969c5a9d34e8d5 +size 408202 diff --git a/yolo11n/train_batch8741.jpg b/yolo11n/train_batch8741.jpg new file mode 100755 index 0000000000000000000000000000000000000000..ad1a466c3de143850d9e3772a980441b86f22280 --- /dev/null +++ b/yolo11n/train_batch8741.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9888deac30a19e815bcc115f8510457d0b6a3cd6fc40c3dce0c15829ad43a59 +size 424308 diff --git a/yolo11n/train_batch8742.jpg b/yolo11n/train_batch8742.jpg new file mode 100755 index 0000000000000000000000000000000000000000..46aa2c8af72bb507ffcddd239ca80c8c9b8f4c3f --- /dev/null +++ b/yolo11n/train_batch8742.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0ff054045a0e9f5387df67cc6c0e40dc88b2faa59ccaa0d240d67f9a4c4496 +size 388921 diff --git a/yolo11n/weights/best.pt b/yolo11n/weights/best.pt new file mode 100755 index 0000000000000000000000000000000000000000..26472a16c32f2d992c3bb3fd85436a6e85bd679e --- /dev/null +++ b/yolo11n/weights/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf56e65e01285bfb61c98f4cbea9a8108a1918c126eafdd804b3df17132cdb47 +size 5539923 diff --git a/yolo11n/weights/last.pt b/yolo11n/weights/last.pt new file mode 100755 index 0000000000000000000000000000000000000000..5aee80fa45685a9190b0309ab4c8fae0ee674fc0 --- /dev/null +++ b/yolo11n/weights/last.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a96cf7e140f1fdbc2303bf33b15cc328f5178f32789a029ba607a4cb9484d1ee +size 5539923 diff --git a/yolo11s/F1_curve.png b/yolo11s/F1_curve.png new file mode 100755 index 0000000000000000000000000000000000000000..bc4d2334567a5eca03142d020db72cbde505edcc --- /dev/null +++ b/yolo11s/F1_curve.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b789f64716b44c157449346af95ab3ef7c1a6e8d5716aa26c1bf8558f91a241 +size 195122 diff --git a/yolo11s/PR_curve.png b/yolo11s/PR_curve.png new file mode 100755 index 0000000000000000000000000000000000000000..cc27e658b2db3ec3d965139333e4244d1086f767 --- /dev/null +++ b/yolo11s/PR_curve.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d3f8bba93fd01e5877c5b973b2bc4b87f65588d72d33cc7ff46a8ad745d5f4 +size 127748 diff --git a/yolo11s/P_curve.png b/yolo11s/P_curve.png new file mode 100755 index 0000000000000000000000000000000000000000..212529851350c649dcec740f23b439a66e19338a --- /dev/null +++ b/yolo11s/P_curve.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cf9af29ef0c89a63719f55abd664bbd1d397726ab393514cfca0ce743f06cbd +size 164914 diff --git a/yolo11s/R_curve.png b/yolo11s/R_curve.png new file mode 100755 index 0000000000000000000000000000000000000000..1f4661d9a39d5f92ba98cd20a05c3a1704791cf0 --- /dev/null +++ b/yolo11s/R_curve.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6377e985d918d54f238d1d41cf3be8ba8bc2b093b8023e5110a159495151bf39 +size 156224 diff --git a/yolo11s/args.yaml b/yolo11s/args.yaml new file mode 100755 index 0000000000000000000000000000000000000000..79537fde1bf1ce9e2afd3090dd24236570257db6 --- /dev/null +++ b/yolo11s/args.yaml @@ -0,0 +1,112 @@ +task: detect +mode: train +model: yolo11s.pt +data: data.yml +epochs: 200 +time: null +patience: 100 +batch: 12 +imgsz: +- 720 +- 1024 +save: true +save_period: -1 +cache: false +device: +- 0 +- 1 +- 2 +workers: 12 +project: null +name: train2 +exist_ok: false +pretrained: true +optimizer: auto +verbose: true +seed: 0 +deterministic: true +single_cls: false +rect: false +cos_lr: false +close_mosaic: 10 +resume: false +amp: true +fraction: 1.0 +profile: false +freeze: null +multi_scale: false +overlap_mask: true +mask_ratio: 4 +dropout: 0.0 +val: true +split: val +save_json: false +save_hybrid: false +conf: null +iou: 0.7 +max_det: 300 +half: false +dnn: false +plots: true +source: null +vid_stride: 1 +stream_buffer: false +visualize: false +augment: false +agnostic_nms: false +classes: null +retina_masks: false +embed: null +show: false +save_frames: false +save_txt: false +save_conf: false +save_crop: false +show_labels: true +show_conf: true +show_boxes: true +line_width: null +format: torchscript +keras: false +optimize: false +int8: false +dynamic: false +simplify: true +opset: null +workspace: 4 +nms: false +lr0: 0.01 +lrf: 0.01 +momentum: 0.937 +weight_decay: 0.0005 +warmup_epochs: 3.0 +warmup_momentum: 0.8 +warmup_bias_lr: 0.1 +box: 7.5 +cls: 0.5 +dfl: 1.5 +pose: 12.0 +kobj: 1.0 +label_smoothing: 0.0 +nbs: 64 +hsv_h: 0.015 +hsv_s: 0.7 +hsv_v: 0.4 +degrees: 0.0 +translate: 0.1 +scale: 0.5 +shear: 0.0 +perspective: 0.0 +flipud: 0.0 +fliplr: 0.5 +bgr: 0.0 +mosaic: 1.0 +mixup: 0.0 +copy_paste: 0.0 +copy_paste_mode: flip +auto_augment: randaugment +erasing: 0.4 +crop_fraction: 1.0 +cfg: null +tracker: botsort.yaml +save_dir: runs/detect/train2 diff --git a/yolo11s/confusion_matrix.png b/yolo11s/confusion_matrix.png new file mode 100755 index 0000000000000000000000000000000000000000..5b5605113cb7cd025d50a24abd6c18691c0d820f --- /dev/null +++ b/yolo11s/confusion_matrix.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6905c7ef485af4a560c6fbf3cac9d211d3d4009600cf83ebae154621fd352145 +size 86916 diff --git a/yolo11s/confusion_matrix_normalized.png b/yolo11s/confusion_matrix_normalized.png new file mode 100755 index 0000000000000000000000000000000000000000..925a19a5451db05b442de08e815e5a1bf033df99 --- /dev/null +++ b/yolo11s/confusion_matrix_normalized.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54ffae9a3200f64bb8ccf64b81ab60a4cccf037a7bf8ac71dbaaeb5e7c2093c +size 108074 diff --git a/yolo11s/events.out.tfevents.1728969505.ubuntu-server1.2218282.0 b/yolo11s/events.out.tfevents.1728969505.ubuntu-server1.2218282.0 new file mode 100755 index 0000000000000000000000000000000000000000..4e42face4fe9299fb259da450737e234983ce935 --- /dev/null +++ b/yolo11s/events.out.tfevents.1728969505.ubuntu-server1.2218282.0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd1d786246161c2a47b1544f4846b683cd235386c3d007c21478a0f4965594ef +size 405173 diff --git a/yolo11s/labels.jpg b/yolo11s/labels.jpg new file mode 100755 index 0000000000000000000000000000000000000000..81fcc2a36b5394b85f2a9aea8499a017036a2077 --- /dev/null +++ b/yolo11s/labels.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38122dbdef0f7cac494755fbb1d5e72c1ecf1d39816df705970a58e0933cd5e +size 216563 diff --git a/yolo11s/labels_correlogram.jpg b/yolo11s/labels_correlogram.jpg new file mode 100755 index 0000000000000000000000000000000000000000..4fdbe1e8d083ad1d9f1e7e6d863ad3a6013d6b85 --- /dev/null +++ b/yolo11s/labels_correlogram.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9be386534c4b38a5d9d8fcbc7b8d6d52353248ca755b4e1c19ac53a00803a47 +size 187660 diff --git a/yolo11s/results.csv b/yolo11s/results.csv new file mode 100755 index 0000000000000000000000000000000000000000..91b17978b8b2f86c86df92b71bf648ac412c289a --- /dev/null +++ b/yolo11s/results.csv @@ -0,0 +1,201 @@ +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 +1,23.6549,1.78609,5.03787,1.71497,0.62689,0.2962,0.31819,0.18802,1.2725,2.23716,1.33667,0.000232826,0.000232826,0.000232826 +2,41.1432,1.24852,2.32197,1.33022,0.78477,0.46091,0.49489,0.33417,1.11572,1.74006,1.25466,0.000468495,0.000468495,0.000468495 +3,58.3991,1.25509,1.91461,1.29734,0.59601,0.44631,0.46053,0.32141,1.09387,1.44036,1.29461,0.000701809,0.000701809,0.000701809 +4,75.6205,1.15,1.72774,1.25288,0.49082,0.31515,0.36418,0.2251,1.36866,1.92656,1.46521,0.000703397,0.000703397,0.000703397 +5,92.8459,1.06221,1.43299,1.20472,0.61081,0.50424,0.51732,0.37177,1.06741,1.533,1.21748,0.000699863,0.000699863,0.000699863 +6,110.182,1.0693,1.39062,1.21865,0.63561,0.65857,0.55735,0.40271,1.03207,1.32833,1.20618,0.000696328,0.000696328,0.000696328 +7,127.459,1.11235,1.52446,1.24355,0.82996,0.49543,0.54191,0.39871,1.02139,1.19459,1.18159,0.000692794,0.000692794,0.000692794 +8,144.644,1.04196,1.42525,1.20887,0.73591,0.69455,0.65851,0.51838,0.91494,1.14846,1.10401,0.00068926,0.00068926,0.00068926 +9,161.819,1.03772,1.42345,1.20416,0.67685,0.67857,0.60839,0.44943,0.94749,1.14916,1.10843,0.000685726,0.000685726,0.000685726 +10,179.007,0.94793,1.23783,1.16498,0.83977,0.64895,0.73143,0.59201,0.88291,1.08016,1.0802,0.000682191,0.000682191,0.000682191 +11,196.201,0.9681,1.23418,1.17147,0.77603,0.68306,0.72753,0.61406,0.83321,0.93075,1.05261,0.000678657,0.000678657,0.000678657 +12,213.33,0.95533,1.23415,1.15892,0.73592,0.50432,0.55263,0.33436,1.38564,2.03433,1.46939,0.000675123,0.000675123,0.000675123 +13,230.471,0.89663,1.14044,1.08299,0.74197,0.67359,0.62717,0.4491,1.15467,1.11755,1.35038,0.000671588,0.000671588,0.000671588 +14,247.562,0.90389,1.13917,1.10791,0.50987,0.79382,0.58022,0.42853,0.8994,1.35298,1.08932,0.000668054,0.000668054,0.000668054 +15,264.636,0.89112,1.17421,1.1102,0.77501,0.53406,0.61738,0.49646,0.94043,0.94825,1.13324,0.00066452,0.00066452,0.00066452 +16,281.905,0.87135,1.11868,1.11339,0.89675,0.7052,0.78233,0.68321,0.72093,0.82362,0.9957,0.000660986,0.000660986,0.000660986 +17,299.286,0.86756,1.10817,1.09327,0.93031,0.65112,0.79143,0.67012,0.83041,0.86591,1.03372,0.000657451,0.000657451,0.000657451 +18,316.537,0.91014,1.0756,1.10886,0.88137,0.67902,0.79416,0.69149,0.72112,0.80767,0.96269,0.000653917,0.000653917,0.000653917 +19,333.978,0.8879,1.02975,1.10494,0.87363,0.70623,0.77983,0.67647,0.72746,0.82604,0.99673,0.000650383,0.000650383,0.000650383 +20,351.166,0.83295,1.03118,1.09363,0.8056,0.59161,0.72138,0.59972,0.85394,0.99037,1.05129,0.000646848,0.000646848,0.000646848 +21,368.331,0.85365,1.07719,1.09467,0.87031,0.69931,0.78461,0.66156,0.74993,0.79622,0.97764,0.000643314,0.000643314,0.000643314 +22,385.544,0.83545,1.076,1.0698,0.86033,0.702,0.7847,0.65944,0.81127,0.82169,1.02396,0.00063978,0.00063978,0.00063978 +23,402.727,0.8278,0.97721,1.07514,0.76782,0.66892,0.59946,0.48627,0.76231,1.5434,0.97175,0.000636245,0.000636245,0.000636245 +24,420.062,0.80919,0.91146,1.06896,0.65669,0.51568,0.65024,0.3876,1.01595,1.27594,1.18898,0.000632711,0.000632711,0.000632711 +25,437.407,0.80295,0.93574,1.06365,0.88453,0.68131,0.76826,0.57011,0.84295,0.93586,1.07687,0.000629177,0.000629177,0.000629177 +26,454.602,0.7784,0.90305,1.04075,0.85005,0.73732,0.78967,0.68981,0.78323,0.78582,1.02299,0.000625642,0.000625642,0.000625642 +27,471.757,0.80531,0.97737,1.04909,0.63672,0.37906,0.41495,0.26888,1.57565,1.99223,1.72132,0.000622108,0.000622108,0.000622108 +28,488.932,0.75257,0.87535,1.04486,0.7601,0.57636,0.6116,0.4297,0.77666,2.11193,1.01416,0.000618574,0.000618574,0.000618574 +29,506.146,0.73665,0.87967,1.032,0.83592,0.52339,0.56348,0.45602,0.79095,1.07021,1.02176,0.00061504,0.00061504,0.00061504 +30,523.572,0.76084,0.88863,1.04047,0.87337,0.73585,0.79261,0.69868,0.74621,0.74174,0.95489,0.000611505,0.000611505,0.000611505 +31,540.915,0.78934,0.94973,1.07917,0.77402,0.70852,0.7885,0.59847,0.71243,0.7342,0.96482,0.000607971,0.000607971,0.000607971 +32,558.291,0.79772,0.91542,1.05367,0.83595,0.70262,0.69676,0.59168,0.72828,0.77451,0.97999,0.000604437,0.000604437,0.000604437 +33,575.415,0.74964,0.86118,1.01732,0.72423,0.54027,0.64014,0.48729,0.87781,0.88394,1.10483,0.000600902,0.000600902,0.000600902 +34,592.503,0.79561,0.88726,1.05686,0.83081,0.72042,0.77149,0.67532,0.70219,0.72984,0.95988,0.000597368,0.000597368,0.000597368 +35,609.771,0.75543,0.87362,1.04342,0.89542,0.69665,0.79823,0.67988,0.72284,0.67174,0.96651,0.000593834,0.000593834,0.000593834 +36,627.038,0.74304,0.84245,1.05331,0.93166,0.72119,0.80081,0.68185,0.72637,0.71649,0.97327,0.0005903,0.0005903,0.0005903 +37,644.183,0.72704,0.83083,1.03441,0.79743,0.70281,0.76914,0.64313,0.70864,0.81526,0.98549,0.000586765,0.000586765,0.000586765 +38,661.332,0.72915,0.81286,1.01442,0.76016,0.76198,0.66013,0.5522,0.70179,0.91314,0.95158,0.000583231,0.000583231,0.000583231 +39,678.543,0.73102,0.79987,1.01827,0.87707,0.7691,0.78772,0.67403,0.7153,0.69422,0.96117,0.000579697,0.000579697,0.000579697 +40,695.819,0.70148,0.73496,0.99129,0.93154,0.73622,0.80523,0.68677,0.64055,0.65054,0.91739,0.000576162,0.000576162,0.000576162 +41,713.017,0.71971,0.75483,1.02319,0.85947,0.71651,0.79036,0.69657,0.66106,0.7939,0.93182,0.000572628,0.000572628,0.000572628 +42,730.242,0.7216,0.78628,1.02347,0.8815,0.73768,0.80341,0.67471,0.67187,0.6917,0.93825,0.000569094,0.000569094,0.000569094 +43,747.453,0.70383,0.77085,1.00935,0.92213,0.73915,0.80449,0.69883,0.70339,0.70556,0.96203,0.000565559,0.000565559,0.000565559 +44,764.714,0.73552,0.7521,0.99859,0.86289,0.73969,0.79162,0.67405,0.67135,0.61322,0.92728,0.000562025,0.000562025,0.000562025 +45,781.931,0.72777,0.70444,0.99869,0.90704,0.72349,0.80792,0.72095,0.70065,0.64287,0.94431,0.000558491,0.000558491,0.000558491 +46,799.189,0.72371,0.78103,1.00293,0.70678,0.80424,0.79812,0.71212,0.69002,0.70528,0.96424,0.000554956,0.000554956,0.000554956 +47,816.355,0.6801,0.70993,0.9974,0.85868,0.77462,0.79459,0.69305,0.68051,0.66409,0.9462,0.000551422,0.000551422,0.000551422 +48,833.685,0.68209,0.68926,0.97411,0.83872,0.77472,0.80731,0.68312,0.70158,0.72131,0.92856,0.000547888,0.000547888,0.000547888 +49,850.938,0.68992,0.73283,0.98815,0.90499,0.74663,0.8036,0.71049,0.63514,0.58774,0.91205,0.000544354,0.000544354,0.000544354 +50,868.315,0.69092,0.70848,1.01011,0.85293,0.71863,0.77643,0.5247,0.98029,0.88082,1.22722,0.000540819,0.000540819,0.000540819 +51,885.545,0.67462,0.68507,0.98965,0.88383,0.74411,0.808,0.70687,0.68252,0.7147,0.94974,0.000537285,0.000537285,0.000537285 +52,902.795,0.67927,0.73789,0.99009,0.92101,0.75215,0.80008,0.71444,0.71232,0.66307,0.98614,0.000533751,0.000533751,0.000533751 +53,920.044,0.68171,0.73752,0.99251,0.8461,0.75045,0.80426,0.71035,0.64743,0.6134,0.94982,0.000530216,0.000530216,0.000530216 +54,937.306,0.66911,0.73043,0.98393,0.86994,0.71043,0.79154,0.71006,0.64629,0.72335,0.92963,0.000526682,0.000526682,0.000526682 +55,954.672,0.6317,0.69114,0.98204,0.92193,0.75124,0.79598,0.71481,0.6239,0.60254,0.9079,0.000523148,0.000523148,0.000523148 +56,971.727,0.71679,0.73134,1.00977,0.89134,0.73315,0.79934,0.69001,0.6696,0.67111,0.92081,0.000519613,0.000519613,0.000519613 +57,988.889,0.64769,0.66561,0.9774,0.91664,0.59149,0.67835,0.57735,0.73786,0.68449,0.96977,0.000516079,0.000516079,0.000516079 +58,1006.09,0.66573,0.71632,0.99667,0.71809,0.76775,0.80029,0.70054,0.70596,0.72941,0.97707,0.000512545,0.000512545,0.000512545 +59,1023.43,0.64597,0.65379,0.98619,0.80639,0.73938,0.79623,0.68026,0.69502,0.83668,0.9495,0.000509011,0.000509011,0.000509011 +60,1040.58,0.6435,0.67958,0.97905,0.90844,0.7269,0.7988,0.71175,0.65279,0.70852,0.94868,0.000505476,0.000505476,0.000505476 +61,1057.97,0.64629,0.6598,0.99022,0.80637,0.75442,0.81259,0.71306,0.67952,0.88542,0.94722,0.000501942,0.000501942,0.000501942 +62,1075.17,0.62634,0.61731,0.96157,0.88077,0.76392,0.80239,0.71861,0.62202,0.64078,0.89978,0.000498408,0.000498408,0.000498408 +63,1092.35,0.64051,0.60832,0.96638,0.91847,0.76332,0.80079,0.7068,0.61629,0.60805,0.88479,0.000494873,0.000494873,0.000494873 +64,1109.45,0.64544,0.65529,0.96765,0.9342,0.75656,0.81067,0.71011,0.6061,0.62759,0.89324,0.000491339,0.000491339,0.000491339 +65,1126.66,0.63201,0.59412,0.95607,0.78202,0.75333,0.63985,0.55131,0.66467,0.769,0.91624,0.000487805,0.000487805,0.000487805 +66,1143.85,0.63127,0.6269,0.95613,0.85584,0.77639,0.83082,0.72565,0.67138,0.6587,0.94167,0.000484271,0.000484271,0.000484271 +67,1161.06,0.63389,0.63555,0.96159,0.82667,0.77072,0.72032,0.62534,0.70681,0.67124,0.99368,0.000480736,0.000480736,0.000480736 +68,1178.3,0.63228,0.65633,0.96698,0.88713,0.75511,0.79946,0.66642,0.65457,0.6966,0.93133,0.000477202,0.000477202,0.000477202 +69,1195.53,0.62504,0.64092,0.95329,0.88639,0.77097,0.80364,0.71937,0.65822,0.65021,0.92733,0.000473668,0.000473668,0.000473668 +70,1212.66,0.61689,0.62052,0.96772,0.53336,0.65783,0.57431,0.42465,1.04688,1.23702,1.2474,0.000470133,0.000470133,0.000470133 +71,1229.82,0.60148,0.63648,0.94629,0.86851,0.72825,0.7855,0.72363,0.62024,0.71359,0.90463,0.000466599,0.000466599,0.000466599 +72,1247.06,0.59042,0.58555,0.94632,0.90744,0.75272,0.79,0.71111,0.63547,0.67216,0.91084,0.000463065,0.000463065,0.000463065 +73,1264.11,0.61734,0.61186,0.95185,0.93957,0.7288,0.79713,0.65454,0.64274,0.67999,0.91883,0.00045953,0.00045953,0.00045953 +74,1281.18,0.56471,0.55561,0.94757,0.92098,0.74747,0.81009,0.71282,0.64241,0.6662,0.91771,0.000455996,0.000455996,0.000455996 +75,1298.39,0.6055,0.59402,0.96197,0.89208,0.74076,0.79813,0.69851,0.67753,0.71098,0.95218,0.000452462,0.000452462,0.000452462 +76,1315.63,0.58858,0.59753,0.94682,0.92186,0.7658,0.80806,0.7375,0.63148,0.69752,0.91561,0.000448928,0.000448928,0.000448928 +77,1332.88,0.59558,0.58681,0.97424,0.84008,0.75639,0.80241,0.71568,0.64385,0.63699,0.92784,0.000445393,0.000445393,0.000445393 +78,1350.08,0.59555,0.60131,0.93754,0.87653,0.7772,0.80061,0.70604,0.66727,0.65783,0.93784,0.000441859,0.000441859,0.000441859 +79,1367.19,0.62119,0.65698,0.96336,0.87663,0.74735,0.79977,0.71368,0.62798,0.71084,0.89898,0.000438325,0.000438325,0.000438325 +80,1384.35,0.59316,0.58738,0.9606,0.90892,0.75512,0.79466,0.7154,0.64208,0.6531,0.91036,0.00043479,0.00043479,0.00043479 +81,1401.52,0.58789,0.58148,0.95356,0.87574,0.74975,0.78899,0.70672,0.60634,0.61571,0.89886,0.000431256,0.000431256,0.000431256 +82,1418.82,0.56639,0.58209,0.93643,0.90166,0.70602,0.78232,0.69441,0.62117,0.63946,0.91759,0.000427722,0.000427722,0.000427722 +83,1435.93,0.62301,0.59002,0.94869,0.92918,0.73568,0.78676,0.72108,0.63046,0.58669,0.91838,0.000424187,0.000424187,0.000424187 +84,1453.13,0.57549,0.56979,0.92543,0.88143,0.72505,0.76128,0.67749,0.64407,0.64054,0.9213,0.000420653,0.000420653,0.000420653 +85,1470.38,0.62054,0.60495,0.96978,0.89454,0.73474,0.7955,0.71121,0.60547,0.56788,0.89841,0.000417119,0.000417119,0.000417119 +86,1487.41,0.56815,0.5874,0.95904,0.87853,0.7325,0.78613,0.67455,0.66562,0.65921,0.92416,0.000413584,0.000413584,0.000413584 +87,1504.46,0.61136,0.60783,0.94384,0.82366,0.73699,0.80521,0.73026,0.64482,0.69375,0.94106,0.00041005,0.00041005,0.00041005 +88,1521.54,0.58573,0.53247,0.93132,0.8882,0.73349,0.79257,0.68934,0.6387,0.61744,0.92367,0.000406516,0.000406516,0.000406516 +89,1538.8,0.58327,0.58309,0.94864,0.92416,0.75968,0.7947,0.69497,0.62233,0.57291,0.90587,0.000402982,0.000402982,0.000402982 +90,1555.99,0.57014,0.55681,0.94926,0.89231,0.74959,0.8067,0.72702,0.62098,0.61227,0.9043,0.000399447,0.000399447,0.000399447 +91,1573.03,0.58856,0.57049,0.95161,0.91683,0.77424,0.82626,0.72843,0.61684,0.6554,0.88973,0.000395913,0.000395913,0.000395913 +92,1590.08,0.59912,0.54761,0.93187,0.91448,0.76507,0.79052,0.72665,0.59806,0.59502,0.88209,0.000392379,0.000392379,0.000392379 +93,1607.27,0.56861,0.55654,0.94044,0.92123,0.73617,0.78962,0.71695,0.61524,0.57638,0.90061,0.000388844,0.000388844,0.000388844 +94,1624.35,0.55528,0.50296,0.9238,0.92666,0.73782,0.79621,0.72669,0.61493,0.69994,0.88857,0.00038531,0.00038531,0.00038531 +95,1641.55,0.58262,0.53735,0.95521,0.90171,0.74923,0.80014,0.71464,0.56829,0.63822,0.89001,0.000381776,0.000381776,0.000381776 +96,1658.78,0.56119,0.51566,0.91911,0.86616,0.75388,0.80187,0.71092,0.58559,0.56201,0.90306,0.000378242,0.000378242,0.000378242 +97,1675.91,0.55638,0.50132,0.93549,0.91796,0.75073,0.78523,0.71618,0.59497,0.661,0.90088,0.000374707,0.000374707,0.000374707 +98,1692.94,0.56783,0.53866,0.94802,0.87971,0.76438,0.80257,0.74229,0.60386,0.61062,0.8935,0.000371173,0.000371173,0.000371173 +99,1710.29,0.54298,0.52984,0.94253,0.82343,0.7511,0.79924,0.72317,0.61697,0.61587,0.90535,0.000367639,0.000367639,0.000367639 +100,1727.64,0.57143,0.5219,0.94839,0.83037,0.72256,0.79134,0.73073,0.59486,0.6242,0.90568,0.000364104,0.000364104,0.000364104 +101,1744.74,0.54349,0.51163,0.91542,0.7564,0.7439,0.80367,0.74316,0.58954,0.60221,0.88871,0.00036057,0.00036057,0.00036057 +102,1761.93,0.52697,0.4882,0.90746,0.90656,0.76778,0.80486,0.74462,0.60956,0.57209,0.89527,0.000357036,0.000357036,0.000357036 +103,1779.21,0.52467,0.48268,0.91932,0.82993,0.5056,0.6188,0.33217,1.2896,1.51294,1.64076,0.000353501,0.000353501,0.000353501 +104,1796.23,0.53434,0.48267,0.91924,0.90456,0.77284,0.80256,0.68878,0.59138,0.66975,0.88677,0.000349967,0.000349967,0.000349967 +105,1813.34,0.55768,0.48649,0.93218,0.73191,0.72056,0.79465,0.71725,0.63781,0.63142,0.90568,0.000346433,0.000346433,0.000346433 +106,1830.54,0.56645,0.53067,0.9225,0.90447,0.74333,0.80299,0.73549,0.62543,0.61214,0.90139,0.000342899,0.000342899,0.000342899 +107,1847.85,0.53256,0.50104,0.93439,0.91241,0.74783,0.79808,0.72067,0.58982,0.61402,0.88266,0.000339364,0.000339364,0.000339364 +108,1864.97,0.55054,0.49095,0.91782,0.88447,0.76054,0.79435,0.72091,0.60887,0.66819,0.90224,0.00033583,0.00033583,0.00033583 +109,1882.1,0.54656,0.50606,0.92774,0.86966,0.73839,0.7994,0.74399,0.59016,0.70279,0.87682,0.000332296,0.000332296,0.000332296 +110,1899.37,0.54213,0.47647,0.92276,0.89948,0.75635,0.79909,0.73386,0.57047,0.56905,0.88046,0.000328761,0.000328761,0.000328761 +111,1916.53,0.53999,0.51081,0.91325,0.93388,0.75395,0.80617,0.756,0.5495,0.55751,0.86324,0.000325227,0.000325227,0.000325227 +112,1933.69,0.53647,0.48935,0.91221,0.91318,0.75585,0.8012,0.74929,0.57718,0.60993,0.87063,0.000321693,0.000321693,0.000321693 +113,1950.82,0.52195,0.49969,0.91503,0.89153,0.75808,0.78734,0.732,0.60734,0.7127,0.90302,0.000318158,0.000318158,0.000318158 +114,1967.94,0.55602,0.4672,0.9334,0.73783,0.59536,0.63969,0.54391,0.70057,0.85259,0.96931,0.000314624,0.000314624,0.000314624 +115,1985.17,0.52267,0.45271,0.92584,0.8507,0.74534,0.79021,0.72557,0.62472,0.71447,0.93449,0.00031109,0.00031109,0.00031109 +116,2002.29,0.53301,0.44446,0.92259,0.83188,0.74505,0.79615,0.73732,0.62909,0.6755,0.93376,0.000307555,0.000307555,0.000307555 +117,2019.35,0.52788,0.47119,0.91687,0.9256,0.73743,0.80252,0.74224,0.62009,0.59332,0.92808,0.000304021,0.000304021,0.000304021 +118,2036.59,0.50467,0.46963,0.91606,0.9259,0.7511,0.7994,0.73671,0.61513,0.59617,0.93329,0.000300487,0.000300487,0.000300487 +119,2053.8,0.53212,0.45608,0.92801,0.91179,0.74161,0.7958,0.71589,0.63867,0.65352,0.95293,0.000296953,0.000296953,0.000296953 +120,2071,0.50007,0.42865,0.91532,0.91637,0.75345,0.79508,0.73386,0.62644,0.61658,0.93135,0.000293418,0.000293418,0.000293418 +121,2088.18,0.49745,0.45847,0.90139,0.91922,0.74969,0.807,0.74251,0.60295,0.61278,0.92718,0.000289884,0.000289884,0.000289884 +122,2105.32,0.50841,0.44781,0.90538,0.90679,0.74745,0.80372,0.74673,0.58442,0.57506,0.89695,0.00028635,0.00028635,0.00028635 +123,2122.58,0.50708,0.46713,0.89612,0.84233,0.74105,0.79166,0.73419,0.58905,0.65709,0.89445,0.000282815,0.000282815,0.000282815 +124,2139.62,0.53926,0.46123,0.9316,0.93076,0.76948,0.79029,0.73091,0.54477,0.58259,0.87457,0.000279281,0.000279281,0.000279281 +125,2156.81,0.50735,0.44348,0.90934,0.94139,0.7669,0.79771,0.70794,0.57203,0.53889,0.87885,0.000275747,0.000275747,0.000275747 +126,2174,0.50697,0.44415,0.89147,0.88926,0.74569,0.80033,0.74325,0.56653,0.60728,0.87345,0.000272212,0.000272212,0.000272212 +127,2191.14,0.50386,0.45089,0.90736,0.91065,0.76165,0.79051,0.7304,0.58944,0.70422,0.89926,0.000268678,0.000268678,0.000268678 +128,2208.44,0.54378,0.48061,0.91623,0.92329,0.76739,0.79137,0.73125,0.55826,0.6052,0.87118,0.000265144,0.000265144,0.000265144 +129,2225.72,0.51682,0.4666,0.92076,0.90776,0.75476,0.79942,0.73971,0.59058,0.51359,0.86964,0.00026161,0.00026161,0.00026161 +130,2242.9,0.50461,0.45212,0.90842,0.91656,0.75725,0.80035,0.70519,0.58001,0.55077,0.87576,0.000258075,0.000258075,0.000258075 +131,2260.1,0.50403,0.43986,0.89754,0.88967,0.71616,0.80381,0.74305,0.60205,0.55294,0.92511,0.000254541,0.000254541,0.000254541 +132,2277.14,0.51794,0.45213,0.93322,0.86142,0.77059,0.80427,0.75098,0.56159,0.53875,0.88037,0.000251007,0.000251007,0.000251007 +133,2294.33,0.49164,0.45321,0.89907,0.85187,0.77323,0.80241,0.73121,0.54809,0.52872,0.86078,0.000247472,0.000247472,0.000247472 +134,2311.56,0.51919,0.44025,0.9087,0.92605,0.74782,0.80415,0.75003,0.56093,0.49457,0.85867,0.000243938,0.000243938,0.000243938 +135,2328.82,0.45926,0.43055,0.89547,0.91098,0.76565,0.80792,0.75503,0.54309,0.47195,0.86258,0.000240404,0.000240404,0.000240404 +136,2346,0.53396,0.44683,0.91281,0.8357,0.76391,0.7947,0.73617,0.62182,0.52168,0.91691,0.000236869,0.000236869,0.000236869 +137,2363.12,0.49173,0.42456,0.88936,0.84049,0.71836,0.80406,0.70544,0.58871,0.59264,0.88786,0.000233335,0.000233335,0.000233335 +138,2380.46,0.5003,0.40908,0.89727,0.92505,0.76349,0.80058,0.71986,0.55168,0.55108,0.86563,0.000229801,0.000229801,0.000229801 +139,2397.53,0.49006,0.41119,0.89833,0.9065,0.76672,0.80054,0.71128,0.57792,0.54429,0.87856,0.000226267,0.000226267,0.000226267 +140,2414.75,0.51028,0.42708,0.90331,0.92409,0.77285,0.7956,0.72908,0.5704,0.50982,0.86916,0.000222732,0.000222732,0.000222732 +141,2431.86,0.48237,0.39436,0.8961,0.92228,0.76711,0.79803,0.7263,0.57814,0.53954,0.87081,0.000219198,0.000219198,0.000219198 +142,2449.17,0.45527,0.38485,0.89173,0.93074,0.77445,0.79989,0.74867,0.54588,0.53841,0.86155,0.000215664,0.000215664,0.000215664 +143,2466.31,0.4553,0.38425,0.88078,0.89965,0.75796,0.79929,0.74036,0.55888,0.55383,0.87021,0.000212129,0.000212129,0.000212129 +144,2483.46,0.4821,0.42679,0.89967,0.93133,0.77193,0.80336,0.75187,0.5628,0.54535,0.86425,0.000208595,0.000208595,0.000208595 +145,2500.6,0.48946,0.43891,0.90348,0.93145,0.77565,0.80865,0.75252,0.55169,0.53687,0.85731,0.000205061,0.000205061,0.000205061 +146,2517.74,0.4544,0.39482,0.88268,0.76794,0.76128,0.80246,0.74398,0.56459,0.52556,0.87906,0.000201527,0.000201527,0.000201527 +147,2534.92,0.4869,0.40693,0.90896,0.74222,0.74785,0.79787,0.70888,0.56557,0.56474,0.87316,0.000197992,0.000197992,0.000197992 +148,2552.09,0.49043,0.40348,0.90059,0.9293,0.7634,0.79568,0.72935,0.565,0.55709,0.88143,0.000194458,0.000194458,0.000194458 +149,2569.28,0.49406,0.43067,0.90627,0.92957,0.76256,0.79685,0.74256,0.55344,0.53679,0.86759,0.000190924,0.000190924,0.000190924 +150,2586.47,0.47793,0.41613,0.89852,0.92804,0.75957,0.79523,0.73411,0.589,0.51624,0.89925,0.000187389,0.000187389,0.000187389 +151,2603.78,0.45623,0.40306,0.87994,0.93106,0.75564,0.79831,0.72618,0.55967,0.57724,0.86963,0.000183855,0.000183855,0.000183855 +152,2620.96,0.48945,0.42966,0.88537,0.90883,0.74517,0.78708,0.71538,0.57814,0.59555,0.88849,0.000180321,0.000180321,0.000180321 +153,2638.13,0.47661,0.40347,0.89693,0.92895,0.75601,0.7913,0.72212,0.56503,0.66718,0.88277,0.000176786,0.000176786,0.000176786 +154,2655.09,0.45334,0.39828,0.89036,0.93016,0.751,0.79305,0.70512,0.58153,0.61989,0.91,0.000173252,0.000173252,0.000173252 +155,2672.34,0.45537,0.38473,0.88775,0.92441,0.774,0.79392,0.7282,0.58143,0.6144,0.88884,0.000169718,0.000169718,0.000169718 +156,2689.58,0.45789,0.37744,0.90416,0.94005,0.76445,0.79636,0.72751,0.59927,0.50863,0.91305,0.000166183,0.000166183,0.000166183 +157,2706.86,0.44351,0.38382,0.88638,0.94058,0.75064,0.80038,0.73121,0.57965,0.54923,0.88494,0.000162649,0.000162649,0.000162649 +158,2724.09,0.44204,0.3949,0.88249,0.93987,0.76377,0.79871,0.72874,0.56297,0.51223,0.87208,0.000159115,0.000159115,0.000159115 +159,2741.47,0.47173,0.41395,0.89587,0.93038,0.74673,0.79613,0.72606,0.58309,0.59151,0.88881,0.000155581,0.000155581,0.000155581 +160,2758.78,0.43974,0.37416,0.8848,0.93988,0.76805,0.79789,0.72742,0.57169,0.53819,0.88304,0.000152046,0.000152046,0.000152046 +161,2776.1,0.4469,0.36526,0.90237,0.94429,0.75898,0.79859,0.73165,0.57066,0.52611,0.88346,0.000148512,0.000148512,0.000148512 +162,2793.31,0.45105,0.40321,0.89214,0.94103,0.7697,0.79987,0.73163,0.59462,0.51979,0.90451,0.000144978,0.000144978,0.000144978 +163,2810.68,0.45403,0.39322,0.89813,0.93575,0.75915,0.80418,0.75081,0.57519,0.6022,0.87563,0.000141443,0.000141443,0.000141443 +164,2827.81,0.45123,0.36317,0.87861,0.92375,0.75418,0.80227,0.73648,0.57682,0.59377,0.86693,0.000137909,0.000137909,0.000137909 +165,2844.95,0.45299,0.38317,0.89279,0.92996,0.76581,0.79824,0.75033,0.58347,0.5894,0.88695,0.000134375,0.000134375,0.000134375 +166,2862.05,0.43216,0.38387,0.87708,0.92743,0.76405,0.80144,0.75118,0.59191,0.61277,0.89756,0.000130841,0.000130841,0.000130841 +167,2879.16,0.44817,0.39728,0.8977,0.76531,0.76081,0.80373,0.73789,0.58691,0.5648,0.89974,0.000127306,0.000127306,0.000127306 +168,2896.31,0.42594,0.37186,0.86672,0.94022,0.76683,0.80244,0.73592,0.56495,0.49893,0.86982,0.000123772,0.000123772,0.000123772 +169,2913.42,0.45835,0.37722,0.87262,0.93921,0.76276,0.79918,0.73367,0.56191,0.50665,0.87938,0.000120238,0.000120238,0.000120238 +170,2930.58,0.43948,0.3789,0.88642,0.93503,0.7704,0.80083,0.73418,0.59344,0.5047,0.91556,0.000116703,0.000116703,0.000116703 +171,2947.64,0.42419,0.35345,0.87747,0.93869,0.76071,0.80287,0.75476,0.5836,0.52013,0.90833,0.000113169,0.000113169,0.000113169 +172,2964.92,0.43378,0.37786,0.88326,0.94576,0.76309,0.80548,0.75655,0.57743,0.49307,0.88539,0.000109635,0.000109635,0.000109635 +173,2982.1,0.43471,0.36226,0.89777,0.93007,0.78053,0.8103,0.76092,0.571,0.48294,0.87513,0.0001061,0.0001061,0.0001061 +174,2999.34,0.42718,0.35196,0.87797,0.9253,0.77151,0.80722,0.75758,0.58458,0.49846,0.90261,0.000102566,0.000102566,0.000102566 +175,3016.46,0.4243,0.36533,0.87304,0.92347,0.77305,0.80081,0.73313,0.57879,0.51333,0.89675,9.90318e-05,9.90318e-05,9.90318e-05 +176,3033.62,0.43667,0.36532,0.87909,0.94362,0.77929,0.80475,0.73977,0.57284,0.4961,0.89898,9.54975e-05,9.54975e-05,9.54975e-05 +177,3050.8,0.43164,0.36958,0.89106,0.9504,0.77715,0.80594,0.75799,0.58216,0.51638,0.88162,9.19632e-05,9.19632e-05,9.19632e-05 +178,3067.96,0.44468,0.3616,0.87761,0.95099,0.77682,0.80723,0.75751,0.57651,0.4999,0.88776,8.84289e-05,8.84289e-05,8.84289e-05 +179,3085.11,0.42551,0.37891,0.88091,0.94144,0.77525,0.80149,0.74859,0.59478,0.49757,0.90926,8.48946e-05,8.48946e-05,8.48946e-05 +180,3102.39,0.43014,0.36618,0.89315,0.943,0.77885,0.79866,0.74477,0.59205,0.50586,0.91485,8.13603e-05,8.13603e-05,8.13603e-05 +181,3119.43,0.42619,0.35117,0.88295,0.94412,0.77211,0.80375,0.75085,0.60606,0.50412,0.9179,7.7826e-05,7.7826e-05,7.7826e-05 +182,3136.49,0.41997,0.35048,0.85914,0.94365,0.77333,0.79987,0.74954,0.58979,0.48986,0.89585,7.42917e-05,7.42917e-05,7.42917e-05 +183,3153.63,0.42721,0.35543,0.88418,0.94066,0.76955,0.7989,0.73127,0.58056,0.53996,0.89175,7.07574e-05,7.07574e-05,7.07574e-05 +184,3170.83,0.4328,0.38044,0.87667,0.93879,0.77032,0.798,0.73045,0.57561,0.55051,0.87934,6.72231e-05,6.72231e-05,6.72231e-05 +185,3188.03,0.40148,0.33928,0.86756,0.95011,0.77773,0.79725,0.71133,0.60193,0.52345,0.91726,6.36888e-05,6.36888e-05,6.36888e-05 +186,3205.16,0.3945,0.34322,0.87058,0.94142,0.77742,0.79819,0.70955,0.58813,0.49164,0.91838,6.01545e-05,6.01545e-05,6.01545e-05 +187,3222.36,0.405,0.34566,0.86811,0.94153,0.78245,0.79854,0.71149,0.5955,0.49185,0.91128,5.66202e-05,5.66202e-05,5.66202e-05 +188,3239.49,0.40324,0.3388,0.87763,0.94442,0.77869,0.79724,0.71124,0.58261,0.49769,0.90873,5.30859e-05,5.30859e-05,5.30859e-05 +189,3256.78,0.41848,0.34476,0.88664,0.94629,0.77499,0.79592,0.70979,0.57629,0.51756,0.90581,4.95516e-05,4.95516e-05,4.95516e-05 +190,3274.05,0.42064,0.33786,0.87586,0.9541,0.77143,0.79666,0.72775,0.58388,0.50665,0.90233,4.60173e-05,4.60173e-05,4.60173e-05 +191,3292.15,0.38459,0.31342,0.8567,0.94757,0.77927,0.79747,0.72689,0.60031,0.5056,0.90733,4.2483e-05,4.2483e-05,4.2483e-05 +192,3309.4,0.38496,0.29062,0.8436,0.94288,0.782,0.7977,0.72777,0.59985,0.50939,0.91323,3.89487e-05,3.89487e-05,3.89487e-05 +193,3326.46,0.3748,0.27291,0.83174,0.94436,0.78281,0.79737,0.72753,0.58526,0.49489,0.90619,3.54144e-05,3.54144e-05,3.54144e-05 +194,3343.56,0.3646,0.27313,0.82922,0.94703,0.78037,0.79791,0.72905,0.58576,0.50547,0.90387,3.18801e-05,3.18801e-05,3.18801e-05 +195,3360.81,0.37548,0.26626,0.83159,0.94502,0.77872,0.79865,0.71408,0.58673,0.49818,0.90434,2.83458e-05,2.83458e-05,2.83458e-05 +196,3377.99,0.37002,0.26861,0.82145,0.94419,0.77538,0.79846,0.73071,0.58395,0.49787,0.89351,2.48115e-05,2.48115e-05,2.48115e-05 +197,3395.12,0.37918,0.2847,0.83217,0.93789,0.78345,0.79813,0.71325,0.58468,0.49273,0.90032,2.12772e-05,2.12772e-05,2.12772e-05 +198,3412.22,0.36907,0.26757,0.82079,0.94082,0.78015,0.79792,0.71336,0.58784,0.49566,0.90574,1.77429e-05,1.77429e-05,1.77429e-05 +199,3429.43,0.36699,0.28375,0.82924,0.94263,0.7786,0.79871,0.71452,0.59115,0.49544,0.90009,1.42086e-05,1.42086e-05,1.42086e-05 +200,3446.55,0.34054,0.2578,0.82175,0.94435,0.77668,0.79851,0.72832,0.58848,0.49999,0.90202,1.06743e-05,1.06743e-05,1.06743e-05 diff --git a/yolo11s/results.png b/yolo11s/results.png new file mode 100755 index 0000000000000000000000000000000000000000..443c11337e469e222ff8959f12b5b69c663c7be4 --- /dev/null +++ b/yolo11s/results.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ed3b7efdfa01f53fab19c1504af3e6cc0a8372af3755aa5020912975ee5b46 +size 324020 diff --git a/yolo11s/train_batch0.jpg b/yolo11s/train_batch0.jpg new file mode 100755 index 0000000000000000000000000000000000000000..8b5305ce1ed2e9624a69af0d58707c37c51f1330 --- /dev/null +++ b/yolo11s/train_batch0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0436847ec44552d10120b26655e1883fa5fe600c407eef33794a24831a171c2 +size 560543 diff --git a/yolo11s/train_batch1.jpg b/yolo11s/train_batch1.jpg new file mode 100755 index 0000000000000000000000000000000000000000..488c08f90e7668f9b4a3cc4dca2aeb9c9799aeb9 --- /dev/null +++ b/yolo11s/train_batch1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f094ea968a798fd3e0812add8b5282f962d894fd7074d6686877a7d6c48070f5 +size 455129 diff --git a/yolo11s/train_batch2.jpg b/yolo11s/train_batch2.jpg new file mode 100755 index 0000000000000000000000000000000000000000..9195ec1d34f96e6f8d9dc2b3da9d5c9babec63a8 --- /dev/null +++ b/yolo11s/train_batch2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86d3da1d94c0f606f47307e9785ac6a4ae6720b57e64333bbb0f1e39771bc5c9 +size 393712 diff --git a/yolo11s/train_batch8740.jpg b/yolo11s/train_batch8740.jpg new file mode 100755 index 0000000000000000000000000000000000000000..1ce9196dd25927012c88c91fa6fcb1e8cfc61579 --- /dev/null +++ b/yolo11s/train_batch8740.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e4f232669e793e32fe6b8456c304ac19446693564cd16351969c5a9d34e8d5 +size 408202 diff --git a/yolo11s/train_batch8741.jpg b/yolo11s/train_batch8741.jpg new file mode 100755 index 0000000000000000000000000000000000000000..ad1a466c3de143850d9e3772a980441b86f22280 --- /dev/null +++ b/yolo11s/train_batch8741.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9888deac30a19e815bcc115f8510457d0b6a3cd6fc40c3dce0c15829ad43a59 +size 424308 diff --git a/yolo11s/train_batch8742.jpg b/yolo11s/train_batch8742.jpg new file mode 100755 index 0000000000000000000000000000000000000000..46aa2c8af72bb507ffcddd239ca80c8c9b8f4c3f --- /dev/null +++ b/yolo11s/train_batch8742.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0ff054045a0e9f5387df67cc6c0e40dc88b2faa59ccaa0d240d67f9a4c4496 +size 388921 diff --git a/yolo11s/weights/best.pt b/yolo11s/weights/best.pt new file mode 100755 index 0000000000000000000000000000000000000000..154f0867522193ddae348190d422dd295d2e25dd --- /dev/null +++ b/yolo11s/weights/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:592fd0d8c549ae69724c1e610c3cf95634c21038c31f1ff99915ab1748623f24 +size 19247059 diff --git a/yolo11s/weights/last.pt b/yolo11s/weights/last.pt new file mode 100755 index 0000000000000000000000000000000000000000..a6675d645fd7f469e754205542fff764050f17a6 --- /dev/null +++ b/yolo11s/weights/last.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ccea2f36cd6c6497a7e6fdf02ab0a06645e4a425f682b53eaf150c717bc247c +size 19247059 diff --git a/yolo11x/F1_curve.png b/yolo11x/F1_curve.png new file mode 100755 index 0000000000000000000000000000000000000000..d1db05dc897e888bc25c6f06d51e1a4ce769ced0 --- /dev/null +++ b/yolo11x/F1_curve.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d139288d663f4623d7ee79a650477418d91d66d6c98428b38bb25faa615b1cde +size 208564 diff --git a/yolo11x/PR_curve.png b/yolo11x/PR_curve.png new file mode 100755 index 0000000000000000000000000000000000000000..af418e03ef519efb151204f7283872ee0e529f98 --- /dev/null +++ b/yolo11x/PR_curve.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c586df258dc0a1772fdac96090f9dad03fdb139d7f94aa83a96d2438ab8ff110 +size 125961 diff --git a/yolo11x/P_curve.png b/yolo11x/P_curve.png new file mode 100755 index 0000000000000000000000000000000000000000..57a94bb67443c025118252312928f4dfe4a29f23 --- /dev/null +++ b/yolo11x/P_curve.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3173030872d49c8a31b4aa0501ef85bf2104e3c5b7243b05485f60f11e20ff35 +size 174107 diff --git a/yolo11x/R_curve.png b/yolo11x/R_curve.png new file mode 100755 index 0000000000000000000000000000000000000000..60924ecf88a9f9d031f718669ed60b17fb292469 --- /dev/null +++ b/yolo11x/R_curve.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1a8eaab32393bf8391d5f9f250859d2611ee2b2ded1f309183d13b937e7cb3 +size 160832 diff --git a/yolo11x/args.yaml b/yolo11x/args.yaml new file mode 100755 index 0000000000000000000000000000000000000000..0cd9cd6042e4978a7d2060820dfb8000501d7684 --- /dev/null +++ b/yolo11x/args.yaml @@ -0,0 +1,112 @@ +task: detect +mode: train +model: yolo11x.pt +data: data.yml +epochs: 200 +time: null +patience: 100 +batch: 12 +imgsz: +- 720 +- 1024 +save: true +save_period: -1 +cache: false +device: +- 0 +- 1 +- 2 +workers: 12 +project: null +name: train5 +exist_ok: false +pretrained: true +optimizer: auto +verbose: true +seed: 0 +deterministic: true +single_cls: false +rect: false +cos_lr: false +close_mosaic: 10 +resume: false +amp: true +fraction: 1.0 +profile: false +freeze: null +multi_scale: false +overlap_mask: true +mask_ratio: 4 +dropout: 0.0 +val: true +split: val +save_json: false +save_hybrid: false +conf: null +iou: 0.7 +max_det: 300 +half: false +dnn: false +plots: true +source: null +vid_stride: 1 +stream_buffer: false +visualize: false +augment: false +agnostic_nms: false +classes: null +retina_masks: false +embed: null +show: false +save_frames: false +save_txt: false +save_conf: false +save_crop: false +show_labels: true +show_conf: true +show_boxes: true +line_width: null +format: torchscript +keras: false +optimize: false +int8: false +dynamic: false +simplify: true +opset: null +workspace: 4 +nms: false +lr0: 0.01 +lrf: 0.01 +momentum: 0.937 +weight_decay: 0.0005 +warmup_epochs: 3.0 +warmup_momentum: 0.8 +warmup_bias_lr: 0.1 +box: 7.5 +cls: 0.5 +dfl: 1.5 +pose: 12.0 +kobj: 1.0 +label_smoothing: 0.0 +nbs: 64 +hsv_h: 0.015 +hsv_s: 0.7 +hsv_v: 0.4 +degrees: 0.0 +translate: 0.1 +scale: 0.5 +shear: 0.0 +perspective: 0.0 +flipud: 0.0 +fliplr: 0.5 +bgr: 0.0 +mosaic: 1.0 +mixup: 0.0 +copy_paste: 0.0 +copy_paste_mode: flip +auto_augment: randaugment +erasing: 0.4 +crop_fraction: 1.0 +cfg: null +tracker: botsort.yaml +save_dir: runs/detect/train5 diff --git a/yolo11x/confusion_matrix.png b/yolo11x/confusion_matrix.png new file mode 100755 index 0000000000000000000000000000000000000000..4b82a4701b404b2732d8ab32f6402a05e783c7ce --- /dev/null +++ b/yolo11x/confusion_matrix.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b8cf6b3432039b7c1dd7bb1729dba2b67acf8ad51de2c6ca823eace3d301baf +size 87903 diff --git a/yolo11x/confusion_matrix_normalized.png b/yolo11x/confusion_matrix_normalized.png new file mode 100755 index 0000000000000000000000000000000000000000..c249ecc05b2f5f4377b4af0d5fd47516226758a3 --- /dev/null +++ b/yolo11x/confusion_matrix_normalized.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b14adccc3ac1641ecc555a8f9ea2ae1a58ee122df5bb825546c52d14e02666 +size 112148 diff --git a/yolo11x/events.out.tfevents.1728979829.ubuntu-server1.2697288.0 b/yolo11x/events.out.tfevents.1728979829.ubuntu-server1.2697288.0 new file mode 100755 index 0000000000000000000000000000000000000000..b74fa19b88b47cb4d5fcf7694b95b40ad2f6afcd --- /dev/null +++ b/yolo11x/events.out.tfevents.1728979829.ubuntu-server1.2697288.0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e61584b266f391daa23c4e8ba8799d0a3b3d0208a907d59490f81ff38289d59a +size 666180 diff --git a/yolo11x/labels.jpg b/yolo11x/labels.jpg new file mode 100755 index 0000000000000000000000000000000000000000..81fcc2a36b5394b85f2a9aea8499a017036a2077 --- /dev/null +++ b/yolo11x/labels.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38122dbdef0f7cac494755fbb1d5e72c1ecf1d39816df705970a58e0933cd5e +size 216563 diff --git a/yolo11x/labels_correlogram.jpg b/yolo11x/labels_correlogram.jpg new file mode 100755 index 0000000000000000000000000000000000000000..4fdbe1e8d083ad1d9f1e7e6d863ad3a6013d6b85 --- /dev/null +++ b/yolo11x/labels_correlogram.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9be386534c4b38a5d9d8fcbc7b8d6d52353248ca755b4e1c19ac53a00803a47 +size 187660 diff --git a/yolo11x/results.csv b/yolo11x/results.csv new file mode 100755 index 0000000000000000000000000000000000000000..a1faf7d6e81e678907336d17ca71f032be889172 --- /dev/null +++ b/yolo11x/results.csv @@ -0,0 +1,201 @@ +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 +1,20.5705,1.76703,3.58575,1.68193,0.33482,0.30401,0.1986,0.0961,1.55606,16.8183,1.79421,0.000232826,0.000232826,0.000232826 +2,33.7581,1.46674,2.31341,1.42894,0.1374,0.18286,0.08942,0.03685,1.77902,13.5445,2.3981,0.000468495,0.000468495,0.000468495 +3,46.5874,1.46002,2.10844,1.39066,0.7015,0.07793,0.02178,0.00608,2.94516,16.0921,4.01026,0.000701809,0.000701809,0.000701809 +4,59.2275,1.38903,1.96336,1.38374,0.30531,0.35222,0.14142,0.0584,2.36085,2.9144,2.49797,0.000703397,0.000703397,0.000703397 +5,72.0163,1.22334,1.61163,1.28819,0.49145,0.41138,0.39806,0.23198,1.3202,3.36493,1.47003,0.000699863,0.000699863,0.000699863 +6,84.7795,1.21167,1.64143,1.29299,0.44406,0.49852,0.39387,0.21534,1.32955,3.07218,1.37982,0.000696328,0.000696328,0.000696328 +7,97.4329,1.23223,1.7124,1.31043,0.51875,0.42844,0.23006,0.1262,1.20582,3.71131,1.3268,0.000692794,0.000692794,0.000692794 +8,110.315,1.21105,1.75553,1.29119,0.76131,0.4502,0.49241,0.35267,1.08925,1.452,1.18818,0.00068926,0.00068926,0.00068926 +9,123.2,1.11848,1.59419,1.24065,0.58517,0.50686,0.49608,0.35373,0.97888,1.55935,1.15594,0.000685726,0.000685726,0.000685726 +10,136.567,1.08359,1.4668,1.21347,0.57552,0.5341,0.54208,0.33141,1.17,2.25461,1.35187,0.000682191,0.000682191,0.000682191 +11,149.162,1.05902,1.39908,1.20147,0.37387,0.44667,0.23099,0.09904,2.03628,2.28404,2.34155,0.000678657,0.000678657,0.000678657 +12,161.723,1.1184,1.41465,1.21992,0.45684,0.37048,0.22417,0.12834,1.2974,6.56923,1.38953,0.000675123,0.000675123,0.000675123 +13,174.327,1.03395,1.3417,1.15719,0.6085,0.51104,0.40655,0.25121,1.33585,1.89893,1.44298,0.000671588,0.000671588,0.000671588 +14,186.958,1.02207,1.33455,1.15229,0.58449,0.60103,0.45847,0.28062,1.34272,1.70382,1.37063,0.000668054,0.000668054,0.000668054 +15,199.908,0.99349,1.3283,1.17364,0.76685,0.26985,0.35575,0.23486,1.44144,2.07986,1.57123,0.00066452,0.00066452,0.00066452 +16,212.596,0.96456,1.25795,1.14803,0.40124,0.29383,0.29301,0.16639,1.68756,2.04455,1.78039,0.000660986,0.000660986,0.000660986 +17,225.289,0.97159,1.27187,1.14683,0.43943,0.33863,0.27935,0.15499,1.87873,2.45137,1.94098,0.000657451,0.000657451,0.000657451 +18,237.992,1.02014,1.2609,1.13444,0.85885,0.64424,0.73954,0.54657,0.81539,0.85782,1.00895,0.000653917,0.000653917,0.000653917 +19,250.792,0.93391,1.16428,1.11016,0.86275,0.67291,0.72467,0.59397,0.76364,0.91474,0.98804,0.000650383,0.000650383,0.000650383 +20,263.726,0.93816,1.21171,1.12111,0.73878,0.68748,0.74337,0.61438,0.81912,0.91147,0.9855,0.000646848,0.000646848,0.000646848 +21,276.711,0.92289,1.22952,1.11446,0.44769,0.38678,0.22778,0.09648,2.12958,3.67385,2.43903,0.000643314,0.000643314,0.000643314 +22,289.218,0.89866,1.22102,1.08695,0.49215,0.63303,0.44535,0.33956,0.92235,2.02786,1.03772,0.00063978,0.00063978,0.00063978 +23,301.668,0.88501,1.1298,1.09855,0.87881,0.56208,0.7656,0.59679,0.82789,0.89536,0.986,0.000636245,0.000636245,0.000636245 +24,314.063,0.87327,1.08454,1.10874,0.41973,0.21967,0.19962,0.10821,1.71589,2.31973,1.79522,0.000632711,0.000632711,0.000632711 +25,326.599,0.86331,1.14785,1.10417,0.72524,0.70353,0.61236,0.51483,0.69477,0.88001,0.922,0.000629177,0.000629177,0.000629177 +26,339.099,0.86861,1.08957,1.10756,0.76565,0.5452,0.65878,0.43342,1.32766,1.39104,1.41819,0.000625642,0.000625642,0.000625642 +27,351.817,0.90369,1.131,1.08491,0.61389,0.39088,0.42571,0.29556,1.19409,1.70562,1.36341,0.000622108,0.000622108,0.000622108 +28,364.262,0.85,1.04579,1.09182,0.56075,0.36533,0.38018,0.25943,1.42887,1.83736,1.43771,0.000618574,0.000618574,0.000618574 +29,376.7,0.81457,0.99622,1.07061,0.88726,0.74444,0.79549,0.68194,0.77471,0.73179,0.93797,0.00061504,0.00061504,0.00061504 +30,389.616,0.7988,1.01076,1.05058,0.89721,0.72112,0.78927,0.64685,0.77153,0.76159,0.99149,0.000611505,0.000611505,0.000611505 +31,402.269,0.85146,1.05409,1.1228,0.52076,0.23483,0.23561,0.14111,1.87267,3.226,1.96469,0.000607971,0.000607971,0.000607971 +32,414.741,0.85815,1.06268,1.09273,0.80388,0.74824,0.793,0.63883,0.71857,0.79,0.92343,0.000604437,0.000604437,0.000604437 +33,427.129,0.7976,0.9624,1.03874,0.70225,0.36359,0.38298,0.20303,1.40284,2.08938,1.61219,0.000600902,0.000600902,0.000600902 +34,439.701,0.80704,0.95155,1.05416,0.34246,0.52186,0.31136,0.16866,1.79958,2.3375,1.98062,0.000597368,0.000597368,0.000597368 +35,452.385,0.77515,0.94267,1.04421,0.75862,0.72578,0.67101,0.53808,0.82631,0.85202,1.01215,0.000593834,0.000593834,0.000593834 +36,464.935,0.80365,0.93525,1.07678,0.66434,0.46927,0.36684,0.25363,1.0498,2.16473,1.14963,0.0005903,0.0005903,0.0005903 +37,477.434,0.77135,0.92869,1.04634,0.89764,0.72305,0.79398,0.63834,0.68749,0.68186,0.91648,0.000586765,0.000586765,0.000586765 +38,489.837,0.81954,0.93495,1.04791,0.418,0.45384,0.32363,0.21035,1.16544,2.21355,1.3153,0.000583231,0.000583231,0.000583231 +39,502.363,0.7888,0.90747,1.05937,0.85887,0.69771,0.78479,0.69853,0.67595,0.67455,0.89735,0.000579697,0.000579697,0.000579697 +40,515.26,0.75113,0.88452,1.01833,0.86478,0.53162,0.61445,0.40656,1.17832,1.26094,1.50028,0.000576162,0.000576162,0.000576162 +41,527.695,0.76994,0.87508,1.05659,0.70222,0.19751,0.21774,0.13706,1.58797,2.74867,1.6891,0.000572628,0.000572628,0.000572628 +42,540.048,0.78584,0.95579,1.05646,0.75351,0.70378,0.6109,0.51099,0.7539,0.9554,0.97628,0.000569094,0.000569094,0.000569094 +43,552.776,0.76731,0.87424,1.03257,0.88741,0.74297,0.78654,0.68785,0.68465,0.69284,0.90443,0.000565559,0.000565559,0.000565559 +44,565.409,0.81003,0.8681,1.04129,0.68202,0.51258,0.5901,0.3118,1.46175,1.61041,1.71197,0.000562025,0.000562025,0.000562025 +45,578.056,0.74691,0.83598,1.00697,0.89534,0.69632,0.76482,0.64124,0.72208,0.84323,0.93268,0.000558491,0.000558491,0.000558491 +46,590.913,0.77822,0.91419,1.02869,0.81335,0.74711,0.80021,0.68322,0.67534,0.72012,0.91347,0.000554956,0.000554956,0.000554956 +47,603.251,0.71838,0.83933,1.01691,0.90464,0.722,0.79603,0.67107,0.69546,0.69446,0.91818,0.000551422,0.000551422,0.000551422 +48,615.666,0.72206,0.80283,0.99437,0.71089,0.66107,0.64623,0.48831,0.94615,1.2464,1.14915,0.000547888,0.000547888,0.000547888 +49,628.292,0.74198,0.80929,0.99772,0.82531,0.7085,0.77835,0.68313,0.71063,0.74297,0.91851,0.000544354,0.000544354,0.000544354 +50,640.969,0.73614,0.79192,1.02161,0.68394,0.78096,0.75838,0.64662,0.74959,0.87399,0.95482,0.000540819,0.000540819,0.000540819 +51,653.534,0.72374,0.80453,1.02408,0.89108,0.68905,0.8015,0.71389,0.66359,0.68607,0.917,0.000537285,0.000537285,0.000537285 +52,666.387,0.71616,0.86276,1.02413,0.81336,0.6279,0.74241,0.62671,0.75467,1.01759,0.9506,0.000533751,0.000533751,0.000533751 +53,678.972,0.70779,0.84504,1.00746,0.85717,0.71818,0.77995,0.67936,0.67598,0.70205,0.91496,0.000530216,0.000530216,0.000530216 +54,691.392,0.72156,0.82045,1.01336,0.57798,0.11209,0.07411,0.03974,2.01678,3.16497,2.43181,0.000526682,0.000526682,0.000526682 +55,703.965,0.71808,0.82626,1.03374,0.89419,0.76882,0.78852,0.71265,0.61784,0.58747,0.87359,0.000523148,0.000523148,0.000523148 +56,716.341,0.76381,0.84424,1.02816,0.88657,0.70439,0.76911,0.5769,0.72266,0.79458,0.93512,0.000519613,0.000519613,0.000519613 +57,728.328,0.70797,0.75837,1.00743,0.88923,0.74789,0.79911,0.70088,0.6429,0.64187,0.90093,0.000516079,0.000516079,0.000516079 +58,740.561,0.69923,0.79961,0.99604,0.92339,0.73733,0.79835,0.71784,0.61965,0.6888,0.89198,0.000512545,0.000512545,0.000512545 +59,753.248,0.71309,0.79275,1.01627,0.83547,0.66758,0.69536,0.60583,0.72714,0.73671,0.91145,0.000509011,0.000509011,0.000509011 +60,766.071,0.71114,0.78296,1.01859,0.87876,0.76501,0.79334,0.70611,0.65875,0.67033,0.88043,0.000505476,0.000505476,0.000505476 +61,778.62,0.70549,0.76659,1.00728,0.8954,0.76452,0.79464,0.70776,0.67025,0.64887,0.93374,0.000501942,0.000501942,0.000501942 +62,791.083,0.67546,0.73441,0.98564,0.85942,0.73286,0.72077,0.61768,0.681,0.6317,0.89248,0.000498408,0.000498408,0.000498408 +63,803.616,0.66231,0.70825,0.97391,0.89536,0.75113,0.80386,0.70208,0.58881,0.58463,0.8911,0.000494873,0.000494873,0.000494873 +64,816.152,0.67574,0.74503,0.98166,0.43574,0.11582,0.20319,0.12492,2.08431,3.74079,2.01723,0.000491339,0.000491339,0.000491339 +65,829.064,0.70524,0.71724,0.9926,0.86543,0.71732,0.78696,0.69231,0.67233,0.6746,0.88904,0.000487805,0.000487805,0.000487805 +66,841.494,0.65559,0.74784,0.96983,0.81756,0.74024,0.70209,0.61236,0.64741,0.6637,0.88277,0.000484271,0.000484271,0.000484271 +67,853.926,0.72276,0.75719,0.99513,0.8946,0.7428,0.79208,0.66302,0.68126,0.57913,0.90584,0.000480736,0.000480736,0.000480736 +68,866.369,0.6789,0.73484,1.00599,0.51724,0.35552,0.36021,0.19208,1.55741,2.38098,1.97056,0.000477202,0.000477202,0.000477202 +69,878.851,0.67382,0.7172,0.97863,0.88469,0.77025,0.80157,0.71936,0.62283,0.57261,0.8823,0.000473668,0.000473668,0.000473668 +70,891.761,0.68093,0.71346,0.98706,0.45282,0.38603,0.40126,0.28626,1.28268,2.04224,1.37189,0.000470133,0.000470133,0.000470133 +71,904.124,0.63956,0.69395,0.97011,0.86992,0.72853,0.78823,0.70449,0.64142,0.68968,0.88202,0.000466599,0.000466599,0.000466599 +72,917.022,0.65449,0.69757,0.97031,0.92305,0.74982,0.79752,0.7265,0.6105,0.55336,0.87365,0.000463065,0.000463065,0.000463065 +73,929.952,0.65751,0.71761,0.97762,0.73525,0.74482,0.78864,0.71886,0.57696,0.55878,0.86158,0.00045953,0.00045953,0.00045953 +74,942.523,0.60898,0.65784,0.96767,0.80061,0.71317,0.7578,0.60841,0.73704,0.90185,0.96013,0.000455996,0.000455996,0.000455996 +75,954.996,0.64638,0.6643,0.99682,0.88449,0.72968,0.78416,0.68906,0.63291,0.63527,0.8733,0.000452462,0.000452462,0.000452462 +76,967.564,0.64803,0.67444,0.97043,0.92212,0.74912,0.80238,0.72221,0.62291,0.59033,0.87036,0.000448928,0.000448928,0.000448928 +77,980.379,0.64524,0.69332,0.99267,0.89537,0.74021,0.80024,0.72106,0.63772,0.61339,0.8718,0.000445393,0.000445393,0.000445393 +78,993.071,0.64181,0.68858,0.95661,0.89296,0.75454,0.78765,0.71432,0.59358,0.61582,0.85508,0.000441859,0.000441859,0.000441859 +79,1005.92,0.66109,0.74699,0.97119,0.67444,0.384,0.40675,0.2328,1.30862,1.96471,1.65642,0.000438325,0.000438325,0.000438325 +80,1018.48,0.63641,0.69812,0.98486,0.90967,0.48978,0.61582,0.45395,0.86141,0.99914,1.10941,0.00043479,0.00043479,0.00043479 +81,1030.77,0.616,0.66113,0.974,0.43858,0.48414,0.53961,0.38265,1.10963,2.21913,1.19716,0.000431256,0.000431256,0.000431256 +82,1043.29,0.6151,0.69025,0.95633,0.90406,0.75693,0.80474,0.67789,0.61363,0.58722,0.86478,0.000427722,0.000427722,0.000427722 +83,1055.89,0.65181,0.70185,0.95771,0.82545,0.61205,0.69704,0.49223,0.91214,0.95911,1.14844,0.000424187,0.000424187,0.000424187 +84,1068.57,0.61985,0.6471,0.95456,0.68007,0.61109,0.50928,0.40953,0.89967,1.45061,1.10466,0.000420653,0.000420653,0.000420653 +85,1081.18,0.66837,0.71706,0.99631,0.90305,0.75288,0.79908,0.72381,0.62268,0.57665,0.86674,0.000417119,0.000417119,0.000417119 +86,1093.53,0.60154,0.64366,0.97904,0.88148,0.7391,0.79641,0.72667,0.58676,0.67108,0.85876,0.000413584,0.000413584,0.000413584 +87,1105.99,0.63754,0.68412,0.96667,0.80019,0.36281,0.50989,0.31947,1.28216,1.89356,1.46943,0.00041005,0.00041005,0.00041005 +88,1118.49,0.61044,0.61636,0.96121,0.87043,0.67357,0.77816,0.64915,0.67244,0.84492,0.91016,0.000406516,0.000406516,0.000406516 +89,1130.94,0.62507,0.6767,0.9859,0.91905,0.77928,0.81048,0.7008,0.58581,0.50869,0.87416,0.000402982,0.000402982,0.000402982 +90,1143.49,0.61248,0.62277,0.97434,0.89603,0.75449,0.80059,0.73356,0.58134,0.51866,0.86499,0.000399447,0.000399447,0.000399447 +91,1157.19,0.63377,0.65577,0.96404,0.86235,0.75583,0.79844,0.70475,0.58906,0.55492,0.86639,0.000395913,0.000395913,0.000395913 +92,1169.72,0.6274,0.63325,0.94895,0.88341,0.77424,0.80065,0.69932,0.58967,0.49676,0.86424,0.000392379,0.000392379,0.000392379 +93,1182.34,0.61752,0.63482,0.97606,0.90435,0.65611,0.71637,0.56208,0.79201,0.84607,1.05522,0.000388844,0.000388844,0.000388844 +94,1194.94,0.60666,0.63437,0.95391,0.90474,0.71835,0.78127,0.66614,0.65024,0.62926,0.93137,0.00038531,0.00038531,0.00038531 +95,1207.51,0.61604,0.62049,0.9701,0.88492,0.70805,0.78414,0.71563,0.56829,0.63199,0.86027,0.000381776,0.000381776,0.000381776 +96,1220.08,0.61709,0.61361,0.95683,0.92888,0.66962,0.77468,0.61108,0.69105,0.72938,0.93911,0.000378242,0.000378242,0.000378242 +97,1232.65,0.60728,0.61552,0.96967,0.63139,0.63743,0.65894,0.49699,0.80142,1.26128,1.00826,0.000374707,0.000374707,0.000374707 +98,1245.27,0.59583,0.61366,0.96449,0.67048,0.41254,0.49298,0.37232,1.00742,1.29473,1.22287,0.000371173,0.000371173,0.000371173 +99,1257.75,0.58131,0.60649,0.96185,0.49619,0.4399,0.34051,0.18869,1.46333,1.95284,1.67789,0.000367639,0.000367639,0.000367639 +100,1270.3,0.61058,0.60626,0.9758,0.84925,0.78417,0.80859,0.69804,0.57045,0.52961,0.8645,0.000364104,0.000364104,0.000364104 +101,1282.74,0.57478,0.57303,0.92898,0.7333,0.70246,0.62642,0.49794,0.79641,0.9496,1.08025,0.00036057,0.00036057,0.00036057 +102,1295.28,0.5549,0.54642,0.92003,0.74735,0.18014,0.25212,0.18969,1.3341,2.30098,1.719,0.000357036,0.000357036,0.000357036 +103,1307.82,0.56393,0.54474,0.932,0.93278,0.72416,0.78945,0.66478,0.63013,0.60348,0.89824,0.000353501,0.000353501,0.000353501 +104,1320.21,0.5721,0.57206,0.93756,0.88711,0.72512,0.79072,0.6671,0.65266,0.63462,0.93747,0.000349967,0.000349967,0.000349967 +105,1332.82,0.5796,0.54928,0.94883,0.92235,0.7641,0.79895,0.73339,0.60219,0.52373,0.85622,0.000346433,0.000346433,0.000346433 +106,1345.23,0.60472,0.5972,0.94432,0.89157,0.75083,0.80507,0.70301,0.64719,0.56768,0.90667,0.000342899,0.000342899,0.000342899 +107,1357.73,0.55231,0.5595,0.94433,0.90091,0.74444,0.80339,0.71802,0.57099,0.53874,0.86411,0.000339364,0.000339364,0.000339364 +108,1370.15,0.579,0.55939,0.93843,0.91212,0.74828,0.7998,0.7118,0.5782,0.52593,0.86527,0.00033583,0.00033583,0.00033583 +109,1382.53,0.58992,0.57114,0.94404,0.74788,0.72983,0.80505,0.74343,0.55868,0.56727,0.84967,0.000332296,0.000332296,0.000332296 +110,1395.28,0.56214,0.54246,0.94127,0.89659,0.725,0.79475,0.7183,0.56104,0.54871,0.85134,0.000328761,0.000328761,0.000328761 +111,1407.72,0.57991,0.60055,0.94741,0.84066,0.77491,0.80884,0.72674,0.55519,0.47351,0.84687,0.000325227,0.000325227,0.000325227 +112,1420.4,0.5914,0.56655,0.9451,0.80842,0.80046,0.80369,0.72154,0.55807,0.49969,0.84996,0.000321693,0.000321693,0.000321693 +113,1432.78,0.55042,0.54555,0.93695,0.89832,0.73245,0.77549,0.65415,0.61937,0.60715,0.88739,0.000318158,0.000318158,0.000318158 +114,1445.17,0.5839,0.52622,0.95834,0.88324,0.74545,0.7961,0.71813,0.57501,0.54403,0.87307,0.000314624,0.000314624,0.000314624 +115,1457.54,0.54609,0.54004,0.94074,0.9253,0.7545,0.80347,0.71204,0.55953,0.51933,0.86618,0.00031109,0.00031109,0.00031109 +116,1470.03,0.5472,0.49798,0.94325,0.91145,0.48616,0.57566,0.49848,0.71142,0.85281,0.99835,0.000307555,0.000307555,0.000307555 +117,1482.72,0.5654,0.53163,0.93521,0.3586,0.35734,0.38084,0.25738,1.36738,2.20717,1.5966,0.000304021,0.000304021,0.000304021 +118,1495.3,0.53451,0.5319,0.9269,0.89491,0.72516,0.80585,0.70817,0.57518,0.52629,0.85937,0.000300487,0.000300487,0.000300487 +119,1507.57,0.54575,0.51719,0.9359,0.83676,0.62547,0.69503,0.52225,0.79835,1.08371,1.01547,0.000296953,0.000296953,0.000296953 +120,1520.22,0.53704,0.49345,0.93457,0.90504,0.75585,0.80396,0.69174,0.58243,0.49312,0.86297,0.000293418,0.000293418,0.000293418 +121,1532.87,0.53406,0.52661,0.92651,0.94638,0.76315,0.80098,0.7168,0.57046,0.5265,0.86317,0.000289884,0.000289884,0.000289884 +122,1545.25,0.54118,0.50414,0.92082,0.90239,0.75717,0.79355,0.69431,0.59512,0.54432,0.8824,0.00028635,0.00028635,0.00028635 +123,1557.73,0.53886,0.50984,0.91467,0.91878,0.72245,0.79135,0.68932,0.5978,0.64479,0.87544,0.000282815,0.000282815,0.000282815 +124,1570.32,0.57244,0.51772,0.95193,0.90978,0.73837,0.80743,0.71106,0.56803,0.50885,0.85779,0.000279281,0.000279281,0.000279281 +125,1582.74,0.54509,0.51435,0.93436,0.94026,0.76105,0.80727,0.72084,0.54397,0.49782,0.85102,0.000275747,0.000275747,0.000275747 +126,1595.23,0.52915,0.49654,0.90946,0.93524,0.71847,0.8047,0.7053,0.59702,0.56347,0.8804,0.000272212,0.000272212,0.000272212 +127,1607.45,0.53763,0.51054,0.92899,0.90091,0.67854,0.75815,0.59874,0.77423,0.73181,1.01213,0.000268678,0.000268678,0.000268678 +128,1619.77,0.56984,0.55102,0.93771,0.91759,0.75105,0.8061,0.69947,0.54503,0.4709,0.8496,0.000265144,0.000265144,0.000265144 +129,1632.08,0.55077,0.52986,0.94438,0.72197,0.55642,0.5233,0.3571,1.11676,1.54527,1.46185,0.00026161,0.00026161,0.00026161 +130,1644.46,0.52349,0.49827,0.92794,0.90495,0.77186,0.80003,0.70618,0.5323,0.46078,0.84583,0.000258075,0.000258075,0.000258075 +131,1657.31,0.53305,0.47512,0.91739,0.91601,0.75392,0.80808,0.73191,0.56145,0.4965,0.84943,0.000254541,0.000254541,0.000254541 +132,1669.65,0.52967,0.52357,0.92965,0.84757,0.57784,0.70953,0.45821,0.89913,1.07902,1.13019,0.000251007,0.000251007,0.000251007 +133,1682.04,0.52988,0.51056,0.92079,0.92982,0.73788,0.80498,0.71291,0.54754,0.45059,0.85361,0.000247472,0.000247472,0.000247472 +134,1694.47,0.55601,0.51094,0.93763,0.92401,0.75616,0.79873,0.70534,0.55326,0.51885,0.85774,0.000243938,0.000243938,0.000243938 +135,1706.97,0.50989,0.49653,0.91297,0.89727,0.74831,0.79469,0.70123,0.54843,0.50133,0.8542,0.000240404,0.000240404,0.000240404 +136,1719.68,0.54273,0.50868,0.92225,0.9074,0.75406,0.80467,0.71625,0.53905,0.50268,0.8551,0.000236869,0.000236869,0.000236869 +137,1732.23,0.50926,0.4653,0.89662,0.89267,0.73467,0.7895,0.72249,0.57867,0.59147,0.86655,0.000233335,0.000233335,0.000233335 +138,1745,0.51056,0.43505,0.91231,0.92039,0.74917,0.80425,0.71055,0.55362,0.53605,0.8523,0.000229801,0.000229801,0.000229801 +139,1757.38,0.51693,0.45772,0.90752,0.92118,0.77136,0.80434,0.71148,0.57321,0.5153,0.86811,0.000226267,0.000226267,0.000226267 +140,1770.05,0.52693,0.467,0.9191,0.92413,0.77788,0.80472,0.7157,0.5535,0.48556,0.84915,0.000222732,0.000222732,0.000222732 +141,1782.74,0.50601,0.46075,0.92213,0.90115,0.75608,0.80183,0.70757,0.5635,0.47989,0.87557,0.000219198,0.000219198,0.000219198 +142,1795.12,0.48603,0.43346,0.91298,0.89491,0.73093,0.8015,0.70088,0.554,0.54975,0.85854,0.000215664,0.000215664,0.000215664 +143,1807.55,0.48819,0.43695,0.9056,0.90177,0.76368,0.8026,0.7062,0.55758,0.49187,0.8749,0.000212129,0.000212129,0.000212129 +144,1819.9,0.49022,0.4567,0.91027,0.92074,0.75583,0.79784,0.68314,0.56904,0.51622,0.87664,0.000208595,0.000208595,0.000208595 +145,1832.93,0.52205,0.50154,0.91845,0.93649,0.77468,0.81092,0.71848,0.54874,0.46774,0.84515,0.000205061,0.000205061,0.000205061 +146,1845.41,0.48048,0.44053,0.90117,0.89633,0.75702,0.8038,0.7042,0.55725,0.50142,0.85074,0.000201527,0.000201527,0.000201527 +147,1857.77,0.51909,0.45721,0.92725,0.85743,0.74291,0.8071,0.71086,0.5644,0.52544,0.85865,0.000197992,0.000197992,0.000197992 +148,1870.26,0.51467,0.45177,0.90312,0.91119,0.75535,0.80996,0.71715,0.54555,0.45981,0.84371,0.000194458,0.000194458,0.000194458 +149,1882.5,0.52793,0.48492,0.94207,0.90778,0.76544,0.80703,0.70852,0.56127,0.5115,0.84545,0.000190924,0.000190924,0.000190924 +150,1894.97,0.48658,0.43355,0.90757,0.89293,0.75588,0.80817,0.71832,0.56674,0.49893,0.85259,0.000187389,0.000187389,0.000187389 +151,1907.25,0.48037,0.43803,0.89456,0.95074,0.75112,0.803,0.70975,0.55524,0.47133,0.86314,0.000183855,0.000183855,0.000183855 +152,1919.72,0.50208,0.4807,0.90828,0.91993,0.74559,0.80767,0.71569,0.55843,0.46576,0.85184,0.000180321,0.000180321,0.000180321 +153,1932.05,0.49757,0.44346,0.90713,0.90225,0.7479,0.80015,0.70004,0.56488,0.50109,0.86932,0.000176786,0.000176786,0.000176786 +154,1944.55,0.48056,0.42083,0.90047,0.91086,0.73804,0.80227,0.70302,0.55728,0.532,0.86381,0.000173252,0.000173252,0.000173252 +155,1957.03,0.48197,0.42456,0.91143,0.91346,0.75659,0.8036,0.72025,0.5534,0.45933,0.8677,0.000169718,0.000169718,0.000169718 +156,1969.56,0.4791,0.40264,0.90592,0.91722,0.74737,0.80554,0.72144,0.55926,0.48178,0.86007,0.000166183,0.000166183,0.000166183 +157,1982.41,0.46416,0.42597,0.90903,0.91628,0.74934,0.79773,0.71284,0.55203,0.48226,0.85702,0.000162649,0.000162649,0.000162649 +158,1994.78,0.47585,0.45143,0.90495,0.925,0.77157,0.80568,0.69906,0.54539,0.48,0.85609,0.000159115,0.000159115,0.000159115 +159,2007.33,0.50261,0.44969,0.92432,0.85454,0.77741,0.80159,0.7075,0.56752,0.47918,0.88041,0.000155581,0.000155581,0.000155581 +160,2020.09,0.46792,0.41607,0.90012,0.90755,0.76201,0.80633,0.74175,0.54033,0.4569,0.85635,0.000152046,0.000152046,0.000152046 +161,2032.51,0.4659,0.39862,0.92148,0.91969,0.75887,0.80934,0.70707,0.53742,0.45271,0.8578,0.000148512,0.000148512,0.000148512 +162,2045.01,0.48588,0.4452,0.91815,0.9166,0.75982,0.80794,0.72589,0.53438,0.45943,0.85189,0.000144978,0.000144978,0.000144978 +163,2057.53,0.46168,0.42562,0.90127,0.91923,0.7666,0.80328,0.71667,0.5269,0.46925,0.84746,0.000141443,0.000141443,0.000141443 +164,2070.26,0.46386,0.403,0.88984,0.91128,0.76603,0.80164,0.71523,0.528,0.44297,0.86425,0.000137909,0.000137909,0.000137909 +165,2082.85,0.4666,0.41245,0.892,0.91862,0.77525,0.80069,0.71729,0.53871,0.49796,0.86702,0.000134375,0.000134375,0.000134375 +166,2095.43,0.45398,0.41192,0.89174,0.89424,0.75172,0.79853,0.73146,0.54562,0.50481,0.85806,0.000130841,0.000130841,0.000130841 +167,2108,0.46462,0.45221,0.91029,0.90853,0.76277,0.80313,0.7209,0.52174,0.47065,0.84198,0.000127306,0.000127306,0.000127306 +168,2120.44,0.43949,0.40876,0.8846,0.87821,0.72875,0.79396,0.72029,0.53074,0.52013,0.84556,0.000123772,0.000123772,0.000123772 +169,2133.3,0.47321,0.40354,0.88856,0.89253,0.75501,0.78408,0.72759,0.53443,0.50164,0.84984,0.000120238,0.000120238,0.000120238 +170,2145.6,0.46873,0.41935,0.89766,0.8976,0.77244,0.79913,0.729,0.5522,0.44268,0.86676,0.000116703,0.000116703,0.000116703 +171,2158.07,0.45474,0.39663,0.89227,0.90169,0.74123,0.79163,0.70532,0.54495,0.47674,0.86033,0.000113169,0.000113169,0.000113169 +172,2170.53,0.45487,0.43301,0.90145,0.89735,0.73012,0.79331,0.70672,0.54112,0.46955,0.85649,0.000109635,0.000109635,0.000109635 +173,2182.94,0.45897,0.40657,0.91514,0.89836,0.76876,0.7897,0.70509,0.53935,0.48724,0.84867,0.0001061,0.0001061,0.0001061 +174,2195.54,0.45155,0.39554,0.88274,0.89561,0.73562,0.79423,0.71031,0.53699,0.45816,0.85314,0.000102566,0.000102566,0.000102566 +175,2207.96,0.44919,0.41227,0.88064,0.90593,0.75989,0.79473,0.71086,0.54574,0.48028,0.84951,9.90318e-05,9.90318e-05,9.90318e-05 +176,2220.86,0.45219,0.38801,0.89131,0.91782,0.76611,0.79518,0.71454,0.54325,0.45678,0.84667,9.54975e-05,9.54975e-05,9.54975e-05 +177,2233.26,0.43676,0.39944,0.89841,0.91835,0.75294,0.78714,0.70512,0.53718,0.47585,0.84816,9.19632e-05,9.19632e-05,9.19632e-05 +178,2245.75,0.45951,0.39636,0.88346,0.91349,0.77622,0.79464,0.71559,0.54216,0.45912,0.84726,8.84289e-05,8.84289e-05,8.84289e-05 +179,2258.5,0.44649,0.40147,0.90187,0.88965,0.78128,0.79705,0.71417,0.55723,0.48059,0.85629,8.48946e-05,8.48946e-05,8.48946e-05 +180,2271.02,0.44469,0.40148,0.91272,0.91775,0.77299,0.79473,0.71474,0.54982,0.48411,0.85258,8.13603e-05,8.13603e-05,8.13603e-05 +181,2283.57,0.44082,0.37046,0.90067,0.92889,0.75226,0.79585,0.71086,0.53804,0.48037,0.85224,7.7826e-05,7.7826e-05,7.7826e-05 +182,2295.88,0.43143,0.36314,0.87355,0.91596,0.76586,0.78895,0.70085,0.55829,0.48095,0.86683,7.42917e-05,7.42917e-05,7.42917e-05 +183,2308.25,0.44558,0.38115,0.89152,0.85968,0.76834,0.79566,0.69457,0.54608,0.46794,0.85384,7.07574e-05,7.07574e-05,7.07574e-05 +184,2320.75,0.45081,0.39528,0.89097,0.87814,0.75232,0.79479,0.71517,0.53848,0.49439,0.85635,6.72231e-05,6.72231e-05,6.72231e-05 +185,2333.25,0.41464,0.3663,0.87856,0.89059,0.74436,0.79339,0.71284,0.54216,0.50153,0.85393,6.36888e-05,6.36888e-05,6.36888e-05 +186,2345.73,0.40467,0.36667,0.87366,0.89065,0.75,0.79626,0.71506,0.54465,0.48754,0.85109,6.01545e-05,6.01545e-05,6.01545e-05 +187,2358.08,0.42527,0.36608,0.88398,0.91665,0.76716,0.79924,0.71849,0.53724,0.46228,0.85037,5.66202e-05,5.66202e-05,5.66202e-05 +188,2370.75,0.41172,0.36375,0.88958,0.91115,0.76244,0.79547,0.71338,0.54399,0.48195,0.85069,5.30859e-05,5.30859e-05,5.30859e-05 +189,2383.18,0.4434,0.37891,0.90206,0.90523,0.76338,0.79671,0.73238,0.55138,0.47154,0.86019,4.95516e-05,4.95516e-05,4.95516e-05 +190,2396.05,0.44465,0.36855,0.88565,0.91175,0.76653,0.80887,0.74795,0.54441,0.46738,0.85161,4.60173e-05,4.60173e-05,4.60173e-05 +191,2410.02,0.41182,0.35114,0.85485,0.92433,0.77036,0.80998,0.74619,0.53301,0.44244,0.84433,4.2483e-05,4.2483e-05,4.2483e-05 +192,2422.57,0.39455,0.31465,0.84594,0.91595,0.76774,0.80608,0.72808,0.53398,0.44594,0.84733,3.89487e-05,3.89487e-05,3.89487e-05 +193,2435.07,0.38634,0.30644,0.84133,0.90331,0.75759,0.80746,0.72523,0.54314,0.4447,0.85442,3.54144e-05,3.54144e-05,3.54144e-05 +194,2447.54,0.38441,0.28993,0.8297,0.90704,0.7563,0.80579,0.72479,0.54897,0.44553,0.86052,3.18801e-05,3.18801e-05,3.18801e-05 +195,2460.2,0.38243,0.28818,0.82528,0.91435,0.75618,0.79986,0.71692,0.56161,0.45162,0.87432,2.83458e-05,2.83458e-05,2.83458e-05 +196,2472.6,0.3829,0.28608,0.81587,0.911,0.75158,0.80119,0.71813,0.55732,0.45366,0.86864,2.48115e-05,2.48115e-05,2.48115e-05 +197,2485.02,0.39911,0.30268,0.8426,0.90726,0.75773,0.80396,0.72226,0.55692,0.4606,0.86351,2.12772e-05,2.12772e-05,2.12772e-05 +198,2497.44,0.3779,0.29878,0.8224,0.92163,0.76172,0.80456,0.726,0.55856,0.46584,0.86969,1.77429e-05,1.77429e-05,1.77429e-05 +199,2509.73,0.38098,0.29808,0.83961,0.91711,0.75763,0.80535,0.72628,0.55775,0.46355,0.86842,1.42086e-05,1.42086e-05,1.42086e-05 +200,2522.19,0.36379,0.28027,0.82774,0.91024,0.76412,0.80548,0.72545,0.56095,0.45682,0.87476,1.06743e-05,1.06743e-05,1.06743e-05 diff --git a/yolo11x/results.png b/yolo11x/results.png new file mode 100755 index 0000000000000000000000000000000000000000..83246d213651edd6c18632c543bd3b3110e08fc1 --- /dev/null +++ b/yolo11x/results.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:266c4be29236af9c408437de91c64bd8815ac8c5541c209310928302cfe2f988 +size 332785 diff --git a/yolo11x/train_batch0.jpg b/yolo11x/train_batch0.jpg new file mode 100755 index 0000000000000000000000000000000000000000..8b5305ce1ed2e9624a69af0d58707c37c51f1330 --- /dev/null +++ b/yolo11x/train_batch0.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0436847ec44552d10120b26655e1883fa5fe600c407eef33794a24831a171c2 +size 560543 diff --git a/yolo11x/train_batch1.jpg b/yolo11x/train_batch1.jpg new file mode 100755 index 0000000000000000000000000000000000000000..488c08f90e7668f9b4a3cc4dca2aeb9c9799aeb9 --- /dev/null +++ b/yolo11x/train_batch1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f094ea968a798fd3e0812add8b5282f962d894fd7074d6686877a7d6c48070f5 +size 455129 diff --git a/yolo11x/train_batch2.jpg b/yolo11x/train_batch2.jpg new file mode 100755 index 0000000000000000000000000000000000000000..9195ec1d34f96e6f8d9dc2b3da9d5c9babec63a8 --- /dev/null +++ b/yolo11x/train_batch2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86d3da1d94c0f606f47307e9785ac6a4ae6720b57e64333bbb0f1e39771bc5c9 +size 393712 diff --git a/yolo11x/train_batch8740.jpg b/yolo11x/train_batch8740.jpg new file mode 100755 index 0000000000000000000000000000000000000000..1ce9196dd25927012c88c91fa6fcb1e8cfc61579 --- /dev/null +++ b/yolo11x/train_batch8740.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e4f232669e793e32fe6b8456c304ac19446693564cd16351969c5a9d34e8d5 +size 408202 diff --git a/yolo11x/train_batch8741.jpg b/yolo11x/train_batch8741.jpg new file mode 100755 index 0000000000000000000000000000000000000000..ad1a466c3de143850d9e3772a980441b86f22280 --- /dev/null +++ b/yolo11x/train_batch8741.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9888deac30a19e815bcc115f8510457d0b6a3cd6fc40c3dce0c15829ad43a59 +size 424308 diff --git a/yolo11x/train_batch8742.jpg b/yolo11x/train_batch8742.jpg new file mode 100755 index 0000000000000000000000000000000000000000..46aa2c8af72bb507ffcddd239ca80c8c9b8f4c3f --- /dev/null +++ b/yolo11x/train_batch8742.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0ff054045a0e9f5387df67cc6c0e40dc88b2faa59ccaa0d240d67f9a4c4496 +size 388921 diff --git a/yolo11x/weights/best.pt b/yolo11x/weights/best.pt new file mode 100755 index 0000000000000000000000000000000000000000..10bd48222aa3155c45492c33dc1894fb84b74c0c --- /dev/null +++ b/yolo11x/weights/best.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d381e727bef8004b496a45f334f249f0786866d2ad435e2738fb443051b1e6 +size 114466898 diff --git a/yolo11x/weights/last.pt b/yolo11x/weights/last.pt new file mode 100755 index 0000000000000000000000000000000000000000..5237024d0ffdf1e350a5b6ce88699ccc20853ac4 --- /dev/null +++ b/yolo11x/weights/last.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe14b088dd4f67dbc8eb2efad9bd607d8f6d5fb80f77ece2368ef380910fdca3 +size 114466898