-
Hi,
After downloading your 500GB datasets, I found only two directories with image/mask pairs, deeplab_resnet_examples and segnet_examples. However, the mask was generated not annotated.
In the RE…
-
I downloaded the pretrained model but it can't be opened.
Could you fixed the problem?
Thank you!
-
Hi,
I am trying to do semantic segmentation using the Panoptic-Deeplab example (https://github.com/google-research/deeplab2/blob/main/g3doc/projects/panoptic_deeplab.md) and setting this to *false*…
-
Hey. Are there examples RESNET-50/101/152 * .prototxt for image segmentation?
-
Efficientnet was considered as the best CNN in 2019, and many competitors got great rank with unet + efficientnet. I tried to use efficientnet as the backbone of this project but got poor results.
-
I have scheduled to change from CAFFE to Tensorflow. I achieve a real-time running in City-scapes data set by using CAFFE. I would like to know is it possible to run realtime using Tensorflow? It may …
-
(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…
-
Hi to all!
I have never used docopt package before. To be able to execute the train.py file, which argument should I input to docstr variable? Im getting an error at "args = docopt(docstr, version='v…
-
Hi,
Can you please tell me what is the difference between fc_8 features and crf features.
There are different trained models some has fc_8 in the test.prototxt some has crf.
I am using Deeplab to…
-
@weiliu89
Hi, I know you just added scripts for training ResNet under SSD branch.
1. Does this SSD's code support of trainning ResNet? If it does, where did you realized it? in which file?
2. The sc…