Instruction - WangShaoRu/paper-reading GitHub Wiki
Getting Started
This page provides basic tutorials about how to contribute to this wiki and the usage of Markdown.
Contributing
You can edit the Paper List online with the built-in editor of Github.
Please follow the template in Paper List.
Notice that this list is in reverse chronological order.
Either Chinese or English is acceptable.
Intro for each field
- Title: Please attach the link of the article.
- Date: The time of release.
- Topic: object detection, Instance segmentation, image classification, semantic segmentation, VOT, MOT, ReID, etc. (Make the topic bold.)
- Rating: Recommendation rate.
$\star$: Do not recommend.
$\star\star$: Marginally contirbutions. Glancing is OK.
$\star\star\star$: Quite some noteworthy contributions, but no need for intensive reading.
$\star\star\star\star$: All researchers in this area need read this article carefully.
$\star\star\star\star\star$: Strongly recommend to all researchers in relevant area! - Published in: Published in which conference or journal (arxiv is OK, but it's recommended to update later if the paper is accepted)
- Intro: Introduce the article briefly (With as few words as possible).
- Authors&teams: The authors and teams of this article (First author is OK unless necessary).
- Code: Provide the link if the code has been released.
- Contributions&Methods: List the contributions of the article or the instrductions of the methods.
- Discussions: Any other files related to this article.
- Introducer: Your name.
Usage of Markdown
Here's a simple guide to help you on your way.
Some Others
Insert image into Markdown
Step1: Upload the image to this repo (Recommended path is images/
).
Step2: Get the url of the image (i.e., https://github.com/WangShaoRu/paper-reading/blob/master/images/github.png)
Step3: Insert following code into the Markdown file. [image_name](https://github.com/WangShaoRu/paper-reading/blob/master/images/github.png)
Rendering math equations
Install mathjax-plugin-for-github for Google Chrome (fanqiang is need).