Skip to content

Commit

Permalink
Add colab link (#3273)
Browse files Browse the repository at this point in the history
* Add colab link

* Use mmcv-full in requirements

* Migrate to MMCV 1.0.2

* Resolve path issue

* Use newest MMDet

* Update projects

* Update install process
  • Loading branch information
ZwwWayne committed Jul 15, 2020
1 parent 12a5a3b commit 78ac64b
Show file tree
Hide file tree
Showing 3 changed files with 514 additions and 168 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ Please refer to [install.md](docs/install.md) for installation and dataset prepa

## Getting Started

Please see [getting_started.md](docs/getting_started.md) for the basic usage of MMDetection. There are also tutorials for [finetuning models](docs/tutorials/finetune.md), [adding new dataset](docs/tutorials/new_dataset.md), [designing data pipeline](docs/tutorials/data_pipeline.md), and [adding new modules](docs/tutorials/new_modules.md).
Please see [getting_started.md](docs/getting_started.md) for the basic usage of MMDetection.
We provide [colab tutorial](demo/MMDet_Tutorial.ipynb) for beginners.
There are also tutorials for [finetuning models](docs/tutorials/finetune.md), [adding new dataset](docs/tutorials/new_dataset.md), [designing data pipeline](docs/tutorials/data_pipeline.md), and [adding new modules](docs/tutorials/new_modules.md).

## Contributing

Expand Down
Loading

0 comments on commit 78ac64b

Please sign in to comment.