chaoyuaw / pytorch-coviar

Compressed Video Action Recognition
https://www.cs.utexas.edu/~cywu/projects/coviar/
GNU Lesser General Public License v2.1
502 stars 126 forks source link

What does flush decoder mean? #42

Closed Fangyh09 closed 5 years ago

Fangyh09 commented 5 years ago

https://github.com/chaoyuaw/pytorch-coviar/blob/4f0857a37ac9e283fcd9ebede950f33057d07eba/data_loader/coviar_data_loader.c#L366-L387 Hi, I wanna know what does flush decoder mean? Thanks!

chaoyuaw commented 5 years ago

Hi, the code was modified from other code bases (please see Acknowledgment), and I believe "Flush Decoder" is from the original example, and it has nothing to do with CoViAR algorithm. I'm sorry for the confusion. Please feel free to ignore it.