mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 17:17:40 +03:00
Update YOLO_NAS_Pretrained_Export.ipynb
This commit is contained in:
parent
4339f26ded
commit
ce66486e10
@ -69,6 +69,20 @@
|
||||
"\n",
|
||||
"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": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user