Skip to content

nithiroj/car-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Car Recognition

Dependencies

All dependencies are already installed in CoLab. If you want to run notebook on your local system, you need to install these dependencies first.

Usage

Train

Run train.ipynb on Google Colab by clicking the badge. Open In Colab

In CoLab, during training model, you may find warning "Buffered data was truncated after reaching the output size limit." because there is a limited memory for displaying output on colab. However, the machine keeps running in the background and the output is processed but it is not displayed because of the buffered limit. You will still get your desired output.

Test

Run test.ipynb on Google Colab by clicking the badge. Open In Colab

Test acc:

90.21%

Demo

Run demo.ipynb on Google Colab by clicking the badge. Open In Colab