-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All configurations available in Detectron2 are not supported by D2go #150
Labels
documentation
Improvements or additions to documentation
Comments
Standard detectron models are not deployable. The supported backbones are available at d2go/d2go/modeling/modeldef/modeldef.py Lines 414 to 522 in 82295db
Please also used the built-in faster rcnn / mask rcnn model configs https://github.com/facebookresearch/d2go/tree/master/configs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am able to apply Object detection with Mask-RCNN using detectron2 and getting good results for my custom dataset. but when i try to use the same architecture with d2go to create a mobile deployable model am not able to use the same config file.
can we have a list of configurations/architectures supported in d2go with quantization aware training and deployable in android mobiles.
The text was updated successfully, but these errors were encountered: