Skip to content

Fred1991/P2ANET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 

Repository files navigation

About Dataset

A temporary repo for the P2ANET dataset. P2ANET dataset is proposed in the following paper.

Bian, Jiang, Xuhong Li, Tao Wang, Qingzhong Wang, Jun Huang, Chen Liu, Jun Zhao, Feixiang Lu, Dejing Dou, and Haoyi Xiong. "P2ANet: A Large-Scale Benchmark for Dense Action Detection from Table Tennis Match Broadcasting Videos." ACM Transactions on Multimedia Computing, Communications and Applications (2023). PDF

About Data collection methodology

The video data is captured by an RGB monocular camera, and the label data is obtained by manual annotation.

Description of the data

There are two identical datasets: the original dataset and the processed dataset. The original dataset is obtained from two data collections, called v1 and v2. The processed dataset summarizes these two batches of extracted frames with labels.

P2A_dataset/
    -dataset/
        -video/
            -v1/
                -0000000.mp4
                -0000001.mp4
                -...
            -v2/
                -0000000.mp4
                -0000001.mp4
                -...
        -label/
            -v1.json
            -v2.json
        -proj.json # Contains the mapping relationship between the original video name and the id name

Online Repository link

Citation

@article{bian2023p2anet,
  title={P2ANet: A Large-Scale Benchmark for Dense Action Detection from Table Tennis Match Broadcasting Videos},
  author={Bian, Jiang and Li, Xuhong and Wang, Tao and Wang, Qingzhong and Huang, Jun and Liu, Chen and Zhao, Jun and Lu, Feixiang and Dou, Dejing and Xiong, Haoyi},
  journal={ACM Transactions on Multimedia Computing, Communications and Applications},
  year={2023},
  publisher={ACM New York, NY}
}

License

This project is licensed under the MIT License.

About

A temporary repo for the P2ANET dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors