Megvii-BaseDetection / Megvii-BaseDetection/YOLOX
如果想要复现yolox-nano的精度,应该运行怎么样的指令?
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 10.6k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
python -m yolox.tools.train -n yolox-nano -d 1 -b 64 --fp16 -o
这个指令可以吗?我查看了一段时间,没有找到专门针对nano的指令。
设置更大的batch如128,或者中间曾中断训练是否会影响最后的精度?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the documented YOLOX training entry point and the yolox-nano configuration referenced by the issue. Verify the proposed command and determine how batch size changes or interrupted training affect reproducibility, then document the confirmed command and relevant caveats for reproducing nano accuracy.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation, machine-learning
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100