SciSharp / SciSharp-Stack-Examples

Practical examples written in SciSharp's machine learning libraries
http://scisharpstack.org
Apache License 2.0
319 stars 103 forks source link

CNN in your own data #5

Closed pepure closed 4 years ago

pepure commented 4 years ago

Convolutional Neural Network classifier for Local Classify Images.

Oceania2018 commented 4 years ago

@pepure Appreciate for your contribution. Can you also upload a screenshot for the running result?

pepure commented 4 years ago

some problem in opencvsharp4 : image I use EmguCv.dll , these code following is OK: image but I use Opencvsharp4 by NuGet , some errors occur: image

pepure commented 4 years ago

bug fiix , running ok now~ image image image

Oceania2018 commented 4 years ago

@pepure Looks awesome, last piece, could you please add your example link in the ReadMe?

image

pepure commented 4 years ago

ok, link add : image

Oceania2018 commented 4 years ago

Thanks, your example will benefit many developers.

itzukah commented 4 years ago

Amazing!! Thanks for the update..