yjxiong / tsn-pytorch

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

how can I use another dataset in tsn-pytorch? #48

Closed Hgeun closed 6 years ago

Hgeun commented 6 years ago

I want to use different dataset. In tsn(not this pytorch version), you wrote wiki description using another dataset. but i don't know in this version.....

yjxiong commented 6 years ago

It is almost the same, just use another list file and add a choice for your dataset name in

https://github.com/yjxiong/tsn-pytorch/blob/master/opts.py#L3