Giter Club home page Giter Club logo

road-sign-classification-with-pytorch's Introduction

Road Sign Classification with PyTorch

The project presented is a Road Sign Classification task using Pytorch. It is the project inserted in the last chapter of my Bachelor Thesis.

Approach

The project will analyze a case of classificiation of road sign. The dataset used for this classification is the German Traffic Sign Recognition Benchmark (GTSRB), composed by 39209 training images divided in 43 classes and 12631 test images. This dataset can be download from: https://www.kaggle.com/meowmeowmeowmeowmeow/gtsrb-german-traffic-sign. Below some images of the dataset.

In order to be able to carry out the operations in a reasonable time with the available system, it is necessary to use Cuda, which allows to increase the performance using the GPU . More detailed information from: https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html#abstract.

From the implementation perspective, it will be used a convolutional neural network based of AlexNet, an Adam optimizer, a cross entropy function as error function. A detailed explanation about all the features of the project is made in the jupyter notebook available in this folder.

Conclusion

To conclude, the main elements and the final performances can be summarized: the training phase allowed to obtain a model with an accuracy equal to 99% after 15 epochs, also confirmed by the evaluation using the validation test. Finally, the model also performed optimally with the test set, obtaining an accuracy of 95% and excellent metrics, such as precision and recall.

road-sign-classification-with-pytorch's People

Contributors

michelelagreca avatar

Stargazers

Vnarra avatar  avatar

Watchers

Kostas Georgiou avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.