You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use net->blob_by_name() function to get data pointer from network internal blobs.
I'm also interested in trying MTCNN with mini-caffe, but I still don't understand.
How can I replace it? using blob_by_name("input")?
also, input_blobs() return a vector of blobs, but blob_by_name returns a shared_ptr.
How should I use it?
Thanks!
mtcnn need net_input_blobs_ and net_output_blobs_ but minicaffe not include, how change to mtcnn?
The text was updated successfully, but these errors were encountered: