Megvii-BaseDetection / Megvii-BaseDetection/YOLOX
目录拼接BUG
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 10.6k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
>>> import os
>>> os.path.join(r"d:\pycharm\yolox\yolox-main\datasets\VOCdevkit\VOC2007", "Annotations", "{:s}.xml")
output: '{:s}.xml'
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 yolox/data/datasets/voc.py at lines 314-316 and reproduce the provided os.path.join example on the relevant platform. Trace how the VOC annotation path is assembled and confirm the completed work produces the intended annotation filename rather than the reported output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 32/100