You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to train a custom dataset which file type is coco2017, then I copy coco.py and change some content and train, but have a error 'PeachDataset is not in the dataset registry'.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to train a custom dataset which file type is coco2017, then I copy coco.py and change some content and train, but have a error 'PeachDataset is not in the dataset registry'.
env
PyTorch 1.10.0
Python 3.8(ubuntu20.04)
Cuda 11.3
RTX A5000
torch 1.10.0+cu113
torchvision 0.11.1+cu113
mmcv-full 1.7.1
mmdet 2.27.0
Dataset config
train config
Here is train config:
error info
Error info is here:
Addition info
When I replace
PeachDataset
toCocoDataset
, console just tell me num_classes not right but not have Dataset is not in the dataset registry.Beta Was this translation helpful? Give feedback.
All reactions