-
Do you plan to add mobilenetv2 backbone like in https://github.com/tensorflow/models/blob/master/research/deeplab/model.py#L245?
bhack updated
6 years ago
-
Hi Bonlime,
Thanks for sharing the code, would you like to clarify which version of tensorflow and keras you are supporting? It seems to me that the original deeplab V3 code only works for tensorf…
-
Hello,
My development environment is as follows
```
== check pips ===================================================
numpy (1.14.2)
numpydoc (0.8.0)
protobuf (3.5.2)
tensorflow (1.7.0)
…
-
When I run the command: _python test.py --model_id=16645_, it throws the # TypeError:scale_image_with_crop_padding() missing 1 required positional argument :'crop_size'.
so where is the wrong thing?t…
-
you can ignore
DATA_DIRECTORY = '/home/VOCdevkit', I have changed some settings to adapt my dataset.
I have referenced this https://github.com/DrSleep/tensorflow-deeplab-resnet/issues/151, but th…
-
I am using the Tensorflow 0.12 version, on the augmented dataset. The loss always skyrockets to Inf and then NaN, even when I set the learning rate to zero (1e-15). I even test with the "debug.txt" fi…
ghost updated
6 years ago
-
I use tensorflow1.3 and tensorflow1.4 .
When I run model_test.py ,there are an error" 'module' object has no attribute 'DEFINE_enum' ".
Can anyone tell me the tf version to success run model_test.py
-
hello, when i use my own data to train the deeplab, it occur a problem that:
Restored model parameters from ./deeplab_resnet.ckpt
2018-01-31 16:58:38.923063: W tensorflow/core/framework/op_kernel.c…
-
### System information
- **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)**: No
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**:
Linux …
-
Hi, I want to implement a Deeplab-LargeFOV,
morever I want to realize an InferenceRunner like:
`InferenceRunner(dataset_test,
[ScalarStats('cost'), ClassificationE…