-
Notifications
You must be signed in to change notification settings - Fork 234
Add task name to the README for each model #78
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Please take a look at the comments below.
Others look good to me 👍
README.md
Outdated
| [MobileNet-V1](./models/image_classification_mobilenet)| Image Classification | 224x224 | 9.04 | 92.25 | 33.18 | 145.66\* | --- | | ||
| [MobileNet-V2](./models/image_classification_mobilenet)| Image Classification | 224x224 | 8.86 | 74.03 | 31.92 | 146.31\* | --- | | ||
| [PP-HumanSeg](./models/human_segmentation_pphumanseg) | Human Segmentation | 192x192 | 19.92 | 105.32 | 67.97 | 74.77 | --- | | ||
| [WeChatQRCode](./models/qrcode_wechatqrcode) | QR Code Detection and Parsing | 100x100 | 7.04 | 37.68 | --- | --- | --- | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
parsing or decoding?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
parsing or decoding?
In the documentation of WeChat QR code, they use parsing
.
Merge as is |
No description provided.