tensorflow-deeplab-lfov
                                
                                
                                
                                    tensorflow-deeplab-lfov copied to clipboard
                            
                            
                            
                        DeepLab-LargeFOV implemented in tensorflow
Hello, can the tensorflow-based model be trained on the caff-based pre-training model?As a beginner, I am not clear about this question, can you answer for me? 
@DrSleep Hi sir, I wish you can help me with this, ### System information What is the top-level directory of the model you are using: https://github.com/tensorflow/models/tree/master/research/deeplab ** Have I written...
I has been used the data of VOC2012 and the your code to train the models, but the predicts was all 0s during train process. Would you give me some...
Hi, I'm trying to train the model using their train and validation files (train.txt, val.txt in the repositorie) but I have several images missing. I download the file from the...
1. Did you reproduce a mIoU of 57.% with all the parameters you provided in the train.py? I just got 52.%.... 2. if there any difference between initializing the deeplab-lfov...
When I tried to use the converted model like "model.ckpt-init" or "model.ckpt-pretrained", I met the following error: Traceback (most recent call last): File "/home/wxy/Proj/test.py", line 21, in model = DeepLFOV(weights_path)...
Question
Hello, When I load the ckpt, there is an error. >>> path = '/home/wam/DeepLab/model/model.ckpt-pretrained' >>> f = open(path, 'rb') >>> weights = cPickle.load(f) Traceback (most recent call last): File "",...
can i use the pretrained model from authors? how?
Hello DrSleep, I am not sure whether it is appropriate to ask here, but the tensorflow-deeplab-resnet repo did not contain vgg backbone currently. Therefore, I was trying to modify your...
Hi, Author, thanks for your work, but I am wondering if I start with only the deeplab_resnet_init.ckpt, and trained my own model with my own set of images, I don't...