ademxapp icon indicating copy to clipboard operation
ademxapp copied to clipboard

Code for https://arxiv.org/abs/1611.10080

Results 42 ademxapp issues
Sort by recently updated
recently updated
newest added

Hello, I see you shared the training code for semantic segmentation and parameters used for the Cityscapes dataset for tuning from A1. Could you please also share which settings where...

Hello, I used the following command to train the segmentation model on PASCAL VOC 2012 `/home/server6/Segmentation/Resnet/ademxapp-master/venv/bin/python2.7 issegm/voc.py --gpu 0,1 --split train --data-root /home/server6/xly/SSENet_self_supervised --output output --model voc_rna-a1_cls21 --batch-image 4 --crop-size...

Hi, I am attempting to train this network on VOC from scratch, essentially trying to recreate the pre-trained weights available for download; however, after 70+ epochs, my model is still...

Hi, I tried the Pascal VOC2012 trained model provided in the repository. However, I only got 76.90%, instead of 80.84% reported in the [README.](https://github.com/itijyou/ademxapp). I used the latest MXNet (v0.11.0)....

Hi, Could you please share the versions of the following that you have used to train your models. MxNet, Python, CUDA, CUDNN. And maybe add it to the README also...

I can download the city scape dataset, but there's no model. The models directory is empty further, the cityscape website has no downloadable pre trained nets - just data. I...

Hi, I wanna know where can I download "ade20k_rna-a1_cls150_s8_ep-0001.params" ? I read through readme in detail, but still didn't find the link for it. can you give me the link??...

Trying to boot up this project I've come across a couple errors I was hoping you could point me in the right direction on. First, when downloading the ADE20K dataset,...

can you give the parameters for training VOC 2012 dataset?