nisargptl / vehicle-recognition

This enables users to gather information about any vehicle and they can see the details in a matter of seconds. Snap a quick photo in the app and it will provide the details about the vehicle make, model, year, user ratings and starting retail price. In addition, it will provide this same information for the 2 closest competitors so a user can do some quick comparison shopping.
https://viris.herokuapp.com/
0 stars 1 forks source link

Ordering issue in CSV file and image dataset. #25

Closed sjdhola closed 3 years ago

sjdhola commented 3 years ago

There is ordering issue in car names in CSV file (For car names) and image dataset. So, due to which image prediction is not working properly. In CSV file (For car names), names are ordered by case sensitive and in image dataset names are not ordered by case sensitive. So, we have to make them same and do necessary changes in CSV file (For car names) to make them in same order.

201801196 commented 3 years ago

Car_names.csv

updated CSV file

khyatibhuva commented 3 years ago

Noted.