-
Hi! I can't run test_lanenet.py. But I have an error. In test_lanenet.py folder, this error is " TypeError: Dimension value must be integer or None or have an __index__ method, got value '3.0' with…
-
**What is the objective of the proposed tutorial?**
Semantic segmentation is of course a special application. But I hope the tutorial will give the user a feeling for the many exciting possibilit…
-
First of all, thanks a lot for the repo!
I was trying to fine-tune a semantic segmentation model on my own custom dataset, and I came across this error:
python trainer/train.py --mode=train --…
-
This is a new feature request.
In Caffe, [SigmoidCrossEntropyLossLayer](http://caffe.berkeleyvision.org/doxygen/classcaffe_1_1SigmoidCrossEntropyLossLayer.html) can specify a label to be ignored.
…
-
https://github.com/hugozanini/TFJS-object-detection
https://javascript.plainenglish.io/face-detection-in-the-browser-using-tensorflow-js-facb2304ed91
https://selvamsubbiah.com/semantic-image-segment…
-
**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 18.04
- …
-
Currently we have TF2 on production environment so wanted to do semantic segmentation on video using saved_model.pb (downloaded model with saved_model.pb)
Video segmentation worked for frozen graph u…
-
Hi Remi (or whomever else knows),
I have data from two different sites which I could like to use to create a single training dataset for a CNN. Is this possible using the patch extraction tool? If no…
-
Hello, thank you for you codes,firstly.
Now I want to use this code(axial_deeplab) to generate panoptic segmentation results on unlabeled data such as test set, and then generate test tfRecord, but w…
-
Hi!
1.- When I load a model from a zip file using the following code, is there any way from the bioimage.io library to unzip the model? Or should I hard code it?
````python
# load model from pa…