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
Hi, thank you so much for your interest in our work!
It looks like the issue might be related to data transformation. The raise NotImplementedError suggests that there might be some transformation operators that your current version doesn’t support.
If this issue persists, you could first try aligning with the recommended runtime environment we suggest.
If it still occurs after that, please provide more detailed information so we can assist you better in resolving it.
I'm trying to train using
deim_rtdetrv2_r18vd_coco_120e.pth
model.Dataset is COCO2017.
I used this command to train
But I met this issue.
So that I added this code snippet to
workspace.py
file at line 179 beforereturn module(**module_kwargs)
.Then I met this issue.
Please help me this problem asap.
The text was updated successfully, but these errors were encountered: