'CocoDataset' is not in the dataset registry. #2466
Replies: 2 comments
-
We recommend creating an issue and providing the necessary details as outlined in the template. This will greatly help us in locating the problem |
Beta Was this translation helpful? Give feedback.
-
I have the same issue here here is the config file that I have named "my_custom_config.py" and placed into configs folder as indicated in the tutorial:
I am quite new to the OpenMMLab community, I am trying to learn by reading the documents, and following the tutorials, but eventually what I am aiming is to modify a few models to benchmark on a custom dataset. I run the training scheme with the following code: |
Beta Was this translation helpful? Give feedback.
-
Hi all.
I'm attempting to train MMPose on a custom dataset of body keypoints.
As per documentation I have:
configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_hrnet-w32_8xb64-210e_coco-256x192.py
As far as I understand from documentation:
However, when I attempt to run the training script with
tools/train.py
I get:I tried to assign
CocoDataset
orBaseCocoStyleDataset
names withinBaseCocoStyleDataset
's class decorator, and amend training config accordingly, but I still get the same kind of error.Would you be able to point out what it is that I may be missing?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions