neokt / car-damage-detective

Assessing car damage with convolution neural networks for a personal auto claims expedition use case
205 stars 113 forks source link

some functions are missing #5

Open jiangxiluning opened 6 years ago

jiangxiluning commented 6 years ago

Hello, where can I find one argument version of car_categories_gate ?

number2, bad_list2 = car_categories_gate(cat_list2)

And Where can I get these models?

second_gate = load_model('static/models/d1_ft_model.h5')
print( "Second gate loaded")
location_model = load_model('static/models/d2_ft_model.h5')
print( "Location model loaded")
severity_model = load_model('static/models/d3_ft_model.h5')

There are some bugs in the code, I was struggling to handle them.

asharsid commented 6 years ago

Same question here. Where to find cat_list2. Did you figured it out ? Also, I was not able to locate data0. Any help ?

AnkBurov commented 6 years ago

Nah, without models the project is unusable.

martiniken commented 6 years ago

I have the same problem. Have you ever received an anwer on this?

Or do you know any similar Github project? Thank you very much!

EelcoWiechert commented 6 years ago

I also would like to know if this issue was solved. Received the same error message.

soufianesabiri commented 5 years ago

What version of Python did you use guys...

andreabengana commented 4 years ago

run the .ipynb files, they export all of the models that are missing

Vikrant-Deshmukh commented 4 years ago

run the .ipynb files, they export all of the models that are missing

Can you please run the file and provide the exported models?I,m having some issues running the files.

Hima726 commented 4 years ago

Have you guys fixed that issue?