Transformers-Tutorials icon indicating copy to clipboard operation
Transformers-Tutorials copied to clipboard

yolos fine-tuning example notebook

Open cceyda opened this issue 2 years ago • 2 comments

I was looking/running the yolos notebook but: from datasets import get_coco_api_from_dataset is not found. I searched 'datasets' source but wasn't on main yet, which branch is this on or in private fork, pre PR?

cceyda avatar May 04 '22 05:05 cceyda

I guess this isn't referring to the huggingface datasets but the detr repo's https://github.com/facebookresearch/detr/tree/main/datasets

cceyda avatar May 04 '22 06:05 cceyda

When cloning the DETR repo, make sure to do % to change the current working directory for all cells:

Screenshot 2022-05-04 at 08 35 23

NielsRogge avatar May 04 '22 06:05 NielsRogge