From 97de0b410fc0b38a9799b732c48ce316e1390360 Mon Sep 17 00:00:00 2001 From: MiXaiLL76 Date: Fri, 14 Jun 2024 15:58:07 +0300 Subject: [PATCH] Add nbviewer Examples --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48ee7aa..e964fa3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ for coco's AP metrics, especially when dealing with a high number of instances i For our use case with a test dataset of 5000 images from the coco val dataset. Testing was carried out using the mmdetection framework and the eval_metric.py script. The indicators are presented below. -Visualization of testing **colab_example.ipynb** available in directory [examples/comparison](https://github.com/MiXaiLL76/faster_coco_eval/blob/main/examples/comparison/mmdet/colab_example.ipynb) +Visualization of testing **colab_example.ipynb** available in directory [examples/comparison](https://nbviewer.org/github/MiXaiLL76/faster_coco_eval/blob/main/examples/comparison/mmdet/colab_example.ipynb) [colab_example.ipynb in google collab](https://colab.research.google.com/drive/1qj392oIU8fmeyIFHCtxCrLA8PQQAMoIs) Tested with rtmdet model bbox + segm @@ -47,6 +47,12 @@ You can study in more detail in the [examples](https://github.com/MiXaiLL76/fast Code examples for using the library are available on the [Wiki](https://github.com/MiXaiLL76/faster_coco_eval/wiki) +### Examples + +- [Eval example](https://nbviewer.org/github/MiXaiLL76/faster_coco_eval/blob/main/examples/eval_example.ipynb) +- [Curve example](https://nbviewer.org/github/MiXaiLL76/faster_coco_eval/blob/main/examples/curve_example.ipynb) +- [CED Keypoint example](https://nbviewer.org/github/MiXaiLL76/faster_coco_eval/blob/main/examples/ced_example.ipynb) + ## Update history Available via link [history.md](https://github.com/MiXaiLL76/faster_coco_eval/blob/main/history.md)