ICNet
ICNet copied to clipboard
ICNet for Real-Time Semantic Segmentation on High-Resolution Images, ECCV2018
Can we run this on CPU?? If yes please guide me how?
Modify the related paths in 'eval_all.m': Mainly variables 'data_root' and 'eval_list', and your image list for evaluation should be similar to that in folder 'evaluation/samplelist' if you use this evaluation...
Hi As per step 3. evaluation downloaded cityscapes dataset from https://drive.google.com/file/d/1z_2yifjYICczhZjBqCEhE1m6GYwJuljn/view While running the ./run.sh, I got the below error Error using importdata Unable to open file. Error in eval_sub...
why the input image size of cityscapes is 1025 x 2049? Shouldn't be 1024 x 2048? The original image size is 1024 x 2048 in cityscapes dataset.
https://github.com/lxtGH/Fast_Seg This repo contains the pytorch version of ICnet which **5 point higher** than origin paper.
hello, I want to train ICNet with pascal voc dataset in caffe. I have changed the number of class in .prototxt, and written the solver.pototxt according to the paper. But...
How do you set the weights for different classes when calculating loss? I train the model using the weights I give. But the model still learn the detect the background....
Hello ! could you porvide me the training parameters set? beacause I train the model ,I found it can not reach the paper performance . Thank you !
Hi, I once used this script to test the speed of ICNet in Matlab : tic; score = net.forward({input_data}); temp = toc; But I got the result of 15.6fps on...
any help? name: "ICNet" layer { name: "data" type: "ImageSegData" top: "data" top: "label" #top: "data_dim" include { phase: TRAIN } transform_param { mirror: true crop_width: 2049 crop_height: 1025 mean_value:...