jeffreyyihuang / two-stream-action-recognition

Using two stream architecture to implement a classic action recognition method on UCF101 dataset
MIT License
855 stars 252 forks source link

what is the purpose of val_sample19 ? #69

Open ratnesh1729 opened 4 years ago

ratnesh1729 commented 4 years ago

https://github.com/jeffreyyihuang/two-stream-action-recognition/blob/master/dataloader/motion_dataloader.py#L125

I could not get the purpose of this function. Any hints ? Thanks!