Skip to content

Object detection task notebooks in transformers documentation broken #514

Open
@sergiopaniego

Description

@sergiopaniego

In the Object detection task documentation in transformers, the content of the documentation and the notebooks is different. In addition, the notebooks associated with this documentation are broken.

For example, it includes the following line:

obj_detector = pipeline("object-detection", model="MariaK/detr-resnet-50_finetuned_cppe5")

that points to a model (MariaK/detr-resnet-50_finetuned_cppe5) that is not available in the HF Hub.

Possible solution:

  • Porting the documentation content to the notebooks, since it seems up-to-date and works correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions