Skip to content

BrunoBerger/DeepLearning2

Repository files navigation

DeepLearning2

A tool for detecting objects with locations and exporting them into Leaflet-maps


Object detection with a MobileNet-SSD detector, trained on the coco dataset.
Model is included with in the repo, under ./object_detection/MobileNetSSD/

The Object Detection part was mostly influenced by Ardian Rosebrock from PyImageSearch.

More information and all of taks to hand in for the DL2 module can be found in the Wiki


Python flake8 check

Install and Use:

  1. Make sure you are using at least python 3.7 and have pip installed
  2. Clone the repository on to your device
  3. Navigate into the directory and run python -m pip install -r requirements.txt in your command line
  4. Execute main.py

This project is currently randomly generating the gps-info for demonstration purposes.
If you want to use this in the real world, you'll have to provide the programm with a way to get your real gps-data here.

About

Map detected Objects directly to leaflet-maps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors