facebookresearch / TimeSformer

The official pytorch implementation of our paper "Is Space-Time Attention All You Need for Video Understanding?"
Other
1.57k stars 213 forks source link

Accuracy of each category #129

Open subin2202 opened 1 year ago

subin2202 commented 1 year ago

Thank you for your amazing work :))

I trained my own dataset, and i got stdout.log file

Is there any way to calculate accuracy of each category?

xqc-qc commented 1 year ago

Thank you for your amazing work :))

I trained my own dataset, and i got stdout.log file

Is there any way to calculate accuracy of each category? Hello, how did you create your dataset for kinetics which includes several folders? Could you show a screenshot?I am currently having trouble creating the dataset.

xqc-qc commented 1 year ago

感谢您的出色工作:))

我训练了自己的数据集,并得到了stdout.log文件

有没有办法计算每个类别的准确性?

Hello, have you solved this problem, how to find the accuracy of each category?

abhiramvad commented 9 months ago

May I know how you created your own dataset? Thanks