add Colab Tutorial in readme

This commit is contained in:
BIGWangYuDong 2022-05-04 17:54:48 +08:00
parent a3a0b215a5
commit 270dab5837
2 changed files with 3 additions and 1 deletions

View File

@ -106,6 +106,8 @@ Please refer to [install.md](/docs/en/install.md) for installation of MMFewShot
If you are new of few shot learning, you can start with [learn the basics](docs/en/intro.md).
If you are familiar with it, check out [getting_started.md](docs/en/get_started.md) for the basic usage of mmfewshot.
We provide [fewshot classification colab tutorial](demo/MMFewShot_Tutorial-Classification.ipynb) and
[fewshot detection colab tutorial](demo/MMFewShot_Tutorial-Detection.ipynb) for beginners.
Refer to the below tutorials to dive deeper:

View File

@ -103,7 +103,7 @@ MMFewShot 依赖 [PyTorch](https://pytorch.org/) 和 [MMCV](https://github.com/o
## 快速入门
如果初次了解少样本学习,你可以从[基础介绍](docs/en/intro.md)开始了解少样本学习的基本概念和 MMFewShot 的框架。
如果对少样本学习很熟悉,请参考[使用教程](docs/en/get_started.md)获取MMFewShot的基本用法。
我们也为新手提供了[少样本分类的 colab 教程](demo/MMFewShot_Tutorial-Classification.ipynb)和[少样本检测的 colab 教程】](demo/MMFewShot_Tutorial-Detection.ipynb)。
MMFewShot 也提供了其他更详细的教程,包括:
- 少样本分类