jasonchenPJ

Results 5 comments of jasonchenPJ

Thanks for your reply. In current implementation, does it mean the **_zero_point_from_min_** will be 127.5 or 127.49999 at different desktop? It will directly affect the result of fake_quan. Actually, I...

我使用新版insightface(0.3.5)進行測試, 模型部分下載過 "antelope" 與 ""antelopev2",搭配底下BFM.m/BFM_UV.mat檔案 BFM.m: https://drive.google.com/file/d/1In3O2FF9CwuzNBUS83u441qo7OFr0273/view?usp=sharing BFM_UV.mat: https://drive.google.com/file/d/1SL0HanE4yUkU94qEG0vQBDPbGBxarLmO/view?usp=sharing 測試程式碼如下: tool = MaskRenderer() tool.prepare(ctx_id=0, det_size=(128,128)) image = cv2.imread("./Tom_Hanks_54745.png") mask_image = "mask_blue" params = tool.build_params(image) mask_out = tool.render_mask(image, mask_image, params) cv2.imwrite('output_mask.jpg',...

Hi @aangfanboy Thank you for your reply. I have successfully run the non-gui mode now. About the gui mode, would you have any suggestions ? Thanks

Hi @luvwinnie Did you solve the issue? I am also curious how to get the white and black colored image. I get the "red" image when awb=auto ![image](https://user-images.githubusercontent.com/47911137/121621949-aca46d80-ca9f-11eb-9def-5a72357862e2.png) but i...