PSPNet-tensorflow
PSPNet-tensorflow copied to clipboard
TensorFlow-based implementation of "Pyramid Scene Parsing Network".
Thanks for useful repository! I'm trying to train PSPNet from scratch using ade20k dataset. It works by changing train.py like this: ``` DATA_DIRECTORY = '../data/ADEChallengeData2016/' DATA_LIST_PATH = './list/ade20k_train_list.txt' #IGNORE_LABEL =...
Hi,hellochick. Thanks for your opening your source code. I'm learing PSPnet and I want to train the model on ADE20K dataset.Can you give me an tutorial. Thank you very much
Could you explain how the flipped_eval work? I put raw_output(image) and raw_output(flip_image) together, but I found I got a worse prediction than using only raw_output(image). The left is my code...
Hi, can i use this code to reimplement the training step of PSPNet, and obtain comparable results reported in the paper of PSPNet?
hello chick: I find when I use the cityScapes dataset,I need to convert to get gtFine_labelTrainIds.png, the gtFine_labelTrainIds.png is created by *_gt*_polygons.json. now,I want to use PSPNet on other dataset,I...