Python Forum
Measure accuracy of Object Detection
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Measure accuracy of Object Detection
#1
Hey Guys, I am using YOLO model to detect objects in videos, but due to insufficient input date, my training result is not accurate. Sometimes the bounding box does not enclose object but rather lags behind it. Is there any way how I can measure how many times the bounding box was surrounding the object and how many times it does not?
Reply
#2
Quote:due to insufficient input date
assume you mean data ... you must have enough data for AI engine to make proper determinations.
You can't expect meaningful results without.
as far as measuring bounding box, the available documentation doesn't really show the available classes.
Suggest downloading source here: https://files.pythonhosted.org/packages/...3.2.tar.gz

and digging through the code to discover how to do this
Reply
#3
Yes i meant data. Thanks. I will go through the code and try to find some solution
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  measure diameter of complex structure alminnawi 0 210 Apr-18-2024, 10:20 AM
Last Post: alminnawi
  Using .pb saved model for object detection hobbyist 2 1,206 Aug-03-2022, 05:55 AM
Last Post: hobbyist
  (OpenCV) Help to improve code for object detection and finding center of it saoko 0 1,219 May-14-2022, 05:34 PM
Last Post: saoko
  number accuracy problem? roym 5 1,881 Dec-24-2021, 07:57 AM
Last Post: roym
  Improves performance on socket multi-threaded servers for object detection pennant 1 1,934 Aug-31-2021, 08:43 AM
Last Post: Larz60+
  Calculating accuracy on RNN-LSTM model hobbyist 0 6,192 May-14-2021, 08:55 AM
Last Post: hobbyist
  How to measure execution time of a multithread loop spacedog 2 2,917 Apr-24-2021, 07:52 AM
Last Post: spacedog
  Object detection on ground via the use of geo/sat UAV images hobbyist 2 2,132 Jan-23-2021, 11:57 PM
Last Post: hobbyist
  How to add audio to Tensorflow Object Detection API? kitkatz 1 2,291 Jan-05-2020, 09:37 AM
Last Post: Larz60+
  Object and lane line detection Gregerwhut 2 1,948 Nov-04-2019, 10:22 AM
Last Post: Gregerwhut

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020