Skip to content

Instantly share code, notes, and snippets.

@ruimashita
Created May 11, 2016 02:34
Show Gist options
  • Save ruimashita/712d8e7dcfb24128aeee1be6bc30fe7d to your computer and use it in GitHub Desktop.
Save ruimashita/712d8e7dcfb24128aeee1be6bc30fe7d to your computer and use it in GitHub Desktop.
#!/bin/bash
# download PASCAL VOC 2012 dataset
#
# ref: http://host.robots.ox.ac.uk/pascal/VOC/voc2012/index.html
echo "Downloading..."
wget http://host.robots.ox.ac.uk/pascal/VOC/voc2012/VOCtrainval_11-May-2012.tar && \
wget http://host.robots.ox.ac.uk/pascal/VOC/voc2012/VOCdevkit_18-May-2011.tar && \
echo "Done."
@Atelis
Copy link

Atelis commented Oct 11, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment