Skip to content

Commit

Permalink
Created using Colaboratory
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyam83 committed Mar 24, 2022
1 parent e969a29 commit 07b50ed
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions ALPR/License_plate_detection_YOLOv4.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,19 @@
},
{
"cell_type": "code",
"execution_count": 50,
"source": [
"# make darknet (builds darknet so that the darknet executable file can be used to run or train object detectors)\n",
"!make"
],
"metadata": {
"id": "OZmxCxVhsaU6"
},
"execution_count": null,
"outputs": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "T1FrtYNZSnP0"
},
Expand Down Expand Up @@ -162,7 +174,7 @@
},
{
"cell_type": "code",
"execution_count": 39,
"execution_count": null,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
Expand Down

0 comments on commit 07b50ed

Please sign in to comment.