Skip to content

This is my research thesis project titled- Time-to-Collision Estimation for Objects in Autonomous Driving

License

Notifications You must be signed in to change notification settings

ajits-github/Thesis_MMdetection3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ttc_crop

Time-to-Collision Estimation for Objects in Autonomous Driving

  • The research aims to calculate the time for the ego vehicle to collide with the objects in the view
  • The dataset has been prepared using nuScenes and model used is FCOS3D (Fully Convolutional One-Stage Monocular 3D Object Detection) from MMDetection3D framework.
  • FCOS3D is a general anchor-free, one-stage monocular 3D object detector adapted from the original 2D version FCOS. It serves as a baseline built on top of mmdetection and mmdetection3d for 3D detection based on monocular vision.
  • MMDetection3D is an open source object detection toolbox based on PyTorch, towards the next-generation platform for general 3D detection. It is a part of the OpenMMLab project developed by MMLab.
  • The architecture of the model has been altered by adding the convolution and relu layers for ttc (time to collision)
  • The loss function is implemented from the paper - "Binary TTC: A Temporal Geofence for Autonomous Navigation" called Motion in Depth(MiD) error
  • Architecture of the network includes- ResNet101 as backbone, Feature Pyramid Network(FPN) as neck and FCOSMono3D as head
  • Below is the nuScenes dataset meta information

The ego vehilce used for preparation of nuScenes dataset along with all the sensors.

car


An image sample with all the 3D bboxes for a sample data token i.e. images taken from all the sensors at the same time.

Images_all_camera_bboxes


The dataset distribution

nuscenes_distribution1

About

This is my research thesis project titled- Time-to-Collision Estimation for Objects in Autonomous Driving

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages