car model identification using image processing

2 ビュー (過去 30 日間)
maimoona rizwan
maimoona rizwan 2018 年 11 月 19 日
回答済み: Mark Sherstan 2018 年 11 月 19 日
i am going to do "car identification" in my final year project ,which works like someone take a random picture of a car and the program is going to tell about the specification of car,its model company,family,and in which colors it is available. it can only possible with a picture of front or back side of car. i want to know if this is suitable or big enough for FYP, or it is very complex. And it can be done in 8 months or not.
its not a commercial or sponsored project

回答 (1 件)

Mark Sherstan
Mark Sherstan 2018 年 11 月 19 日
Hello, this is a good project! It is more machine / deep learning than image processing though. I did a similar project for one of my classes but it was only four months long. I basically had a webcam detect, track, and then identify objects moving across the cameras field of view. You can find code and more information here.
Just thinking of your project quickly I would look at AlexNet and do transfer learning on a dataset of cars. From there I would associate those images with some sort of data bank that has all the information like color, make, etc...
If you find it to easy or finish after four months there is lots you can add to the project to make it more complex. For example making a better classifier or your own CNN, optimizing computing time with the Parallel Toolbox (building your classifier is very computationally intensive), or even building a GUI to make it more user friendly.
If you have any other questions let me know but you can bring this information to your professor to see if its inline with your course objectives but I certainly think you can turn this into a great final year project.

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

製品


リリース

R2009b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by