From 24c0f82aaa6e53a3de3f248d10ee938479b3a393 Mon Sep 17 00:00:00 2001 From: MiXaiLL76 Date: Mon, 15 Apr 2024 12:20:58 +0300 Subject: [PATCH] update readme --- README.md | 3 +++ examples/comparison/mmdet/colab_example.ipynb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9ae737..ac16d05 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ https://pypi.org/project/faster-coco-eval/) [![docs](https://img.shields.io/badge/docs-latest-blue)](https://github.com/MiXaiLL76/faster_coco_eval/wiki) [![license](https://img.shields.io/github/license/MiXaiLL76/faster_coco_eval.svg)](https://github.com/MiXaiLL76/faster_coco_eval/blob/main/LICENSE) +[![CI - Test](https://github.com/MiXaiLL76/faster_coco_eval/actions/workflows/unittest.yml/badge.svg)](https://github.com/MiXaiLL76/faster_coco_eval/actions/workflows/unittest.yml) + + ## Disclaimer I often use this project, but I saw it abandoned and without a public repository on github. diff --git a/examples/comparison/mmdet/colab_example.ipynb b/examples/comparison/mmdet/colab_example.ipynb index 273ea25..0475014 100644 --- a/examples/comparison/mmdet/colab_example.ipynb +++ b/examples/comparison/mmdet/colab_example.ipynb @@ -23,7 +23,7 @@ "source": [ "# simple\n", "\n", - "!pip install mim pycocotools faster-coco-eval\n", + "!pip install openmim pycocotools faster-coco-eval\n", "!mim install mmdet" ] },