unifiedparsing icon indicating copy to clipboard operation
unifiedparsing copied to clipboard

Codebase and pretrained models for ECCV'18 Unified Perceptual Parsing

Results 13 unifiedparsing issues
Sort by recently updated
recently updated
newest added
trafficstars

hello, can we run this code on single GPU?

Hi, Thank you for this interesting work. I'm trying to test your pretrained models but unfortunately all links I can find to sceneparsing.csail.mit.edu return a 404 error. Is there any...

Closes: https://github.com/CSAILVision/unifiedparsing/issues/17 cc. @Tete-Xiao, @zhoubolei, @firstmover

The license for this project is missing, which indicates it is "actually not open source" project. > **[Licensing a repository](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/licensing-a-repository)** > Public repositories on GitHub are often used to share...

Since the code in this repository is not updated that often and the dependencies are constantly changing, it would make sense to create `requirements.txt` that has all the required packages...

Hello! It seems like it is now available at: https://www.cs.stanford.edu/~roozbeh/pascal-parts/trainval.tar.gz Cheers! Diego

Hi, when i finished my training, i run the eval_multipro.py and get below error: nr_dev: 1 0%| | 0/5145 [00:00

Same problem and recommended fix as CSAILVision/semantic-segmentation-pytorch#125 [flake8](http://flake8.pycqa.org) testing of https://github.com/CSAILVision/unifiedparsing on Python 3.7.1 $ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__ ``` ./lib/nn/parallel/data_parallel.py:16:31: E999 SyntaxError: invalid syntax v = obj.cuda(dev,...

When I run the test demo, I found a problem. ADE20K_2016_07_26/index*.mat can not be found. I think I have downloaded all the datasets you provided, but I still don't know...

Hi, thank you for sharing this code! Running _./travis.sh_ gives the following error : > ImportError: torch.utils.ffi is deprecated. Please use cpp extensions instead Pytorch 1.0 needs cpp_extensions instead of...