tensorflow-deeplab-resnet
tensorflow-deeplab-resnet copied to clipboard
DeepLab-ResNet rebuilt in TensorFlow
The checkpoint has been created. step 0 loss = 17.905, (227.301 sec/step) step 1 loss = 9.095, (221.894 sec/step) Traceback (most recent call last): File "C:\Users\Arcturus Desktop\Anaconda3\envs\tensorflow\lib\site-packages\tensorflow\python\client\session.py", line 1361, in...
Hello! Does anyone know what parts of the code must be modified to change the number of classes? Currently is set to 21...what do I have to do to set...
Hi, as a beginner, what would I want to konw is how to insert se-block into resnet in this project. That bothers me for a long time. If you have...
Hi, all the images in the drop box are in raw format:  Is there a way to add class level colouring to them, so they look like this? 
Hi, I started a training from scratch with train.py with VOC2012 data set. I downloaded the Augmented GTs and plugged in to the data set. Now the GTs are the...
Caused by op 'conv1/Conv2D', defined at: File "train.py", line 253, in main() ... ... UnknownError (see above for traceback): Failed to get convolution algorithm. This is probably because cuDNN failed...
can anyone please tell me how to output the detected class and bounding box of the detected object from the inference.py?
Perform inference. py tests a picture, and the segmentation result shows no complete outline of the object, but a lot of color spots. How to solve it? Looking forward to...
Dear @DrSleep : I have meet some problem when I use this project to train my dataset. It seems everything is work and I got a mIoU=0.945 on pascal 2012...
Hi, I am using your implementation for my project work and getting satisfactory results. Thanks a lot for your wonderful work. I had a question regarding the weight initialization. I...