Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PASCAL VOC 2007 Dataset #48

Closed
bluemellophone opened this issue May 1, 2015 · 15 comments
Closed

PASCAL VOC 2007 Dataset #48

bluemellophone opened this issue May 1, 2015 · 15 comments

Comments

@bluemellophone
Copy link

I've been trying to get this implementation online, but am running into a roadblock with the PASCAL 2007 dataset. It appears as though pascallin.ecs.soton.ac.uk is down and unreachable.

Does anybody have a working mirror or willing to host a copy of the data:

Edit: If I can get a copy of the data, I will add it to the academictorrents.com tracker so this doesn't happen again.

Edit 2: I'm still trying to track them all down, but I've added some of the missing VOC dataset files to academictorrents.com: http://academictorrents.com/browse.php?search=voc

@BinRoot
Copy link

BinRoot commented May 2, 2015

Confirmed. I'm having the same issue.

@zuacubd
Copy link

zuacubd commented May 9, 2015

Why I cannot download from the academic torrents.com ?

@bluemellophone
Copy link
Author

@zuacubd I just checked the torrents and, while a little slow, they are all working. I did notice that the magnet took a really long time to resolve from academictorrents.com, so I opted to use the actual torrent files themselves.

@xksteven
Copy link

There's also this link from university of Texas. One can use wget to download the dataset.

http://vision.cs.utexas.edu/voc/

@JoeHowse
Copy link

There is also a mirror of the entire VOC2007 website: http://host.robots.ox.ac.uk/pascal/VOC/voc2007. It is hosted by the Robotics Research Group at the University of Oxford.

@blackCmd
Copy link

blackCmd commented Aug 8, 2015

@xksteven how can i download?

@xksteven
Copy link

xksteven commented Aug 8, 2015

@blackCmd

Just use

wget -r --no-parent --reject "index.html*" http://vision.cs.utexas.edu/voc/

I believe that website only has the 2007 dataset though. Let me know of you need finding the 2012 one.

Also there is the fast-rcnn available in case you weren't aware.

@blackCmd
Copy link

blackCmd commented Aug 8, 2015

@xksteven oh, Thank you : )
i have another question.
Does the resource in http://vision.cs.utexas.edu/voc/ include VOCtrainval_06-Nov-2007.tar, VOCtest_06-Nov-2007.tar and VOCdevkit_08-Jun-2007.tar ?

@CyrusChiu
Copy link

@JoeHowse , thank you
this worked for me

wget http://host.robots.ox.ac.uk/pascal/VOC/voc2007/VOCtrainval_06-Nov-2007.tar
wget http://host.robots.ox.ac.uk/pascal/VOC/voc2007/VOCtest_06-Nov-2007.tar
wget http://host.robots.ox.ac.uk/pascal/VOC/voc2007/VOCdevkit_08-Jun-2007.tar
tar xvf VOCtrainval_06-Nov-2007.tar
tar xvf VOCtest_06-Nov-2007.tar
tar xvf VOCdevkit_08-Jun-2007.tar

@xksteven
Copy link

xksteven commented Oct 4, 2015

@blackCmd To answer your question they do have all of them but I would go with CyrusChiu response. Those are the official ones anyways. Sometimes the website goes down because the competition is over so the people who maintain the website might not notice and need a heads up.

This issue should be closed though at this point.

@pjreddie
Copy link

pjreddie commented Nov 6, 2015

If anyone hits this issue and needs another mirror, I mirror the dataset on my website: http://pjreddie.com/projects/pascal-voc-dataset-mirror/

@ieee8023
Copy link

You can find these datasets on Academic Torrents:

http://academictorrents.com/browse.php?search=voc

@guanfuchen
Copy link

The url is not working, I download the dataset from kaggle voc

@felixnie
Copy link

felixnie commented Nov 2, 2019

Just change them to:
wget http://pjreddie.com/media/files/VOCtrainval_06-Nov-2007.tar
wget http://pjreddie.com/media/files/VOCtest_06-Nov-2007.tar
wget http://pjreddie.com/media/files/VOCdevkit_08-Jun-2007.tar

@abdelazizmirasoft
Copy link

Is there any Pascal VOC Dataset for hands detetctions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests