Skip to content

For 3D human target distance detection based on 2D MTA image data

Notifications You must be signed in to change notification settings

LindyZh/DistanceDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distance Detection for MTA dataset

distance detection

Dataset

All dataset used for distance detection training and testing are acquired from the MTA (multi camera track auto) dataset

Distance Detection Method

We have explored and tested multiple methods of distance detection non-machine-learning methods, including:

  • assuming Cartesian coordinates for the ground plane and calculate the euclidean distance.
  • assuming Polar coordinates for the ground plane and calculate the euclidean distance
  • using space transformation to transform the 3d camera plane (pre-configured using the existing camera data) to a 2d one.

The final method that we employed is the Cartesian method as it provides the best accuracy among all possibilities.

About

For 3D human target distance detection based on 2D MTA image data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages