Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 672 Bytes

File metadata and controls

10 lines (8 loc) · 672 Bytes

Weather Classification - Computer Vision's Course Project

How to run

Open the 'weatherclassification.ipynb' python notebook with jupyter and run all the code. All the other python files represent classes that are used inside the notebook.

Purpose

The purpose of this project is to classify a set of images based on the weather conditions. For doing this we developed an algorithm that computes a descriptor for each image (based on the image colors, sharpness, gradient, and luminance) and then classifies the images exploiting those descriptors and a neural network.

Further Informations

See the 'report.pdf' file for detailed informations about the project