How to register custom dataset module? #2520
-
Hello, I'm trying to register custom module to use custom model for enter datatype easliy. I tried like this. mmpose/mmpose/datasets/datasets/bodyin this root, I made coco_arm.py
The coco_arm.py is made by me. After then, I add import line and enter the class name in the all, like this. `from .aic_dataset import AicDataset all = [ After finishing, I train the model, but error occur. How to register custom module? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Could you please try running |
Beta Was this translation helpful? Give feedback.
Could you print
pip list | grep mm
? You need to install mmpose viamim install -e .