Skip to content

python cnn files for drone obstacles avoidance

Notifications You must be signed in to change notification settings

xe1gyq/drone_cnn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drone_cnn

  • python cnn files for drone obstacles avoidance.
  • files include training cnn (avcNet folder) and files for running cnn on rpi3 (rpi3 folder)
  • example cnn trained binary files (hdf5 - pb) included in rpi3 folder
  • different interference methods added: OpenVINO (Intel), DNN-OpenCV, tensorflow, keras.
  • on rpi3 DNN-OpenCV: 6 fps, DNN-MYRIAD (NCS1): 20 fps using OpenCV version 4.1.0
  • a simple python obstacle avoidance script is included
  • Wiki: brief project description describing 2 approaches for cnn development
  • donkeycar folder added containing the modified/added files making ArduPilot Rover-copter compatible with donkeycar
  • Wiki ros paragraph added for ArduCopter sitl simulations
  • autoencoder folder added

variational autoencoder

About

python cnn files for drone obstacles avoidance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.8%
  • JavaScript 3.8%
  • CMake 2.9%
  • HTML 1.6%
  • Other 0.9%