Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 937 Bytes

Readme.md

File metadata and controls

18 lines (13 loc) · 937 Bytes

Object Location Prediction

Predict the (x, y, z) coordinates of an object in a 3D space using Neural Nets.

This is a video showing the working of the model in real time. We piped the predictions(x, y, z) made by the Neural Net into a Holo Lens to generate a virtual object(red sphere) at the position predicted by the NN.

Dependencies

  • keras
  • tensorflow

Dataset(based on python version)

Download any one of the following and place it in the "data" directory.

More information

You can find more information about our CNN here.