Skip to content

Commit

Permalink
Created using Colaboratory
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Dec 27, 2020
1 parent b096221 commit 73cf75f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1151,11 +1151,11 @@
"id": "mcKoSIK2WSzj"
},
"source": [
"# Reproduce results\n",
"# Reproduce\n",
"%%shell\n",
"for x in yolov5s yolov5m yolov5l yolov5x; do\n",
" python test.py --data coco.yaml --img 640 --conf 0.25 --iou 0.45 # speed\n",
" python test.py --data coco.yaml --img 640 --conf 0.001 --iou 0.65 # mAP\n",
" python test.py --weights $x.pt --data coco.yaml --img 640 --conf 0.25 --iou 0.45 # speed\n",
" python test.py --weights $x.pt --data coco.yaml --img 640 --conf 0.001 --iou 0.65 # mAP\n",
"done"
],
"execution_count": null,
Expand Down

0 comments on commit 73cf75f

Please sign in to comment.