You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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?
The text was updated successfully, but these errors were encountered:
@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?
The text was updated successfully, but these errors were encountered: