Skip to content

Commit

Permalink
Add Colab Training Tutorial (open-mmlab#3213)
Browse files Browse the repository at this point in the history
* Add colab training tutorial

* Update tutorial codes and fix bug

* Clean files, refactor TBD

* Update tutorials

* Remove duplicated code

* Mv tutorial
  • Loading branch information
ZwwWayne authored Jul 7, 2020
1 parent 7f0c4d0 commit e2b642a
Show file tree
Hide file tree
Showing 5 changed files with 1,366 additions and 542 deletions.
2 changes: 1 addition & 1 deletion .isort.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ line_length = 79
multi_line_output = 0
known_standard_library = setuptools
known_first_party = mmdet
known_third_party = PIL,asynctest,cityscapesscripts,cv2,matplotlib,mmcv,numpy,onnx,pycocotools,pytest,robustness_eval,roi_align,roi_pool,seaborn,six,terminaltables,torch,torchvision
known_third_party = PIL,asynctest,cityscapesscripts,cv2,matplotlib,numpy,onnx,pycocotools,pytest,robustness_eval,roi_align,roi_pool,seaborn,six,terminaltables,torch,torchvision
no_lines_before = STDLIB,LOCALFOLDER
default_section = THIRDPARTY
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Some other methods are also supported in [projects using MMDetection](./docs/pro
Please refer to [install.md](docs/install.md) for installation and dataset preparation.


## Get Started
## 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).

Expand Down
1,364 changes: 1,364 additions & 0 deletions demo/MMDet_Tutorial.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit e2b642a

Please sign in to comment.