Troy Hepper
Troy Hepper
Hi, thank you for your response! This is very helpful, thank you for clarifying. So we have concluded the following updates should be made: - the docstring in `format_image_annotations_as_coco` is...
I am still lost. The [DetrImageProcessor](https://huggingface.co/docs/transformers/main/en/model_doc/detr#transformers.DetrImageProcessor) formats the annotations to the YOLO format, and the documentation states that the DETR model expects this format. From the documentation: do_convert_annotations (bool, optional,...
> The format_image_annotations_as_coco function is used for formatting annotations for visualization and is not directly related to the model's input format. I don't think is true. The `format_image_annotations_as_coco` is used...