This repository has been archived by the owner on Jun 3, 2020. It is now read-only.
Releases: Oslandia/deeposlandia
Releases · Oslandia/deeposlandia
Object-oriented convolutional neural network
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
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.