Car-Recognition icon indicating copy to clipboard operation
Car-Recognition copied to clipboard

Car Recognition with Deep Learning

Results 14 Car-Recognition issues
Sort by recently updated
recently updated
newest added

Hello, Can you please update in Requirments file what versions did you use? (last versions does not work) thanks

(yolov4-gpu) C:\Users\rasika.gurav\Downloads\Car-Recognition-master\Car-Recognition-master>python train.py 2022-01-04 15:52:42.586437: W tensorflow/stream_executor/platform/default/dso_loader.cc:60] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found 2022-01-04 15:52:42.600185: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have...

It can be used 8 to 10 minutes just in this step(model.predict),I do not know the reason ,who can help me. my environment is anaconda+tensorflow1.14+keras2.2.5+CUDN10+cuDNN7.4+windows10,no visual studio(is the reason?) Hope...

Hi, @foamliu I want to test this model into mobile can you help me how to convert it in tflite model ?

I have run the train.py, but it show me that: ValueError: Negative dimension size caused by subtracting 3 from 2 for '{{node max_pooling2d/MaxPool}} = MaxPool[T=DT_FLOAT, data_format="NHWC", ksize=[1, 3, 3, 1],...

Hello, My coworker and I were trying to run analyze.py and received the following error: Traceback (most recent call last): File "analyze.py", line 106, in y_pred, y_test = predict('data/valid', model)...

I am exploring the Car-Recognition code and started executed on Jetson Nano. I got following error when i execute train.py even though i have reduced batch_size to 2 from 16....

How can we find the testing accuracy? I ran the following code y_pred, y_test = predict('/content/gdrive/My Drive/Car-Recognition/data/test', model) acc = calc_acc(y_pred, y_test) print("%s: %.2f%%" % ('acc', acc * 100)) where...

Hi @foamliu How i can add own car? I not able to edit/change of [these files](https://github.com/foamliu/Car-Recognition/tree/master/devkit). Can you help me with this? Thanks

Hi, Firsty, I would like to thank you for the awesome work you have been contributing towards open-source for car-model detection. I have been getting the following error while running...