semantic_segmentation icon indicating copy to clipboard operation
semantic_segmentation copied to clipboard

Semantically segment the road in the given image.

Results 12 semantic_segmentation issues
Sort by recently updated
recently updated
newest added

Can you please provide me with you pre trained model ! i need it for a project.

The pre-trained model described in the Readme.md is based on Dropbox. However, when I try to download it, the downloading process is killed at 40%/100%. The notice message is: "Failed!...

I set the training_flag = True but I got error like this: 2019-11-27 16:12:15.632003: W tensorflow/core/common_runtime/bfc_allocator.cc:424] *****************************************************************************_______________________ 2019-11-27 16:12:15.649697: W tensorflow/core/framework/op_kernel.cc:1599] OP_REQUIRES failed at constant_op.cc:77 : Resource exhausted: OOM when...

When I run the code after setting training Flag to False. It gives me an error (OSError: SavedModel file does not exist at: ./data\vgg/{saved_model.pbtxt|saved_model.pb}). When I checked data folder there...

Thank you for your open source!Now i need use your trained model to test my image,but your trained model in here can't download.So please tell me what can i do.Thanks...

Hi, I am trying to run training code with provided road data provided here but I am getting attached error. Please help me. ![20210407_132734](https://user-images.githubusercontent.com/58768430/113831769-97604980-97a5-11eb-9f08-7bc38cfedd30.jpg) Regards, Prabhakar M

Hello, I cloned and followed the instructions, and put the saved model as specified. Tried predicting images, and it crashes. Any ideas? ``` Restored the saved Model in file: ./model/model.ckpt...

Where can the shape of the output images be changed in the code? The picture has a resolution of only 160x576 pixels.

I'm very new in python. How can I load model for use with my own video, please?