-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Add basic tutorial for SR models #380
Conversation
Please feel free to leave comments :) |
Codecov Report
@@ Coverage Diff @@
## master #380 +/- ##
==========================================
- Coverage 80.44% 80.42% -0.03%
==========================================
Files 185 185
Lines 9889 9889
Branches 1441 1441
==========================================
- Hits 7955 7953 -2
- Misses 1742 1743 +1
- Partials 192 193 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
See the installation step here https://github.com/open-mmlab/mmocr/blob/main/demo/MMOCR_Tutorial.ipynb edit: |
Note that the cell training and testing on pre-defined datasets are not expected to be run. It is used as a demo showing users how to use the command. |
It has been tested on colab. |
The file cannot be displayed by github. Please check if the format is correct. Rebase master btw :) |
* Add basic tutorial * Modify installation
Motivation
A demo teaching users how to train and test existing models could help them get familiar with MMEditing.
Modification
This PR adds a basic tutorial for SR models. It includes both image and video SR models.
Remarks
There is a link to the comprehensive models, but the link hasn't been added.