-
Notifications
You must be signed in to change notification settings - Fork 72
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
Models? #5
Comments
To load official MMDetection pretrained models, pick one out from this list. You will need to download the model (.pth) and the config file (.py). Rename the model file to have the same name as the config file, mirroring the default ddetailer models. To download config files, click to view them and right click the 'Raw' button -> save link as. Here I grab the mmdet Mask2Former instance segmentation model as an example. The official MMDetection models tend to have additional config files required, listed at the top of the config file. |
Thanks so much, that's really helpful! |
where can one find the default_runtime.py ? |
ohh this looks great, would there be a way to subtract the head (the B) and not just the face? |
How can I load models from here? https://github.com/open-mmlab/mmcv/blob/master/mmcv/model_zoo/open_mmlab.json
Thanks!
The text was updated successfully, but these errors were encountered: