yjxiong / tsn-pytorch

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

arg.k not used #79

Open Phylake1337 opened 5 years ago

Phylake1337 commented 5 years ago

parser.add_argument('--k', type=int, default=3)

This line is written twice in opts.py and test_models.py and not used. Does it refer to a specific parameter ? Another question,Did ya try to pick more than 1 frame from each segment in the training process ?

Gepeng18 commented 5 years ago

Hi! @Phylake1337 .Now i have a question now ! After i reading this code,i think this code won't work when num_frames is set more than 1 . May i miss something here? Thank you for your help!