QuanHao Guo

Results 27 issues of QuanHao Guo

![image](https://github.com/pdfminer/pdfminer.six/assets/49911294/e0200827-d1fb-49a3-b5a4-8cfbeee319f1) ![image](https://github.com/pdfminer/pdfminer.six/assets/49911294/52d1561e-8b60-4603-9431-5357cd05473e) why is seq int value [e02.pdf](https://github.com/pdfminer/pdfminer.six/files/13886029/e02.pdf)

type:anomaly
status: needs solution

能够提供requirements.txt吗,以便直到所使用的所有模块的版本

见https://github.com/PaddlePaddle/PaddleDetection/issues/8517 本次修改并测试的算子包括operators.py中的Mosaic,RandomDistort,AutoAugment autoaugment_utils.py中的policy_v3,其中带only的算子例如TranslateY_Only_BBoxes,ShearY_Only_BBoxes并未纳入本次训练进程的测试中 修改完成的数据增强,通过双3090在COCO数据集通过picodet训练10个epoch得到如下精度 ![截图 2023-08-13 11-55-08](https://github.com/PaddlePaddle/PaddleDetection/assets/49911294/e120ae19-d9a3-45be-b573-98e7b8983ed9) 其中数据读取yml文件如下 ``` worker_num: 0 eval_height: &eval_height 640 eval_width: &eval_width 640 eval_size: &eval_size [*eval_height, *eval_width] TrainReader: sample_transforms: - Decode: {} - Mosaic: prob: 1.0...

contributor

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question BatchRandomResize函数中target_size列表中的元素组合是[宽, 高]还是[高, 宽]

question

在使用`add_graph`后使用deepcopy出现`Dynamic-to-Static` ``` import paddle from copy import deepcopy from visualdl import LogWriter net = paddle.nn.Linear(10, 10) with LogWriter(logdir="./log/graph_test/") as writer: writer.add_graph( model=net, input_spec=[paddle.static.InputSpec([-1, 10], 'float32')], verbose=True) B = deepcopy(net) ```...

### Describe your problem Det and Rec models from paddleocr?

question

tensorflow==1.15.0 win10 platform AttributeError: module 'tensorflow_core.contrib' has no attribute 'gan' what should I do

Dear author, I want to know the KID value of ligth mode after 100w steps. Have you ever trained the light mode. ![A2B_0630000](https://user-images.githubusercontent.com/49911294/95649061-3fa29780-0b0e-11eb-94a1-a3f3de27dcb2.png) ![B2A_0630000](https://user-images.githubusercontent.com/49911294/95649470-171b9d00-0b10-11eb-97cd-1307a570bdd3.png) I train the light mode, at...