Hello, I'm a newbie in computer vision. First of all, thank you so much for your excellent work!
I encountered the following error when trying to reproduce the code:
ModuleNotFoundError: No module named 'detectron2.data.datasets'
and
ModuleNotFoundError: No module named 'detrex.data.datasets'
I noticed that the datasets folder seems to be missing from the detectron directory. May I ask if this folder was accidentally left out from the repository?
In addition, I'm trying to train the model with my own dataset, but I'm not sure how to modify the code to support custom data.
Could you please provide some guidances?
Thank you very much for your help and clarification!
Best regards,