Megvii-BaseDetection / Megvii-BaseDetection/YOLOX
YOLOX training error report
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 10.6k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
2023-05-07 15:07:59Exception ignored in: <function CacheDataset.del at 0x0000026060F77C10>
| Traceback (most recent call last):
File "d:\py charm project\yolox huan jin\yolox-main\yolox\data\datasets\datasets_wrapper.py", line 177, in del
ERROR | yolox.core.launch if self.cache and self.cache_type == "ram":
AttributeError: 'VOCDetection' object has no attribute 'cache'
:98 - An error has been caught in function 'launch', process 'MainProcess' (6016), thread 'MainThread' (14332):
There is no problem in configuring the environment, and the environment detects the image successfully, but the training of its own dataset reports an error, can a big brother help solve it?
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/datasets_wrapper.py at line 177 and trace how CacheDataset.del is reached during yolox.core.launch for the reported VOCDetection training case. Reproduce the custom-dataset training setup and determine why the reported AttributeError occurs; done means the training no longer emits this exception and the regression is covered by an appropriate test.
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