QuanHao Guo

Results 27 issues of QuanHao Guo

本次更新实现了yolov5 v7.0的全新迁移,能够实现分类、分割、检测和各种格式模型的导出。 ☑ 多卡训练 ☑ 指定单卡训练和CPU训练 ☑ TensorRT ☑ ONNX ☑ OpenVIVO ☑ PaddleInference ☑ PaddleLite ☑ 断点续训 ☑ 自动下载模型 ☑ 自动下载数据集 ☑ 解决NMS过慢问题 ☑ 解决显存占用过高问题 ☑ benchmark ``` python...

Can you provide pretrained model

python main.py -i video_folder -m mean_face.npy -o out_folder -l landmarks_file -w smoothing_window -s scale --offset 0.11 0.336 0.155 usage: main.py [-h] [--scale SCALE] [--smoothing_window SMOOTHING_WINDOW] [--file_list [FILE_LIST]] [--offset OFFSET [OFFSET...

Does NDImageUtils.resize has the same result with cv2.resize? They all use bilinear by default. I got some diff between NDImageUtils.resize and cv2.resize

bug

When parsing the special characters from the PDF page with black text on a white background, I found that their color was white, making them invisible to the naked eye....

[test.pdf](https://github.com/pdfminer/pdfminer.six/files/14975319/test.pdf) fangsong font is parsed into garbled characters ![image](https://github.com/pdfminer/pdfminer.six/assets/49911294/f91fc154-7546-4610-94ed-9ffe663874dc) How can I make pdfminer support fangsong font