Megvii-BaseDetection / Megvii-BaseDetection/YOLOX
AttributeError: 'COCODataset' object has no attribute 'evaluate_detections'
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 10.6k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
Hello
I want to train "yolox" by mine dataset in coco format but the below error
AttributeError: 'COCODataset' object has no attribute 'evaluate_detections'
not permit to me
I found the "evaluate_detections" issue https://github.com/Megvii-BaseDetection/YOLOX/issues/697
but this code needs a dataset in VOC format!
I'd appreciate it if you'd help me.
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 by locating the COCODataset implementation and the training or evaluation entry point that calls evaluate_detections. Compare the COCO-format path with the linked issue about VOC-format evaluation, then verify the chosen COCO dataset can complete evaluation without this AttributeError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100