facebookresearch / SlowFast

PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.
Apache License 2.0
6.6k stars 1.21k forks source link

.csv format #489

Open ZhangYushan3 opened 3 years ago

ZhangYushan3 commented 3 years ago

Hi could you please be more specific at the .csv format?

path_to_video_1 label_1

Is there a more concrete example of path and label?

Thanks very much!

Tomhardy13 commented 3 years ago

your video path and label should be within a cell

ZhangYushan3 commented 3 years ago

is it in the format of:

k700_train_001.tar 001 k700_train_002.tar 002 k700_train_003.tar 003 k700_train_004.tar 004 ...

If not is there just one line of correct version of it? So that I can generate it by myself.

Tomhardy13 commented 3 years ago

is it in the format of:

k700_train_001.tar 001 k700_train_002.tar 002 k700_train_003.tar 003 k700_train_004.tar 004 ...

If not is there just one line of correct version of it? So that I can generate it by myself. 不是这样,我是 video1.mp4 1 video2.mp4 1 video3.mp4 0 ... 其中video1.mp4 1要在一个csv文件的表格内,而不是分开两个表格

ZhangYushan3 commented 3 years ago

噢噢好的 了解了 太感谢了!--发自新浪邮箱客户端 在 10月20日 04:16,Tomhardy13 @.***> 写道:

is it in the format of:

k700_train_001.tar 001 k700_train_002.tar 002 k700_train_003.tar 003 k700_train_004.tar 004 ...

If not is there just one line of correct version of it? So that I can generate it by myself.

不是这样,我是

video1.mp4 1

video2.mp4 1

video3.mp4 0

...

其中video1.mp4 1要在一个csv文件的表格内,而不是分开两个表格

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

XinyangHan commented 1 year ago

Hi! May I ask what's the meaning of labels? Looks like indexes but not natural numbers...