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

test code

liuhuaer opened this issue · comments

can you share your testing code of semantic segmentation

I have train my model,can you help me for testing?

I am sorry I have been busy, and not being able to respond. I will positively put the remaining models and test codes by this weekend. Very sorry for the delay, and thank you very much for your interest in PixelNet.

thank you very much!!!

@aayushbansal ,any update about the testing code?thank you

Updated.

@aayushbansal ,is the colormap.mat file specified in demo_seg? the same as the one used Voclabelcolormap.m,i can`t seem to find it in experiments/demo/demo_seg/?

@aayushbansal, it seems that we don't have the folder './experiments/demo/demo/' that should contain necessary files for the demos. Is there anything that I get wrong?

Thanks.

@eliethesaiyan @deartonym - you may want to download the data mentioned in README in that respective folder.

@aayushbansal ,i think i did everything the instruction requires,the colormap.mat file used in testing segmentation is not present.,the only file that is available is in experiments/train/data/PASCAL/VOC2012/VOCdevkit/VOCcode/VOClabelcolormap.m,is it the same?