chaoyuaw / pytorch-coviar

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

Random color jittering when testing on i-frame. #83

Open kai422 opened 4 years ago

kai422 commented 4 years ago

https://github.com/chaoyuaw/pytorch-coviar/blob/4f0857a37ac9e283fcd9ebede950f33057d07eba/dataset.py#L151-L158 When creating val_dataloader, is_train is set as False. But color jittering is still enabled. This may end up with inconsistent test results.