yjxiong / tsn-pytorch

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

Getting 70.5% on split 1 #66

Closed Chonwing closed 6 years ago

Chonwing commented 6 years ago

Is it normal that I am getting this high accuracy ON HMDB-51 Dataset

yjxiong commented 6 years ago

I think it is correct if you are using two streams. Please refer to the journal version of TSN for the results

https://arxiv.org/pdf/1705.02953.pdf

Chonwing commented 6 years ago

How come people that cite you say that your accuracy is 68.5

yjxiong commented 6 years ago

68.5 is from the ECCV conference version I guess (good for getting papers accepted whatever).

After the conference a bug in our Caffe pipeline was fixed so we reported the corrected accuracy in the journal version.

tiangarin commented 4 years ago

hi, can I ask how to get so high performance? can you tell me your setting? thanks.