This repository collects the list of accepted paper from (currently only deep learning) conferences. All lists are crawled by python scripts for later maintenance and analysis. Welcome to contribute.
Including IJCAI, ECCV, ACCV, NIPS, ACMMM, WACV, ICML, CVPR, AAAI, ICCV, ACL, BMVC. See DETAILS.md for details.
A simple script are provided under focus/
folder, which can use multiple regular experssions to filter papers you may be interested:
cd focus
# edit match_lis
python filter.py
# a xlsx file will be generated.
You can run the following script to download papers from all supported conferences:
git clone --depth=1 https://github.com/sailist/Awosome-Paper-List-py
cd Awosome-Paper-List-py/scripts/crawl
bash scripts/bash.sh
or execute each python file to crawl and download papers for each conference:
cd Awosome-Paper-List-py/scripts/crawl
python cvpr.py
In addition, compressed and uncompressed versions can also be downloaded from Baidu Cloud
you can also download zip version::kfnd or uncompressed version::3mm9 from baidupan.
Downloaded pdfs are uploaded via bypy, and the corresponding scripts are
pdfs/sync-zip-bypy.py
andpdfs/sync-bypy.py