Python Forum
Object and lane line detection
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Object and lane line detection
#1
Hello,

I am having issues implementing both a lane line detection and obejct detection in the same .py file, i want to run them simultaneously.

GOAL
  • detect lane lines in a dummmy setup in the bottom half of the screen, having a mask that isolate e.g. blue color
  • detect simple geometries over the entire screen, having a mask that isolates a color that is different from the lane line mask
  • combine the image of the beforestated in one simple frame shown both detected objects and lane lines

I can get the script for object detection and the lane lines work independently.
When i try to store them in the same .py file i run in to problems as only one of them are shown on cv2.imshow().

Thanks
Reply
#2
I have no idea about cv2.imshow, but probably having some code would help others to assist you.
Reply
#3
(Nov-04-2019, 10:15 AM)baquerik Wrote: I have no idea about cv2.imshow, but probably having some code would help others to assist you.

The cv2.imshow is included in opencv.
The code is not relevant, as its 400 lines, and the thing I am asking help about is havig 2 mask's doing different things in the same .py file.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Using .pb saved model for object detection hobbyist 2 1,139 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,159 May-14-2022, 05:34 PM
Last Post: saoko
  Improves performance on socket multi-threaded servers for object detection pennant 1 1,854 Aug-31-2021, 08:43 AM
Last Post: Larz60+
  Object detection on ground via the use of geo/sat UAV images hobbyist 2 2,057 Jan-23-2021, 11:57 PM
Last Post: hobbyist
  I need a code line to spam a keyboard key | Image detection bot Aizou 2 3,046 Dec-06-2020, 10:10 PM
Last Post: Aizou
  How to add audio to Tensorflow Object Detection API? kitkatz 1 2,247 Jan-05-2020, 09:37 AM
Last Post: Larz60+
  object detection program netrudra5 0 4,243 Feb-26-2019, 04:01 PM
Last Post: netrudra5
  Measure accuracy of Object Detection Shameendra 2 2,644 Nov-19-2018, 01:04 PM
Last Post: Shameendra
  Object Detection that records the number of secs the face is not detected trabis03 1 2,515 Jul-21-2017, 04:14 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

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