Ask Your Question
1

OpenCV 4.x and DNNs

asked 2018-05-22 10:57:08 -0600

sjhalayka gravatar image

updated 2018-05-22 14:13:16 -0600

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.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
3

answered 2018-05-22 12:01:04 -0600

dkurt gravatar image

@sjhalayka, If the question is about training deep learning networks in OpenCV, you may find several threads with similar discussions. In example, https://github.com/opencv/opencv/issu.... In short words, we already have a lot of training frameworks. Some of them support distributed training. However still there are challenges how to make deep learning networks run fast in limited resources and OpenCV tries to solve this problem at first. As reducing top hardware requirements (https://github.com/opencv/opencv/pull...) as improving an efficiency using different computational backends and devices (https://github.com/opencv/opencv/wiki...).

edit flag offensive delete link more

Comments

1

OK, thank you!

sjhalayka gravatar imagesjhalayka ( 2018-05-22 12:18:59 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2018-05-22 10:57:08 -0600

Seen: 439 times

Last updated: May 22 '18