Skip to content

Latest commit

 

History

History
100 lines (77 loc) · 3.33 KB

File metadata and controls

100 lines (77 loc) · 3.33 KB

Mosquito Breeding Sites Detector (Deprecated)

Build Status Gitter chat for developers at https://gitter.im/dmlc/xgboost

This project is about detecting Dengue’s vectors breeding site from Google Street View images using deep learning. The main vector is Aedes Egypti mosquito.

Table of contents

Pipeline of process

Pipeline of process

Code Description

All source codes are in scripts directory.

  • data_collection.py used for retrieve google street view images of village that you want. The image size is 600x600 pixels.

  • image_recognition.py used for recognize images , it will return top five classification results.

  • image_segmentation.py used for extract segmented of image.

  • feature_vector_classification.py used for classify the result of image recognition and image segmentation again for increasing more accuracy.

Directory Structure

+Mosquito_Breeding_Sites_Detector
  +SegNet-Tutorial
  +caffe-segnet
  +GSV
  +xgboost
  +dataset
  +geojson
  +scripts
    +feature_vector
      -to_geojson.py
      -xgb_classifier.py
    +image_processing
      +model
      -image_divider.py
      -image_recognizer.py
      -inception.py
    +image_retreival
      -GSV_loader.py
      -get_village_points.py
      -polygon_to_points.py
    +segnet
      +Models
      -pysegnet.py
    -data_collection.py
    -image_recognition.py
    -image_segmentation.py
    -feature_vector_classification.py
  -README.md
  -INSTALL.md

Getting Started

These instructions is about how you copy this project up and running on your local machine for development and testing purposes.

Prerequisites

Installing

Running

Evaluating model accuracy

Demo

Built With