Skip to content

Implement a 3D object detection system with LIDAR/Fused data as input

Notifications You must be signed in to change notification settings

sid7vasa/LIDAR-Based-3D-Object-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paired Image to Image translation Using U-NET generator, custom discriminator - PIX2PIX

Name: Santosh Vasa, Kishore Reddy Pagidi
Date: December 15, 2022
Class: CS 7180 - Advanced Perception

Operating System Used:

  • Windows Sub-system for Linux - Windows 11. For training and development.

Link to the report

https://www.overleaf.com/read/qwghjktbxxwv

How to run?

RESULTS:

Areas where the network works well:

  • Vehicles/classes near the ego vehicle
  • Vehicles that are spaced apart.
  • Non-overlapping line of sight vehicles.

Areas where the network does not work well:

  • Objects occluded by other objects.
  • Non square/rectangular segmentations.
  • Post processing errors.
  • Objects detected farther from the ego's position.

Example Inputs: BEV view afterlidar data projection

image info



Outputs: In the order of (input, target and prediction)

image info image info

Post Processing:

image info