Ali Darwish, Ph.D.

Results 45 comments of Ali Darwish, Ph.D.

Same issue here as @wobeert described. It didn't change even after 622000 steps. See below ![image](https://user-images.githubusercontent.com/10216145/42135614-2e2830ec-7d1b-11e8-9263-8a58300f73e6.png)

I fixed it! I introduced a bug by mistake to the original code when I was creating multigpu version for gpu keras. Thanks!

Changing "-D_GLIBCXX_USE_CXX11_ABI=0" to "-D_GLIBCXX_USE_CXX11_ABI=1" worked for me.

Same error here, have you fixed it @yculcarnee ?

The problem is that the passed list has two elements only. commenting out that line should work for now.

Check out this repository , it has cv2 v3 support https://github.com/toinsson/CMT All what you have to do is this if cv2.__version__ < 3.0: self.detector = cv2.FeatureDetector_create(self.DETECTOR) self.descriptor = cv2.DescriptorExtractor_create(self.DESCRIPTOR) self.matcher...

Thank you for your quick response and for helping out. This is all what I'm getting Segmentation fault (core dumped) I've tested it in python 2 and 3, didn't work.

Hi Peeranat, I'll try to answer your question base on the little information that you have provided. Lets start with the performance that you see when you test your classifier...