Skip to content

cmaranes/CVF-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Vision Foundation Paper Downloader (CVPR, ICCV, WACV)

This repo consists of a script that scraps from the CVF webpage the papers of the selected conference (CVPR, ICCV, WACV). This can be useful for offline reading and annotating them.

Installation

Python 3.9 is required since the argparse uses booleans. For installing the libraries, run the following command:

$ pip install -r requirements.txt

Usage

For example, if you would like to download the CVPR 2022 articles, and enumerate the pdf file to keep track of what you have read, run the following command:

$ python main.py --conference CVPR --year 2022 --enumerate

Terminal output

About

Download the papers of CVPR, ICCV, or WACV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages