python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to visualize one class per image using tensorflow object detection API?
I have object detection model with 2 classes and I want to visualize only one class per image.
Here is the code with two images one_image and two_image. With class one the visualization is only show o...
avinash
Votes: 0
Answers: 0
How to update a constant csv file with real-time detection data?
I am trying to get the id number of a detected object into a csv file and because it is in real-time it will update the file with the id of the new detected object.
But I can't get the correct str val...
user18476419
Votes: 0
Answers: 0
Tensorflow2 Object Detection API Loading saved_model.pb and use for prediction
I trained a model and saved it. Now I want to go back that model. I have a checkpoint file, saved_model file (assets,variables and saved_model.pb),pipeline.config and labelmap.pbtxt. How can I load th...
Onur Aygun
Votes: 0
Answers: 1
How to change the size of an image in Azure's custom vision service?
I want to train model by using custom vision but when i add images in custom vision. Custom vision convert resize my image into (512,512). If there is any option so that i can set limit like (2000,200...
SHIVAM CHAUHAN
Votes: 0
Answers: 1