yjxiong / tsn-pytorch

Temporal Segment Networks (TSN) in PyTorch
BSD 2-Clause "Simplified" License
1.07k stars 308 forks source link

how to create RGB <ucf101_rgb_val_list> ? #105

Open omeryasar opened 4 years ago

omeryasar commented 4 years ago

I have a pertained model and I want to test it with the data that I have. But I don't know how to manipulate data to feed the network. Can you tell me what should I do? Thanks

shijubushiju commented 4 years ago

I have the same problem,Have you solved it?

omeryasar commented 4 years ago

unfortunately, I have still same problem

yjxiong commented 4 years ago

as of now, we would recommend you use the MMAction package for all models related to our works and many others. It provides detailed guidance on how to use custom datasets.