Python ANN not training [SOLVED]
Below is my code for the ANN in Python. It doesn't seem to want to train however.
As you can see by the code, the image conversion is a complicated mess.
I put lots of comments in the code.
Any ideas?
64x64 is not unreasonable, nor is 512x512. I am going to try to get more input images, but 4 classifications shouldn't be too little... I am thinking of the python opencv XOR ANN, which only has 4 classifications. I just did that the other day: https://github.com/sjhalayka/python_o...
yea, but that will fool you forever. it's not at all a realistic assumption / problem.
I also tried the same code (as much as possible) in C++, and it works:
https://github.com/sjhalayka/opencv_i...