Python code to crawl computer vision papers from top CV conferences
News 2021-6-21 Support CVPR-2021 Download all CVPR-2021 papers in one click. Just set the local download directory in download_cvpr2021.py and run it! Don’t forget to have your chrome driver ready (i.e., corresponding version to your Chrome browser) 2021-6-20 Support continuation of downloading from where the program encounters interruption. (prevent re-downloading from scratch) Introduction Python code to crawl computer vision papers from top CV conferences. Currently it supports CVPR, ICCV, ECCV, NeurIPS, ICML, ICLR, SIGGRAPH. It leverages selenium, a website testing […]
Read more