Megvii-BaseDetection / Megvii-BaseDetection/YOLOX

YOLOX training error report

Open
#1,663 4 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.