Skip to content

Commit

Permalink
add pkl download
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya1503 committed Jan 22, 2024
1 parent 9f12174 commit 2469970
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion object_detection/detectron2_training-kfold.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
"source": [
"!wget -nc \"http://images.cocodataset.org/annotations/annotations_trainval2017.zip\" && unzip -q -o annotations_trainval2017.zip\n",
"!wget -nc \"http://images.cocodataset.org/zips/val2017.zip\" && unzip -q -o val2017.zip\n",
"!wget -nc \"http://images.cocodataset.org/zips/train2017.zip\" && unzip -q -o train2017.zip"
"!wget -nc \"http://images.cocodataset.org/zips/train2017.zip\" && unzip -q -o train2017.zip\n",
"!wget -nc \"https://cleanlab-public.s3.amazonaws.com/ObjectDetectionBenchmarking/tutorial/TRAIN_COCO_ALL_labels.pkl\""
]
},
{
Expand Down

0 comments on commit 2469970

Please sign in to comment.