Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
235 views

I've been trying to train a custom detector model for a LimeLight3A through the Google Colab notebook they provided. I successfully trained one on April 4th, but since then any of my attempts at ...
AstarHolt's user avatar
0 votes
0 answers
4k views

I'm encountering an ImportError when trying to run the TensorFlow Object Detection API's test script. The error message is: (tfod) dev@dev:/media/dev/96E0A5D3E0A5BA3F/tfod/models/research$ python ...
tanny bhai gamerz's user avatar
-1 votes
1 answer
124 views

I am trying to install tensorflow object detection API using this link in my Ubuntu PC. My goal is to use MobileNet SSD for object detection. My tensorflow version is 2.13.1. I was able to install the ...
mj01's user avatar
  • 31
0 votes
0 answers
30 views

I need to import DetectorAPI from tensorflow_object_detection_API. But there seems to be an installation problem. I get the no module found error, even though i just installed it. I installed it using ...
Tom Lemmel's user avatar
0 votes
0 answers
124 views

Currently, I am working on Object detection, tracking, and counting. I want to store the results whenever the vehicle crosses the line, however, I always get duplicate results. How can I prevent these ...
SARON RAVUTH's user avatar
0 votes
0 answers
20 views

When using TensorFlow Object Detection API, and FasterCNN model from the Detection Zoo, are you able to store a normalised 2D array (0-1) as floats into a tfrecord and use this as model inputs? I am ...
Jinfone Tang's user avatar
0 votes
0 answers
62 views

I'm following this tutorial on how to export my saved model to tflite for building an android app using my custom detection model Link But after executing this code ObjectDetectorWriter = ...
Grandpa's user avatar
0 votes
1 answer
583 views

Trying to train an object detection model on the Citypersons dataset following this tutorial. https://neptune.ai/blog/how-to-train-your-own-object-detector-using-tensorflow-object-detection-api I run ...
Tandez Sarkaria's user avatar
0 votes
1 answer
386 views

The Tensorflow object detection API is deprecated, and refers to Tensorflow-vision. Unfortunately, the documentation, as far as I can see, is just links to a series of preprints. All the other ...
Davidmh's user avatar
  • 3,875
1 vote
0 answers
71 views

I am currently learning how to train a model object detection using google colab and tensorflow 2.0 based on this website link Link During training the model process we received this output in the ...
fun learning's user avatar
0 votes
1 answer
125 views

When i try to detect large amount of objects (more than 100 on single image) with tensorflow object detection API and model efficientdet d0, it detects them mostly well, but completely ignores some of ...
haghehog's user avatar
1 vote
1 answer
220 views

I was installing the Object Detection API for a personal project, I did all the steps mentioned in the official documentation from installing the COCO API to installing the Object Detection API. In ...
Ankit Singh's user avatar
5 votes
0 answers
1k views

I've trained the EfficientDet D1 model in google collab. but, when i want to load the model in jetson nano, i'm facing this error Traceback (most recent call last): File "E:\software\conda2023\...
Firsty Aurellia Hadinanda's user avatar
1 vote
0 answers
669 views

When I started training the TensorFlow models using model_main_tf2.py I got this: TensorFlow Addons (TFA) has ended development and introduction of new features. TFA has entered a minimal maintenance ...
hammale mourad's user avatar
1 vote
1 answer
871 views

Even though I have tensorflow installed in the venv at version 2.12.0 it kinda does not have tensorflow.python.keras.layers.preprocessing. I tried to install the object-detection API and I am still ...
dracule22's user avatar
0 votes
1 answer
551 views

So previously I have trained a model based on the Tensorflow Models Zoo on Tensorflow Object Detection API using my own data. After that, I had exported the saved model in a pb format, just as the ...
andra's user avatar
  • 3
2 votes
2 answers
3k views

I was trying to make a custom detector using SSD MobileNet. I never tried this model before for making a custom detector using TensorFlow API. I was following this tutorial. I am facing a problem ...
Md Mahadi Hasan Sany's user avatar
1 vote
0 answers
198 views

Currently OpenCV does not support TF2 Object Detection models. I would like to convert a MobileNet V2 FPNLite 640x640 SSD model from TF2 to TF1 to run via cv2.readNetFromTensorflow. How is this ...
Slava Zhulanov's user avatar
0 votes
1 answer
661 views

I'm making an object detection app using kotlin and tensor flow lite model (I used yolo v5 and then converted it to tensor flow lite using the following line: python export.py --weights best.pt --...
Fatema Shawki's user avatar
0 votes
1 answer
870 views

I want to load my TFLite exported Yolov5s model into my object detection android app. I followed this tutorial: https://www.youtube.com/watch?v=zs43IrWTzB0 However, my TFLite Yolov5 model outputs an ...
Fatema Shawki's user avatar
-2 votes
1 answer
148 views

I train a model by tensorflow 2 to detecting vehicles, but I want to Convert tensorflow saved_model to frozen inference graph. Can any one help?
Shalaw Mshir's user avatar
0 votes
1 answer
121 views

I have cloned the models repo from TensorFlow and installed it into my project folder in google drive. but when I try to run the model_builder_tf2_test.py I am getting ModuleNotFoundError: No module ...
groot's user avatar
  • 1
0 votes
2 answers
343 views

I was playing around with a custom object detector through the Tensorflow object detection API in Python. All of a sudden my code stopped working and is producing the following error when trying to ...
darkhorse123's user avatar
1 vote
1 answer
1k views

While expoting an object detection model inference graph with Tensorflow Object Detection API (TFODAPI), I am getting a warning as: WARNING:tensorflow:Skipping full serialization of Keras layer ...
mayuresh's user avatar
1 vote
1 answer
214 views

I've trained SSD mobilent v2 320x320 model with around 4k steps which produced quite a few checkpoints that are saved in my training folder.The issue I am experiencing now is that this only evaluates ...
Annie's user avatar
  • 13

1
2 3 4 5
23