Closed lyon-v closed 2 years ago
Traceback (most recent call last): File "/home/wuliang/cvpro/eqlv2-master/mmdet/datasets/openimage.py", line 106, in evaluate from .openimage_eval import OpenimageEval ModuleNotFoundError: No module named 'mmdet.datasets.openimage_eval'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "./tools/train.py", line 153, in
Since the format is coco-like, I recommend creating a new class inherited from LVIS.
@DATASETS.register_module()
class YourDataset(LVISDataset):
CLASSES = ['name1', 'name2']
thanks.
Hi, I want to train EQL v2 with my dataset ,not LVIS . And my dataset is not balance. I modify the dataset path in config. And Where should I modify in the code.