Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Autonomous Driving Simulation

Discussion in 'Computer Vision' started by unity_D8D681DD56064E42A909, Jun 27, 2021.

  1. unity_D8D681DD56064E42A909

    unity_D8D681DD56064E42A909

    Joined:
    Jun 26, 2021
    Posts:
    3
    I have been trying to make a simulation for autonomous driving in unity. In this simulation, the car learns to follow a lane. How can i capture the image from camera, and feed it in neural network for lane following.
     
  2. redmond_tran_unity

    redmond_tran_unity

    Unity Technologies

    Joined:
    Oct 14, 2020
    Posts:
    3
  3. unity_D8D681DD56064E42A909

    unity_D8D681DD56064E42A909

    Joined:
    Jun 26, 2021
    Posts:
    3
    Are there any video tutorial on this topic? It would be of great help, and it would be much easier to understand.
     
  4. StevenBorkman

    StevenBorkman

    Joined:
    Jun 17, 2020
    Posts:
    16
    We do not have any video tutorials on how to use the Perception package right now, but we do have a pretty extensive text tutorial that will take you through the entire process of setting up perception, using labelers, using randomizers, creating custom randomizers, and viewing your results. This tutorial can be found here.