hlhllh / download-conference-pdf

Code for download pdfs from AI conferences like NIPS and ICLR
2 stars 1 forks source link

Can pdf_down_openreview.py easily be switched to download accepted paper? #2

Closed rrryan2016 closed 3 years ago

rrryan2016 commented 3 years ago

I noticed that you download all submitted papers concerning to RL in pdf_down_openreview.py?

Is it available to swicth this code easily to download accepted paper in ICLR 2021.

Thanks in advance. 😄

hlhllh commented 3 years ago

Yes. Although I do not try, you could refer to https://openreview-py.readthedocs.io/en/latest/getting_data.html#retrieving-all-accepted-submissions-for-a-conference-double-blind to change line 27 in the file.

rrryan2016 commented 3 years ago

Released code to download all accepted ICLR 2021 paper: https://github.com/rrryan2016/CV_conference_paper_download/tree/main/ICLR2021.