pytorch-coviar icon indicating copy to clipboard operation
pytorch-coviar copied to clipboard

Random color jittering when testing on i-frame.

Open kai422 opened this issue 5 years ago • 0 comments

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.

kai422 avatar Feb 05 '20 06:02 kai422