mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-07-30 13:48:07 +02:00
Merge ce66486e10
into 0c92c3ccfa
This commit is contained in:
commit
4a3a7e1db9
@ -69,6 +69,20 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"files.download('yolo_nas_s.onnx')"
|
"files.download('yolo_nas_s.onnx')"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "code",
|
||||||
|
"source": [
|
||||||
|
"labels = model.get_class_names()\n",
|
||||||
|
"with open(\"coco-80.txt\", \"w\") as f:\n",
|
||||||
|
" f.write(\"\\n\".join(labels))\n",
|
||||||
|
"files.download(\"coco-80.txt\")"
|
||||||
|
],
|
||||||
|
"metadata": {
|
||||||
|
"id": "KEhxK_lzvlqk"
|
||||||
|
},
|
||||||
|
"execution_count": null,
|
||||||
|
"outputs": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
|
Loading…
Reference in New Issue
Block a user