Semantic-Segmentation-Suite icon indicating copy to clipboard operation
Semantic-Segmentation-Suite copied to clipboard

Semantic Segmentation Suite in TensorFlow. Implement, train, and test new Semantic Segmentation models easily!

Results 82 Semantic-Segmentation-Suite issues
Sort by recently updated
recently updated
newest added

What is the compatible python, opencv, tensorflow version for this project?

Please fill out this issue template before submitting. **Issues which do not fill out this template, or are already answered in the FAQs will simply be closed.** **Please go to...

Hi, I have been working on this repository for learning purposes. I found it helpful. After training on different models, I wanted to try the argument of Continue_Training. So I...

Please fill out this issue template before submitting. **Issues which do not fill out this template, or are already answered in the FAQs will simply be closed.** **Please go to...

Kindly need explanation, I have images 1280 720 pixels for training and expected same size for production (implementation). How to configure crop size ? should I use 1280 720 ?...

I created a small **dataset of 1500 images with 2 classes**. These images consists of a moving cloth with 5 different textures and very little background. I want to segment...

@GeorgeSeif Thanks for such a nice work . Can you provide the trained checkpoints in the Google Drive.It will be very helpful . Thanks

I am reading this paper ;and I try to code ,but I find I can not get the result, and the mIoU only is 0.46.I run your code,and get the...

Traceback (most recent call last): File "utils/get_pretrained_checkpoints.py", line 19, in subprocess.check_output(['wget','http://download.tensorflow.org/models/resnet_v2_101_2017_04_14.tar.gz', "-P", "models"]) File "C:\ProgramData\Anaconda3\lib\subprocess.py", line 336, in check_output **kwargs).stdout File "C:\ProgramData\Anaconda3\lib\subprocess.py", line 403, in run with Popen(*popenargs, **kwargs) as...

Hi I am trying to run any model on the CamVid Dataset with 13 classes with crop size of 360 X 480 (anything other than the default). It gives incompatible...