Skip to content

Commit

Permalink
Update roboflow_resnet.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
QIN2DIM committed Oct 31, 2023
1 parent 5a65824 commit fbea3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/roboflow_resnet.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"from loguru import logger\n",
"import zipfile\n",
"\n",
"this_dir = Path(\"/content\")\n",
"this_dir = Path(os.path.abspath(\".\"))\n",
"project_dir = this_dir\n",
"\n",
"model_dir = project_dir.joinpath(\"model\")\n",
Expand Down

0 comments on commit fbea3ea

Please sign in to comment.