Issue when trying to train MM_Grounding_DINO
saraalemadi opened this issue · 1 comments
saraalemadi commented
Hi,
I am facing an issue when trying to train mm_grounding_dino. The error message I am getting is:
mmdetection/mmdet/datasets/base_det_dataset.py", line 51, in __init__ super().__init__(*args, **kwargs) TypeError: BaseDataset.__init__() got an unexpected keyword argument 'datasets'
I haven't modified the code and I am passing in my custom dataset (which I have ran on other methods, such as grounding dino, and have not faced any issues).
Any tips will be appreciated, thanks!
xXKato commented
same issue