@@ -16,7 +16,14 @@ unzip BBC/videos.zip -d BBC
1616rm -rf BBC/videos.zip
1717```
1818
19- ### Evaluation
19+ ### AutoShot
20+ Download ` AutoShot_test.tar.gz ` from [ Google drive] ( https://drive.google.com/file/d/17diRkLlNUUjHDooXdqFUTXYje2-x4Yt6/view?usp=sharing ) .
21+ ```
22+ tar -zxvf AutoShot.tar.gz
23+ rm AutoShot.tar.gz
24+ ```
25+
26+ ## Evaluation
2027To evaluate PySceneDetect on a dataset, run the following command:
2128```
2229python benchmark.py -d <dataset_name> --detector <detector_name>
@@ -28,7 +35,8 @@ python evaluate.py -d BBC --detector detect-content
2835
2936### Result
3037The performance is computed as recall, precision, f1, and elapsed time.
31- The following results indicate that ContentDetector achieves the highest performance on the BBC dataset.
38+
39+ #### BBC
3240
3341| Detector | Recall | Precision | F1 | Elapsed time (second) |
3442| :-----------------:| :------:| :---------:| :-----:| :---------------------:|
@@ -38,6 +46,16 @@ The following results indicate that ContentDetector achieves the highest perform
3846| HistogramDetector | 90.55 | 72.76 | 80.68 | 16.13 |
3947| ThresholdDetector | 0.00 | 0.00 | 0.00 | 18.95 |
4048
49+ #### AutoShot
50+
51+ | Detector | Recall | Precision | F1 | Elapsed time (second) |
52+ | :-----------------:| :------:| :---------:| :-----:| :---------------------:|
53+ | AdaptiveDetector | 70.77 | 77.65 | 74.05 | 1.23 |
54+ | ContentDetector | 63.67 | 76.40 | 69.46 | 1.21 |
55+ | HashDetector | 56.66 | 76.35 | 65.05 | 1.16 |
56+ | HistogramDetector | 63.36 | 53.34 | 57.92 | 1.23 |
57+ | ThresholdDetector | 0.75 | 38.64 | 1.47 | 1.24 |
58+
4159## Citation
4260### BBC
4361```
@@ -47,4 +65,14 @@ The following results indicate that ContentDetector achieves the highest perform
4765 booktitle = {Proceedings of the 23rd ACM International Conference on Multimedia},
4866 year = {2015},
4967}
50- ```
68+ ```
69+
70+ ### AutoShot
71+ ```
72+ @InProceedings{autoshot_dataset,
73+ author = {Wentao Zhu and Yufang Huang and Xiufeng Xie and Wenxian Liu and Jincan Deng and Debing Zhang and Zhangyang Wang and Ji Liu},
74+ title = {AutoShot: A Short Video Dataset and State-of-the-Art Shot Boundary Detection},
75+ booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},
76+ year = {2023},
77+ }
78+ ```
0 commit comments