Changes between Version 1 and Version 2 of Other/Summer/2021/SelfDrivingVehicle


Ignore:
Timestamp:
Jun 15, 2021, 6:46:50 PM (3 years ago)
Author:
anthonysiu2000
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2021/SelfDrivingVehicle

    v1 v2  
    44**WINLAB Summer Internship 2021**
    55
    6 **Group Members: Sandeep Alankar, Anthony Siu**
     6**Group Members: Zhuohuan Li, Anthony Siu, Abia Mallick, Sandeep Alankar, Malav Majmudar, Adas Bankauskas, Lohith Bodipati, Rohan Vij**
    77
    88== Project Website ==
    9 https://bzz3ru.wixsite.com/smartintersection
    10 
    11 == Gitlab Repositories ==
    12 **!DeepStream and YOLOv3 Application:** https://gitlab.orbit-lab.org/si2020-smartintersection/smart-intersection-ds-yolov3-app
    13 
    14 **OpenCV- Add Bounding Boxes to Video:** https://gitlab.orbit-lab.org/si2020-smartintersection/add-bounding-boxes
     9https://sa14544.wixsite.com/self-driving-vehicle
    1510
    1611== Project Objective ==
    1712
    18 The goal of this project is to create a method for estimating the statistics for vehicle count/traffic flow into one intersection in New York City. As an example, record videos of the northbound traffic on Amsterdam Avenue, as vehicles are entering the 120th St./Amsterdam Av. intersection. Using YOLOv3 deep learning model, detect and count vehicles as they approach/enter the intersection from south, making sure that there is no double-counting. Use 180 second long video fragments (approximately two traffic light cycles), and repeat up to half a dozen times a day,  for a number of workweek/weekend days during the same times of each day. Compare the vehicle count (traffic flow) as a function of the time of the day. Utilize NVIDIA !DeepStream deployed on COSMOS GPU compute servers to run the model.  The method should be generalizable/expandable to any direction of vehicle movement, when appropriate camera views are available.
     13The goal of this project is to work on development of the WINLAB self driving car simulator. The project includes development of ~1/14 scale vehicles for use as a remote self-driving car testing platform, as well as a virtual simulation environment which will model both the physical vehicles and the testbed environment. Robot Operating System (ROS) will be used for both halves of the project, with the simulation running in Gazebo.
     14
     15There are several objectives for this project:
     16
     17* Design and implementation of additional sensors for existing vehicles to allow for remote experimentation
     18
     19* Incorporation of ROS control into existing car software
     20
     21* Use of AI/machine learning algorithms for self driving behavior
     22
     23Due to current operating status at Rutgers, in-person lab work with the physical hardware will have to wait until later in the summer.
     24