Skip to content

Commit

Permalink
Merge pull request #5 from AndreiMoraru123/AndreiMoraru123-patch-3
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
AndreiMoraru123 committed Feb 3, 2024
2 parents 993e3a2 + ff856c7 commit 4610057
Showing 1 changed file with 3 additions and 37 deletions.
40 changes: 3 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,43 +16,9 @@
### Trained on [COCO](https://cocodataset.org/#home) (50 GB, 2017 challenge)

```bash
%%bash

mkdir coco
cd coco
mkdir images
cd images

wget -c http://images.cocodataset.org/zips/train2017.zip
wget -c http://images.cocodataset.org/zips/val2017.zip
wget -c http://images.cocodataset.org/zips/test2017.zip
wget -c http://images.cocodataset.org/zips/unlabeled2017.zip

unzip train2017.zip
unzip val2017.zip
unzip test2017.zip
unzip unlabeled2017.zip

rm train2017.zip
rm val2017.zip
rm test2017.zip
rm unlabeled2017.zip

cd ../
wget -c http://images.cocodataset.org/annotations/annotations_trainval2017.zip
wget -c http://images.cocodataset.org/annotations/stuff_annotations_trainval2017.zip
wget -c http://images.cocodataset.org/annotations/image_info_test2017.zip
wget -c http://images.cocodataset.org/annotations/image_info_unlabeled2017.zip

unzip annotations_trainval2017.zip
unzip stuff_annotations_trainval2017.zip
unzip image_info_test2017.zip
unzip image_info_unlabeled2017.zip

rm annotations_trainval2017.zip
rm stuff_annotations_trainval2017.zip
rm image_info_test2017.zip
rm image_info_unlabeled2017.zip
git clone https://github.com/AndreiMoraru123/ContextCollector.git
cd ContextCollector
make
```

#### Via the [Python API](https://github.com/cocodataset/cocoapi)
Expand Down

0 comments on commit 4610057

Please sign in to comment.