How i can use pretrained model for imagenet-200 detection dataset? #3372
Unanswered
afzaalhussain50
asked this question in
Q&A
Replies: 1 comment
-
Hi, did you find a solution? I couldn't find an example or explanation on how to do so, but I believe it is sufficient to specify the path of the weights in the configuration, e.g.
instead of getting them from the model zoo configuration. This worked for me (meaning: the training did not crash). In the I'm still learning about detectron2 so I'm not sure this is all fine and dandy, but I hope it can help to get started. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🚀 Feature
i want to use pretrained faster-rcnn model for imagenet-200 object detection dataset with 200 classes, can you guide how i can do that?
Is there any pretrained model available for imagenet-200 dataset?
Because i want to use pretrained faster-rcnn model for COCO-80 classes and imagent-200 classes datasets for research work.
Regards,
Afzaal
Beta Was this translation helpful? Give feedback.
All reactions