DeepLabV3-Tensorflow icon indicating copy to clipboard operation
DeepLabV3-Tensorflow copied to clipboard

Reimplementation of DeepLabV3

Results 13 DeepLabV3-Tensorflow issues
Sort by recently updated
recently updated
newest added

When running train_voc12.py, the code will end in step 1000. I changed LEARNING_RATE, but it did not work. Can you help me? Thanks very much !

hi I get some memory leaks when I run this code, I try to add sess.graph.finalize() to frozen the graph, but it still exists, Can anyone give some advice? thanks.

The `SegmentationClassAug` contains more images than `SegmentationClass`, where to get those label images? Thanks!

first thanks for your work and I found you use streaming mean iou as evaluation method. but when I output the result, I found the first result is zeros. like:...

(dompamine-env) test@test:~/DeepLabV3-Tensorflow$ python3 train_voc12.py Traceback (most recent call last): File "train_voc12.py", line 17, in from libs.datasets.dataset_factory import read_data File "/home/test/DeepLabV3-Tensorflow/libs/datasets/dataset_factory.py", line 4, in import tensorflow.contrib.slim as slim ImportError: No module...

when i run eval_voc12.py, it has AttributeError: 'Namespace' object has no attribute 'is_training'

The DeeplabV3 implementation got bad performance on the right and botton side of the image,does anyone have some suggestions?

ImportError: cannot import name 'VOC_CATS', I can't find VOC_CATS module in libs.datasets.VOC12

Excuse me, why I did not report any program errors in training, but there has been no results, no weight training, even accuracy, loss value and IOU have no output,...