cvpaperchallenge-alumni-community / Babel

Babel is an advanced tool that scrapes conference paper information from various academic conferences to analyze trends in academic fields based on keyword analysis.
MIT License
1 stars 0 forks source link

Extract Keywords of ICCV 2023 #6

Closed gatheluck closed 1 month ago

gatheluck commented 1 month ago

Why

ICCV 2023の論文情報の一覧を取得する

Definition of Done

How

以下のコマンドを実行する

% poetry run python src/scripts/scrape_conference_page.py -c iccv -y 2023

ICCV 2023の論文採択数をWebページで確認して、JSONファイル内の数と一致しているか確認する

Hina39 commented 1 month ago

2160 Accepted papers (all papers are posters) https://iccv2023.thecvf.com/program.overview-97.php

Hina39 commented 1 month ago

INFO:main:Successfully parsed 2156 papers.