pcuenq's picture
pcuenq HF staff
Create README.md
965418b verified
|
raw
history blame
No virus
632 Bytes
metadata
license: apache-2.0

DETR-Resnet50 (semantic segmentation) Core ML Models

See the Files tab for converted models.

Download

Install huggingface-hub

pip install huggingface-hub

To download one of the .mlpackage folders to the models directory:

huggingface-cli download \
  --local-dir models --local-dir-use-symlinks False \
  coreml-projects/detr-resnet50-semantic-segmentation \
  --include "detr-resnet50-semantic-400-float16.mlpackage/*"

To download everything, skip the --include argument.