aayushbansal / PixelNet

The repository contains source code and models to use PixelNet architecture used for various pixel-level tasks. More details can be accessed at <http://www.cs.cmu.edu/~aayushb/pixelNet/>.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

permuting image but not the label

eliethesaiyan opened this issue · comments

@aayushbansal it seems that during seg_image_provider you permute dimension of the image here but i don't see the equivalent in seg_label_provider [here] (https://github.com/aayushbansal/PixelNet/blob/master/experiments/train/utils/seg_label_provider.m) which i beleive might lead to a missmatch of pixels and their annotation and also resizing with different flags(bilinear,antialiasing in seg_image_provider and nearest in seg_label_provider) doesn't have any effect on training?