Zhengyao Wen

Results 8 issues of Zhengyao Wen

There is an error with bounding boxes' coordinates,when some of coordinate values become 65535. So, we can open the file named "minibatch.py" , find the line: ```python gt_boxes = np.empty((len(gt_inds),...

### 🐛 Describe the bug Hello, I am trying to test the error cases using the postman toolkit. In the cases, I send the same wrong params continuously, however, only...

bug
p0

It cost 100 ms on one GPU by Tesla P100 . How can i do to speed up the infer?

您好, 最近在使用字节提供的IconPark图标, 也支持js的导入方式. 但是导入图标后, 发现color和colors参数只能改变填充颜色, 无法修改图标的描边颜色(一直都是黑色的), ![image](https://user-images.githubusercontent.com/19516208/174463642-454be06f-afb9-43db-8c79-f65bb0339450.png) 以下是图标对应的xml代码: ``` svgXml = ''' '''; break; ```

作者好, 我尝试用 `./tools/infer/predict_system.py` 来串联识别英文, 检测模型用的是`en_ptocr_v3_det_infer.pth`, 识别模型分别试用了`en_ptocr_v3_rec_infer.pth` 和 `en_number_mobile_v2.0_rec_infer.pth`, 但是返回的结果都是中文~ ``` dt_boxes num : 2, elapse : 0.0470426082611084 rec_res num : 2, elapse : 0.06331539154052734 Predict time of ../tess_train/data/1.jpg: 0.112s 房韵,...

你好, 感谢您分享的pytorch版ppocr模型. 想说能否提供torchserve的部署方案和文档呢?

Hello,I try to add Parallel in train.py (cus train_dist.py can't really work fine on my cluster) by add DataParallel function and move the optim under net ``` net.to(device) net =...

Hello, author! I try get the current route from a `Navigator` widget, but it always return the route name of root. ``` Navigator( key: Get.nestedKey(1), initialRoute: '/home', onGenerateRoute: (settings){ print(settings);...