Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 658 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 658 Bytes

Paper-stats

Data Organization

Please download and organize data as the following:

  • data: paper PDF files
  • index: Raw paper list in csv files
  • stats: Retrived paper information in csv files (generated by mmpose_stats.py and mmaction2_stats.py)
  • index_with_tags: Paper list with area/codebase tags in csv files (generated by add_tags.py)

img

Usage

Search related papers by keywords

# search papers on pose estimation
python mmpose_stats.py
# search papers on video understanding
python mmaction2_stats.py

Add Tags

# generate paper index with tags
python add_tags.py