TorontoDeepLearning / convnet

A GPU implementation of Convolutional Neural Nets in C++
BSD 2-Clause "Simplified" License
506 stars 229 forks source link

ImageDisplayerOCV #16

Open avdmitry opened 10 years ago

avdmitry commented 10 years ago

Hello, @nitishsrivastava

I implemented ImageDisplayer using OpenCV and tested it on mnist example with display & localizer true. I also removed CImg dependency and updated install file.

nitishsrivastava commented 10 years ago

@avdmitry Thanks for the pull request. I tested it and there are some issues:

avdmitry commented 9 years ago

@nitishsrivastava,

I took a look on these issues:

I'll test this code more and try implement convenient ImageDisplayer, if I can't, let keep current implementation.

avdmitry commented 9 years ago

@nitishsrivastava,

I switched to use 32FC3/32FC1 images and added normalization. There was bug, which, I think, was the cause of second issue. I fixed it, now code should work correct.