A super-fast lightweight gadget to download, organize cvpr2017 papers and iccv2017 papers from CVF website, also do listing and statistics
- Really fast download speed because of multiprocessing. Multiple times than wget
- Organized wisely. Use topic-based and session-based directory structure to manage your papers
- Also downloads supplemental materials for papers
- Human readable status during downloading
- Support to download latest iccv2017 papers now!
- Currently work well on Ubuntu 16.04
- Available to visit website to Computer Vision Foundatiion open access
- Minimum 4GB disk storage in your workspace
- Make sure your system has installed python
- Using installtion scripts from the software root directory. (Installing intltool and mwget)
. setup.sh
- Using running scripts from the software root directory, default setting is to download cvpr2017 papers.
. run.sh
- If you want to download iccv2017 papers, just open the
config.ini
file, modify the value ofsource
in[general]
section fromcvpr2017
toiccv2017
, and then do the same operation in step 0. If you want to download cvpr2017, just modify it back. - After successful running, you can see papers and supplemental materials in
<software directory>/cvpr2017/papers
or<software directory>/iccv2017/papers
- Normally take 20 mins or so to download all the papers
- If your system don't need to use
sudo
for commands, you can delete them in setup.sh and run.sh - There may be one or two cvpr2017 papers having odd characters in their pics. Though very few but still sorry for that
- I used hard-code for searching iccv2017 papers and deal with author name which includes characters other than A(a)-Z(z), wondering what better option I have
- If you have any problems, suggestions or interesting points, welcome to contact with me at [email protected]