Skip to content

Commit e3a88aa

Browse files
committed
move files
1 parent 40cf8e9 commit e3a88aa

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

examples/integrations/tlt/detectnet_v2_bounding_box.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"DOCKER_ROOT = os.environ[\"DOCKER_ROOT\"] = \"/workspace/tlt-experiments\"\n",
167167
"EXPERIMENT_DIR = os.environ[\"EXPERIMENT_DIR\"] = \"detectnet_v2\"\n",
168168
"DATA_DIR = os.environ[\"DATA_DIR\"] = \"data\"\n",
169-
"SPECS_DIR = os.environ[\"SPECS_DIR\"] = \"specs\"\n",
169+
"SPECS_DIR = os.environ[\"SPECS_DIR\"] = \"resources\"\n",
170170
"IMAGE_DIR = os.environ[\"IMAGE_DIR\"] = \"image_2\"\n",
171171
"LABEL_DIR = os.environ[\"LABEL_DIR\"] = \"label_2\"\n",
172172
"TRAINING_DIR = os.environ[\"TRAINING_DIR\"] = os.path.join(DATA_DIR, \"training\")\n",
@@ -317,7 +317,7 @@
317317
"outputs": [],
318318
"source": [
319319
"import sys\n",
320-
"sys.path.insert(0, 'proto')\n",
320+
"sys.path.insert(0, 'resources/proto')\n",
321321
"from proto import (\n",
322322
" dataset_export_config_pb2,\n",
323323
" experiment_pb2, \n",
@@ -561,7 +561,7 @@
561561
},
562562
{
563563
"cell_type": "code",
564-
"execution_count": null,
564+
"execution_count": 21,
565565
"metadata": {},
566566
"outputs": [],
567567
"source": [

0 commit comments

Comments
 (0)