Giter Club home page Giter Club logo

resnet50's Introduction

ResNet-50

This repository contains code and resources for training and using a ResNet-50 model to classify vehicles. The ResNet-50 architecture is a deep convolutional neural network that has shown excellent performance in image classification tasks.

Dataset

The dataset used for training and evaluation is a collection of images of traffic in urban areas, including cars, trucks, motorcycles, and bicycles. The dataset is divided into training, validation, and test sets to ensure proper model evaluation. The images in the dataset are labeled with their corresponding vehicle types.

Model Architecture

The model architecture used for vehicle classification is ResNet-50. ResNet-50 is a deep neural network architecture that has 50 layers and employs skip connections to address the vanishing gradient problem. It has been pretrained on a large dataset (such as ImageNet) and can be fine-tuned for specific tasks like vehicle classification.

Setup

To use the code in this repository, follow these steps:

  1. Clone the repository
    git clone https://github.com/your-username/vehicle-classification-resnet50.git
    cd vehicle-classification-resnet50
    
    
    
  2. Install the required dependencies
  3. Train the Model

note: You can take any dataset as per your needs , the model needs to be trained on the dataset of your choice

Results

After training the model on the provided dataset, we achieved an accuracy of 93.75% on the test set. The performance of the model can be further improved by fine-tuning hyperparameters, increasing the dataset size, or employing additional techniques such as data augmentation.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Feel free to contribute to this project by creating pull requests or opening issues. If you have any questions or suggestions, please contact the project maintainer.

resnet50's People

Contributors

steninkgeorge avatar

Watchers

 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.