A simple tool to visualize the main keywords of accepted papers for the recent Computer Vision conferences (CVPR 2019-2022、ICCV 2019 & 2021、ECCV 2020 & 2022).
Inspired by ICLR2019-OpenReviewData
and CVPR-2019-Paper-Statistics
Keywords are sorted in descending order:
Step 1. Clone the project and install relevant packages:
git clone [email protected]:ycmin95/CVPaperStatistics.git
cd ./CVPaperStatistics
pip install -r requirements.txt
Step 2. Run the app:
python app.py
Step 3. Connect to the Plotly-Dash app 127.0.0.1:8050 in the browser (or ServerIP:SperificePort)