Files
place6D_Nurburgring/Grand_Prix/Training/logs.ipynb
2022-08-14 23:37:05 +03:00

51 lines
1.4 KiB
Plaintext

{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "c4e80451",
"metadata": {},
"outputs": [],
"source": [
"%run -i -m openpifpaf.logs outputs/mobilenetv2-220814-174909-GrandPrix.pkl.log --save-all"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "f12b2094",
"metadata": {},
"outputs": [],
"source": [
"%run -i -m openpifpaf.video --source C:\\Users\\Kir\\Jupiter\\Drivecast\\place6D_Nurburgring\\Grand_Prix\\NLS_04_2022_Heli_Clean_UHD_half.mp4 \\\n",
"--checkpoint=outputs/mobilenetv2-220814-174909-GrandPrix.pkl.epoch510 --video-output --json-output \\\n",
"--keypoint-threshold-rel=0.01 --cif-th=0.01 --caf-th=0.01 --seed-threshold=0.01 \\\n",
"--keypoint-threshold=0.01 --tr-minimum-threshold=0.01 --tr-single-pose-threshold=0.01 \\\n",
"--tr-multi-pose-threshold=0.01 --instance-threshold=0.1 --line-width=2 --video-fps=50 \\\n",
"--scale=0.5 --loader-workers=10"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
}
},
"nbformat": 4,
"nbformat_minor": 5
}