PSPNet-tensorflow icon indicating copy to clipboard operation
PSPNet-tensorflow copied to clipboard

TensorFlow-based implementation of "Pyramid Scene Parsing Network".

Results 45 PSPNet-tensorflow issues
Sort by recently updated
recently updated
newest added

I have trained my PSP net model using this repo: https://github.com/holyseven/PSPNet-TF-Reproduce . I wanted to load it through your inference code. I trained my for 3 classes on ADE_20K dataset....

Hi there! My apologies if this is a stupid question as I am still very new to TF. I am trying to use PSP50 (pre-trained on ADE20K) for inference on...

Can I use the pre-training model to calculate the miou and mean Pixel Accuracy of a small-sized image, such as 128*256

May be the mean image in your code is fault. The mean image is Pascal.

Hi, I'm trying to train on cityscapes in order to first replicate the 70% miou and then move to other driving datasets to see what happens. However, I'm having trouble...

python train.py --is-training --update-mean-var --train-beta-gamma to run the network, but when the network reaches convergence, The loss has been around 2.0. How did you get 0.2? @hellochick Thank you very...

Hi hellochick, i love your model. i would like to ask how many steps did you train in order to get to the model added in the repository? i would...

Hi, @hellochick , I had run the evaluation command for cityscapes val dataset using your provided [trained model](https://drive.google.com/drive/folders/1JSrLS6f5OcRIm_WBQ_jD_VxLP3oOMSsH). However, the mIoU is too low (0.00404) which seems something wrong in...

If anyone has found a way to do this, could you please give me a hint? I guess there's simpler way than writing script to convert RGB segmentation output into...