pytorch-coviar
pytorch-coviar copied to clipboard
Random color jittering when testing on i-frame.
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.