sunjunlishi
sunjunlishi
how to use server in a child thread? using thread.detatch Don't block the main process
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)...
your code is very cool!Few people have found this treasure of yours。 You have a 26-dimensional expression coefficient estimate。 I have an idea: A person had two pictures, one with...
Runtime on CPU Memory footprint during inference 97.32% (mean classification accuracy) 250FPS (frames per second) is it information about caffe?
https://github.com/honghuCode/mobileFacenet-ncnn/blob/master/mobilefacenet.param 这个模型的效果真不错; 对应的 caffe prototxt文件有吗,有对应的github地址?
0.4780026376247406, 0.4835210144519806, 0.5509162545204163, 0.48252543807029724, 0.5132749676704407, 0.5225926637649536, 0.48090100288391113, 0.5479575395584106, 0.5494935512542725, 0.5477547645568848
raceback (most recent call last): File "src/run/predict.py", line 22, in from src.visualize.render_mesh import render_uvm #render_face_orthographic, File "/workspace/SADRNet/./src/visualize/render_mesh.py", line 16, in r = pyrender.OffscreenRenderer(CROPPED_IMAGE_SIZE, CROPPED_IMAGE_SIZE) File "/usr/local/lib/python3.8/dist-packages/pyrender/offscreen.py", line 31, in __init__...
labels = np.concatenate((label, regression_box, landmark), axis = 1) with h5py.File(train_file_path, 'w') as f: f['data'] = a f['labels'] = labels f['regression'] = regression_box f['landmark'] = landmark there are no need to...