Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Releases: Oslandia/deeposlandia

Object-oriented convolutional neural network

17 Jan 17:08
Compare
Choose a tag to compare

This new release provide an improved version of the project by considering object-oriented programming.

  • The project is structured around Dataset and ConvolutionalNeuralNetwork classes. These classes are written in dedicated modules.
  • As a consequence, the main module contains only program-specific code (argument handling).
  • A second dataset has been introduced to the project (geometric shapes), so as to make development easier and more reliable.

Street-scene object detection v0.1

19 Dec 13:42
ede8018
Compare
Choose a tag to compare

This repository runs a convolutional neural network on Mapillary Vistas Dataset, so as to detect a range of street-scene objects (car, pedestrian, street-lights, pole, ... ). Developments are still under progress, as the model is unable to provide a satisfying detection yet.