shakibyzn / Iranian-vehicle-make-and-model-recognition

Vehicle make and model recognition (VMMR) using BVMMR dataset v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vehicle-make-and-model-recognition

Iranian vehicle make and model recognition (VMMR)


Table of Contents


Description

This project was assigned to me as my bachelor project in the Isfahan university of technology of Iran.
The project is named as Iranian vehicle make and model recognition (VMMR) using the BVMMR dataset v2 which was given to me by Dr. Mohsen Biglari from Shahrood University of Technology (SUT).

  • Firstly, I tried to make my dataset COCO compatible format for furthur stages of my coding implementation.
  • Mask R-CNN model is then applied to the dataset which was trained from scratch.
  • RetinaNet model was trained using the transfer learning method.
    Needless to say, due to dataset privacy agreement I cannot share the dataset here and I just show the model results.
    samples

Back To The Top

Techniques

  • Computer Vision (CV)
    • Object detection
    • Object recognition
    • Mask R-CNN
    • RetinaNet
    • Deep Learning

Back To The Top


License

MIT License

Copyright (c) [2020] [Shakib Yazdani]

Back To The Top


Author Info

Back To The Top

About

Vehicle make and model recognition (VMMR) using BVMMR dataset v2

License:MIT License


Languages

Language:Jupyter Notebook 100.0%Language:Python 0.0%