Open pipigouao opened 1 year ago
I guess it's because the name `COCOCaptionDataset' is added in the latest mmdetection. Try using the v3.0.0rc6 version of mmdetection to work around this problem.
I guess it's because the name `COCOCaptionDataset' is added in the latest mmdetection. Try using the v3.0.0rc6 version of mmdetection to work around this problem.
image tks a lot! The modification works.
But I don'r understand, this code is for generating class embeddings, why 'COCOCaptionDataset is already registered' can hinder the process of generating class embedding?
thank you for your work
when I implement the code
I meet the error 'CocoCaptionDataset is already registered in dataset at mmdet.datasets.coco_caption' and I don't know how to fix it