DeepFace icon indicating copy to clipboard operation
DeepFace copied to clipboard

I want to change to c

Open sunjunlishi opened this issue 9 years ago • 0 comments

your code:out = net.forward_all(data=np.asarray([transformer.preprocess('data', scale_img)])) your code:def _Net_forward_all(self, blobs=None, *_kwargs): all_outs = {out: [] for out in set(self.outputs + (blobs or []))} for batch in self._batch(kwargs): outs = self.forward(blobs=blobs, *_batch)

   i can not understard

my:how to change to c++ code,like cnn->blob_by_name(layer); which layer is outMap--response map

sunjunlishi avatar Sep 03 '16 08:09 sunjunlishi