mingminzhen
mingminzhen
I write a python code to evaluate the pretrained model: ``` import argparse import cv2 import numpy as np import sys import os import math import time from PIL import...
could you provide the init.model to train?
Do you have tried it on VOC or cityscape dataset?
I want to know what the result of pspnet is for this repo?
in the demo.m, the url='https://bitbucket.org/chhshen/data/src/56e66a9e7fa0d5ab6126720a00d05b93d2725dcb/Caltech_test_images.zip?at=master' can not work. so what is the good url?
hi, could you provide some hints how to compute the accuracy of psb and coseg dataset for the face area weighting?
``` i have rerun the code and found that the error is different from the result described in your paper? ``` the error in the paper is computed ||k-k'||/||K||, but...
hi, which mxnet version do you use? and cuda? I use latest mxnet and cuda9.0 but it seems it doesn't suport thie repo. I try to rollback to https://github.com/dmlc/mxnet/tree/998378a as...