-
Hello, thanks for your nice work.
I met a bug on --continue training.
python main.py --model deeplabv3plus_mobilenet --dataset cityscapes --gpu_id 6 --lr 0.1 --crop_size 768 --batch_size 12 --…
-
with open(os.path.join(os.path.join(_splits_dir, splt + '.txt')), "r") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'D:/SegNet/me/deeplab/deeplab/dataloader/datasets/VOC2012/ImageSet…
-
Hi
I'm training DeepLabV3+ Mobilenet backbone on my custom dataset. My Dataset has 1 class. My Model architecture looks like:
`deeplab_model = Deeplabv3(input_shape=(512, 512, 3), classes=2,activa…
-
The training launch script link for `deeplab_v3b_plus_wideresnet_citys` at https://gluon-cv.mxnet.io/model_zoo/segmentation.html does not work. The link is https://raw.githubusercontent.com/dmlc/web-d…
-
## Reference
- [Github repo](https://github.com/tensorflow/models/tree/master/research/deeplab)
- [Project - DeepLab](http://liangchiehchen.com/projects/DeepLab.html)
- [DeepLab: Models](http:/…
-
The test suite keeps failing trying to download these files.
The size of these things is going to impact us at scale.
The size of the model is going to make deployment by PyPi problematic and we m…
-
### System information
- **What is the top-level directory of the model you are using**: tensorflow/models/research/deeplab
- **Have I written custom code (as opposed to using a stock example script…
-
I first explain my task: I have nearly 3000 images with the shape (300,200) from two different ropes. They contain rope 1, rope 2 and the background. My Labels/Masks are images, where for example the …
-
Hi author,
thanks for your impressive work. Anyhow I met an issue by run train_planenet.py with a pretrained deeplab model.
The model is downloaded from this page https://github.com/DrSleep/tensor…
-
### 请提出你的问题 Please ask your question
使用服务器上的这个预训练模型pretrained: https://paddlelite-demo.bj.bcebos.com/models/deeplab_mobilenet_fp32_fluid.tar.gz,训练显示The pretrained model directory is not Found: /home/…