-
I used https://github.com/EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10 to train a new object classifier using tensor flow 1.8
the inference graph worked …
-
when i run ::
model_name = 'ssd_mobilenet_v1_coco_2017_11_17'
detection_model = load_model(model_name)
amazing thing happens!(and i do not knew how to deal with it..):
WARNING:tensorflow:From …
-
The [StopSignDetector](https://github.com/autorope/donkeycar/blob/dev/donkeycar/parts/object_detector/stop_sign_detector.py) runs a canned version of mobilenet for the EdgeTPU. This means that anyone…
-
Hi there
I am a beginner in this field and I find this whole tutorial in colab very useful, the steps are well explained,
when i executed the code everything went right until the training process …
-
Hello, I ran the object_detection_cv in google collab and then tried to convert to tflite. The conversion succeeds but there are no signatures. Inference requires at least the default signature, which…
-
- [x] move model initialization from magic.py to train.py. and check whether errors keep popping up
- [x] saving checkpoint does not work? or model loading does not load weights? need to understand.
…
-
I'm doing object detection using the TensorFlow object detection API. For that, the detection model accepts the input tensor in the shape []; but after using CudaToNumpy the shape is (None, None, None…
-
Hi
I replaced all the files mentioned and compiled the .proto files.
Now when I'm trying start the training process using train.py I get the following error:
`Traceback (most recent call last):
…
-
### **System information**
- **What is the top-level directory of the model you are using**: object_detection
- **Have I written custom code (as opposed to using a stock example script provided in T…
-
I am trying to use a pre-trained model for object detection where I have followed all the steps presented on other sites (like [https://pylessons.com/Tensorflow-object-detection-installation/](url) …