Closed haichaoyu closed 2 years ago
Hi Peter,
Thanks for the great repo. One question regarding the code: why is the youtubevis labels resized with bilinear mode? Should it be nearest as the other datasets?
https://github.com/PeterL1n/RobustVideoMatting/blob/master/dataset/youtubevis.py#L109
Thanks.
I guess you can change it to NEAREST. Shouldn't matter too much.
Hi Peter,
Thanks for the great repo. One question regarding the code: why is the youtubevis labels resized with bilinear mode? Should it be nearest as the other datasets?
https://github.com/PeterL1n/RobustVideoMatting/blob/master/dataset/youtubevis.py#L109
Thanks.