-
我换了一个数据集,将train.py的num_classes改成10并把models.py里的label_number改成10。但是运行就报错:
File "./train.py", line 148, in
'label': labels})
File "/home/cll/.local/lib/python2.7/site-packages/paddle/fluid/p…
-
hello i'm korean student.
yesterday i tried to run train.py and latest_model_DeepLabV3_CamVid.ckpt was made.
and to try to run test.py, i tried this command "python test.py --models DeepLabV3 --c…
-
The result of DeepLabV3 is not quite well in distant image.
-
tensorflow:1.4.0
python:3.6.9
-
i want to use deeplabv3 to simultaneously output the semantic segmentation and depth estimation. Do you guys have tried this or have any ideas for this task? Thank you in advance
-
In [DensePoseDeepLabHead](https://github.com/facebookresearch/detectron2/blob/729290df8a1b9c0307fb667dd776bed3c4f8bdc5/projects/DensePose/densepose/densepose_head.py#L98), you set atrous_rates in [ASS…
-
Thank you for sharing your work.
I'm confused that the result of FCN-8s reported in your experiment part was better than other recent proposed networks, such as deeplabv3+, pspnet and segnet.
Could …
-
I followed your instructions to train a ResNet101-DeeplabV3+-decouple just like your provided script to train the ResNet50-DeeplabV3+-decouple. Despite I got a decent results for the first stage to tr…
-
- [Semantic Image Segmentation with DeepLab in TensorFlow](https://ai.googleblog.com/2018/03/semantic-image-segmentation-with.html) 2018 Google blog post
Tensorflow TFLite optimized pre-trained on …
-
Hello! first of all, thank you for writing good paper.
I have a question about model inference speed and Input Size.
in the paper, Only in Cityscapes,
![image](https://user-images.githubusercont…