Jay Xu

Results 4 comments of Jay Xu

sudo apt install fonts-wqy-microhei fonts-wqy-zenhei 多谢大牛, 更换字体后, 重启微信, 中文小方块就好了

> 在Ubuntu系统下面测试pytorch_infer调用摄像头会遇到下面的报错: > FaceMaskDetection/utils/anchor_decode.py", line 21, in decode_bbox > predict_center_x = raw_outputs_rescale[:, :, 0:1] * anchors_w + anchor_centers_x > ValueError: operands could not be broadcast together with shapes (1,5456,1) (1,11000,1)...

> 是的,这个代码将输入限定到(260, 260)了。如果您要用360,需要将anchor size也改成对应的大小, > `feature_map_sizes = [[33, 33], [17, 17], [9, 9], [5, 5], [3, 3]] ` > 改成 > `feature_map_sizes = [[45, 45], [23, 23], [12, 12], [6,...

Client: MacBookPro, Chrome