-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Improved meta-data for models #5170
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,6 +28,9 @@ class MaskRCNN_ResNet50_FPN_Weights(WeightsEnum): | |
| url="https://download.pytorch.org/models/maskrcnn_resnet50_fpn_coco-bf2d0c1e.pth", | ||
| transforms=CocoEval, | ||
| meta={ | ||
| "task": "image_object_detection", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm unclear on what to put here. Ensuring that this is adapted with paperswithcode categorization would be good as well https://paperswithcode.com/paper/mask-r-cnn
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah same here. I'll leave as is for now and review in more detail on the future. |
||
| "architecture": "FasterRCNN", | ||
datumbox marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "publication_year": 2015, | ||
datumbox marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "categories": _COCO_CATEGORIES, | ||
| "interpolation": InterpolationMode.BILINEAR, | ||
| "recipe": "https://github.com/pytorch/vision/tree/main/references/detection#mask-r-cnn", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
image keypoint detection. I guess?