TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10
TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10 copied to clipboard
How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows
I am trying to put two videos in a single frame. But I am getting Type Error. Please check below code. import cv2 import numpy as np cap1=cv2.VideoCapture('first.avi') cap2=cv2.VideoCapture('fourth.avi') fps...
Hi, i am new to tensorflow object detection API, i trained a model with 900 images of shoes, i put 20%(180 images) into test forlder and 80%(720 images into train...
slow fps
hi bro it was great tutorial i followed your instruction it works but i have very slow FPS how can solve it am using laptop
I guess there should be some parameter to edit. Which one?
I am using my custom dataset for the training with 900 images(700 in train and 200 in test). After training the ssdlite_mobilenet_v2_coco model for 3k steps the loss came down...
this is what im getting in my command prompt WARNING:tensorflow:From C:\Users\Navin Subbu\Documents\BEEP\ML\models\research\object_detection\legacy\trainer.py:360: The name tf.losses.get_total_loss is deprecated. Please use tf.compat.v1.losses.get_total_loss instead. W0319 04:45:37.644787 364 deprecation_wrapper.py:119] From C:\Users\Navin Subbu\Documents\BEEP\ML\models\research\object_detection\legacy\trainer.py:360: The name...
i got a error like this ERROR: spyder 3.3.6 requires pyqt5= "3", which is not installed. ERROR: spyder 3.3.6 requires pyqtwebengine= "3", which is not installed. ERROR: astroid 2.3.1 requires...
I wanted to edit the protobuf by adding 2f and the newly added calibration code. But this time it says ".: Permission denied". What is the problem? Tensorflow 1.13 CUDA...
hey guys, i'm using tensorflow 1.14.0 for the cpu, so far everything worked, but now when i'm training this error pops up: ImportError: cannot import name 'resnet' from 'tensorflow.python.keras.applications can...
Added fps counter to show the current fps and the average fps when the detector runs on a video feed. 