Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

net.setinput error in Load Caffe framework models tutorial

Hello everyone,

I've installed Opencv3.4 on my computer (Windows 10 latest version, visual studio 2015), it worked without any problems until I come to the "Load Caffe frameworks models" tutorial. image description

The error appears at the line with net.setInput like showed by the figure. I have seen that it could occurs when an instance is not well declared but the line Net net = dnn::readNetFromCaffe(modelTxt, modelBin) is doing the job so I don't understand.

Thank you for your help.

net.setinput error in Load Caffe framework models tutorial

Hello everyone,

I've installed Opencv3.4 on my computer (Windows 10 latest version, visual studio 2015), it worked without any problems until I come to the "Load Caffe frameworks models" tutorial. image description

screenshot

The error appears at the line with net.setInput like showed by the figure. I have seen that it could occurs when an instance is not well declared but the line Net net = dnn::readNetFromCaffe(modelTxt, modelBin) is doing the job so I don't understand.

Thank you for your help.

net.setinput error in Load Caffe framework models tutorial

Hello everyone,

I've installed Opencv3.4 on my computer (Windows 10 latest version, visual studio 2015), it worked without any problems until I come to the "Load Caffe frameworks models" tutorial.

screenshot

The error appears at the line with net.setInput like showed by the figure. net.setInput:

Exception non gérée à 0x00007FF9A3E8B9DD (opencv_world340d.dll) dans ConsoleApplication1.exe : 0xC0000005 : Violation d'accès lors de la lecture de l'emplacement 0x0000000000000097.

I have seen that it could occurs when an instance is not well declared but the line Net net = dnn::readNetFromCaffe(modelTxt, modelBin) is doing the job so I don't understand.

Thank you for your help.

net.setinput error in Load Caffe framework models tutorial

Hello everyone,

I've installed Opencv3.4 on my computer (Windows 10 latest version, visual studio 2015), it worked without any problems until I come to the "Load Caffe frameworks models" tutorial.

The error appears at the line with net.setInput:

Exception non gérée à 0x00007FF9A3E8B9DD (opencv_world340d.dll) dans ConsoleApplication1.exe : 0xC0000005 : Violation d'accès lors de la lecture de l'emplacement 0x0000000000000097.

I have seen that it could occurs when an instance is not well declared but the line Net net = dnn::readNetFromCaffe(modelTxt, modelBin) is doing the job so I don't understand.

Thank you for your help.