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


Messages In This Thread
Object and lane line detection - by Gregerwhut - Nov-04-2019, 08:22 AM
RE: Object and lane line detection - by baquerik - Nov-04-2019, 10:15 AM
RE: Object and lane line detection - by Gregerwhut - Nov-04-2019, 10:22 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Using .pb saved model for object detection hobbyist 2 1,201 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,218 May-14-2022, 05:34 PM
Last Post: saoko
  Improves performance on socket multi-threaded servers for object detection pennant 1 1,928 Aug-31-2021, 08:43 AM
Last Post: Larz60+
  Object detection on ground via the use of geo/sat UAV images hobbyist 2 2,126 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,152 Dec-06-2020, 10:10 PM
Last Post: Aizou
  How to add audio to Tensorflow Object Detection API? kitkatz 1 2,287 Jan-05-2020, 09:37 AM
Last Post: Larz60+
  object detection program netrudra5 0 4,284 Feb-26-2019, 04:01 PM
Last Post: netrudra5
  Measure accuracy of Object Detection Shameendra 2 2,716 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,560 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