Clean up the model list (detection vs classification, versions, dates)
- 主要语言
- Python
- 星标
- 2
- 派生
- 2
- 平均合并
- 5 天 6 小时
- 30 天内合并 PR
- 5
描述
Nachet presents a large list of models, each with a short description (for example
"Use a Swin transformer to classify the seeds"), including some local testing models.
Two problems:
- It is unclear whether each model does detection, classification, or both. Nachet
Mini splits this into two selectors: one detection model and one classification model.
- Every model has an empty version string and the same date, so there is no way to
tell which was trained most recently.
Port Mini's split detection / classification selection, or clean up the current list
so roles, versions, and dates are legible.
- [ ] Each model's role (detection, classification, or both) is clear, ideally via split selectors
- [ ] Version strings are populated
- [ ] Training dates are accurate per model rather than identical
- [ ] Local testing models are clearly marked
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。