Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

OpenCV 4.x and DNNs

Will OpenCV 4.x allow you to create a DNN from scratch, instead of having to import its neurons and weights from a file?

OpenCV 4.x and DNNs

Will OpenCV 4.x allow you to create a DNN from scratch, instead of having to import its neurons and weights from a file?

Also, I was wondering why the standard MLP ANN cannot do the cat and dog problem well. I tried to use multiple hidden layers, to no avail. What makes a DNN different than the MLP ANN? I have endeavoured to learn TensorFlow come hell or high water. Hopefully I'm smart enough.