ai_robort

Results 102 comments of ai_robort

补充下: 我想能够修改paddleslim代码,希望还能为开源做点贡献。不知道如何解决无法从repo上git下来fluid\contrib\slim\quantization这部分代码进行修改的问题呢?

hello,anyone could help?

非常感谢,大佬 理解您的严格要求。不过能否把目前精度还可的版本打包发下? 或者有个稍微正式点的文档发下?尤其是一些细节的参数option 写清楚,多谢

hi, 请问下大佬 python3 tools/export_model.py -c configs/keypoint/tiny_pose/tinypose_128x96.yml -o weights=https://bj.bcebos.com/v1/paddledet/models/keypoint/tinypose_128x96.pdparams \TestReader.fuse_normalize=False 这个命令对吗? 应该改为什么呢? 大佬可以在这里issue里面把步骤 完整说一遍吗?以及版本问题,我follow 大佬一遍应该就ok了,可以吗? 第二, ![image](https://user-images.githubusercontent.com/8407513/178696224-7477b442-017d-4d3c-86d3-9848ece4b85b.png) 这个对于我选择采用 coco train的数据集还是 val的数据集有影响吗?对于map指标? BR

hi, 按照您的指示, ![image](https://user-images.githubusercontent.com/8407513/178715274-6f4b1292-eab7-4a2d-8246-3da25c5bd4c3.png) 评估的map指标越来越低,最后到了0附近了,不知道您怎么看? 您说的掉10个点的版本是在哪呢? 多谢 BR

1 唯一的改动就是我的coco 目录改了一下 ,纯粹为了能找到image 和 json ![image](https://user-images.githubusercontent.com/8407513/178893493-32e4e198-a2fc-40ad-bbed-015fcef4f06b.png) 你看下这样改有问题吗? 2 我的slim版本是2.3 git pull下来前天最新的。 detection2.4/release 也是前几天git pull下来最新的。 都是采用python setup.py install安装 还有哪里可能不匹配呢? 如果都匹配,那么log应该跟您给我的差不多 对吧?

1 最新进展 训练过程中的中间结果看起来ok的, ![image](https://user-images.githubusercontent.com/8407513/178898981-84143156-9416-4d1d-9cde-8effb4138879.png) 2 我怀疑就是你的这个tinypose的原始 model pdiparam 跟我的不一样,请问下如何导出你的这个模型,pdet的配置文件以及导出说明可以打包发下嘛? 多谢 备注:下面是我用的yml和权重文件,不知道哪里有问题呢? python3 tools/export_model.py -c https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.4/configs/keypoint/tiny_pose/tinypose_128x96.yml \ -o weights=https://paddledet.bj.bcebos.com/models/picodet_s_320_coco.pdparams

sorry 发错了,我用的确实是这个 1 python3 tools/export_model.py -c configs/keypoint/tiny_pose/tinypose_128x96.yml \ -o weights= https://bj.bcebos.com/v1/paddledet/models/keypoint/tinypose_128x96.pdparams --output_dir=output_inference_tinypose0714-ok 就是后面加了个保存路径,那我再export 试下哈 2 唯一的区别是 我运行qat 训练时,加了个保存目录 python3 run.py --config_path=./configs/tinypose_qat_dis.yaml --save_dir='./output0714/' 备注: 这是我转出来的tinypose128X96的模型文件,除了yml,其他三个为啥比你的看起来要大呢 ? [tinypose_128x96-lcl.zip](https://github.com/PaddlePaddle/PaddleSlim/files/9108898/tinypose_128x96-lcl.zip) 这是 我的 pdet 2.4...