Improve model card with detailed info, links, tags, and sample usage
#3
by
nielsr
HF Staff
- opened
This PR enhances the model card for fisheye8k_facebook_detr-resnet-101-dc5
by:
- Adding the
pipeline_tag: object-detection
to the metadata, improving discoverability on the Hub. - Updating the
license
tomit
as explicitly stated in the project's GitHub repository. - Adding relevant
tags
such asobject-detection
,detr
,computer-vision
,its
, andautonomous-driving
for better categorization. - Integrating the paper's Arxiv link into a dedicated "Paper" section.
- Including direct links to the GitHub repository and the project page.
- Expanding the "Model description" and "Intended uses & limitations" sections with details from the paper abstract and project context.
- Clarifying the "Training and evaluation data" section by mentioning the specific dataset.
- Providing a clear Python code snippet for sample usage with the
transformers
library. - Adding the BibTeX citation from the project's GitHub.
- Removing the automatically generated boilerplate comment at the top.