astro-seg / config.json
rayh's picture
Upload config.json with huggingface_hub
916eca4 verified
raw
history blame
245 Bytes
{
"task": "image-segmentation",
"library_name": "onnxruntime",
"onnx_model": "best.onnx",
"model_type": "yolo-segmentation",
"architectures": [
"YOLOSegmentationModel"
],
"pipeline_tag": "image-segmentation"
}