First time here? Check out the FAQ!
answered 2018-07-16 11:39:01 -0600
@szymonk, please compare compare both inputs: cv_blob and net.blobs['data'].data[...]. Does them similar or not? You may use np.max(np.abs(a - b)) for it.
cv_blob
net.blobs['data'].data[...]
np.max(np.abs(a - b))