MCG-NJU / DDM

[CVPR 2022] Progressive Attention on Multi-Level Dense Difference Maps for Generic Event Boundary Detection
MIT License
49 stars 3 forks source link

如何单独测试一个视频? #1

Closed DWCTOD closed 2 years ago

DWCTOD commented 2 years ago

大佬您好,想请教一下,如果想要测试一个单独的视频应该要用哪个代码?谢谢啦

JackyTown commented 2 years ago

You can refer to GUIDE.md for detailed instructions.

python tools/generate_pickle.py $TEST_DATA_ROOT --split test

让 testing set 对应的 pickle 中只有一个视频即可。

DWCTOD commented 2 years ago

收到,谢谢大佬,之前看了这个 You can refer to GUIDE.md for detailed instructions.,但是第三步往下的好像相关代码没有 https://github.com/MCG-NJU/DDM/blob/main/GUIDE.md#3-generate-submission-file-and-evaluateval ,不过可能应该可以通过这个来调整 https://github.com/StanLei52/GEBD/tree/main/PC 我再试一试,再次感谢大佬

JackyTown commented 2 years ago

代码是有的哈: https://github.com/MCG-NJU/DDM/blob/main/tools/post_process.py https://github.com/MCG-NJU/DDM/blob/main/tools/eval.py