English | 简体中文 GitHub | Gitee码云
- Setup pre-commit hook
- If necessary, modify
.pre-commit-config.yaml
- In the repository root path, run
pre-commit install
- If necessary, modify
- Modify the
.gitignore
file - Modify the
LICENSE
file This repository uses the MIT license, you may change it to other licenses - Modify the setup files
setup.cfg
setup.py
, especially thebasicsr
keyword
- Modify the
requirements.txt
files - Modify the
VERSION
file
- pylint
- gitee-repo-mirror - Support Gitee码云
- Clone GitHub repo in the Gitee website
- Modify gitee-repo-mirror
- In Github Settings -> Secrets, add
SSH_PRIVATE_KEY
- The
description
,website
,topics
in the main page - Support Chinese documents, for example,
README_CN.md
Emoji | Meaning |
---|---|
🚀 | Used for BasicSR Logo |
✨ | Features |
⚡ | HOWTOs |
🔧 | Installation / Usage |
⏳ | TODO list |
🐢 | Dataset preparation |
💻 | Commands |
🏰 | Model zoo |
📝 | Designs |
📜 | License and acknowledgement |
🌏 | Citations |
📧 | Contact |
Models | |
⏬ | Download |
📁 | Datasets |
📈 | Curves |
👀 | Screenshot |
📚 | References |
Google Colab Logo
Windows Logo
Ubuntu Logo
More
drop-down menuMore
- Nov 19, 2020. Set up ProjectTemplate-Python.