happynear / caffe-windows

Configure Caffe in one hour for Windows users.
Other
1.32k stars 650 forks source link

Check failed: registry.count(type) == 1 (0 vs. 1) Unknown layer type: Input<known types: > #263

Open kelvinquan opened 6 years ago

kelvinquan commented 6 years ago

Good Day,

I have managed to build the caffe-windows lib under the release mode using VS2015 (with CPU only). I downloaded a VGG Deep Face Model (for caffe) via the following link:

http://www.robots.ox.ac.uk/~vgg/software/vgg_face/

However, as I run the program, I ran into the error as stated above. I have read through you FAQ.md but I realized that there are various differences (ie) do not have the cafelib project and force_link.cpp in the current version.

Would be great if you could advice me on solving the above issue.

Thanks

Regards Kelvin