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 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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: