edvardHua

Results 41 comments of edvardHua

@lovejoy 如果要用 request 来请求的话,需要在 tf serving 上加多一层 web 框架(例如:flask)才行。例子有空我会补充上,暂时你可以参考下面这篇文章: https://www.jiqizhixin.com/articles/tensorflow-simple-ml-serving

@nilboy I have the sam questions too.

这个项目假设输入的图片是单人的,且人占整个图片面积较大的前提下来筛选数据集的。 我在训练时没有用到 bbox,直接是图片 resize 输入进去训练,如果你是先用 bbox 裁剪图片后再训练的话,那么输入的比例改成人的比例或许会更好。 希望我的回答能帮到你。

1. It's need gaussian filter after output and then average the coordinates between the n-frames for reducing shake in real-time inference. 2. Indeed, it resulted low precision in keypoints regression....

Hi. mace 支持把 TF 固化后的模型转换,关于怎么转换可以去看 mace 的官方文档,我没有用过 caffe 转,所以你提的问题我可能并不是很清楚该如何解决。 On Apr 15, 2019, at 5:05 PM, chenloveheimei wrote: 你好,楼主. 我现在用的是android的mace.我想问你,你的模型是用tensorflow还是用caffe转的?还是说怎么生成能mace能用的模型? 我这边自己用caffe转,或者用onnx转,caffe报了一些错误,就是有些参数他找不到,比如density,scale什么的. onnx也是,clip找不到. 所以,我现在我想自己去生成一个人体姿态的mace模型,要怎么弄? 谢谢 — You are receiving this because...

这个你可以自行在验证集上测试精确度,也就是 PCKh 和 mAP 等值

If the dataset is available, i will update it next time.

Yep, blow is the list of plan. - [x] Code optimization. - [ ] New network structure support. (HRP, MobileNet V3) - [ ] New dataset support (face, hand, foot).

Indeed, the network architectures has a huge margin of improvement. We could follow the tips of paper [Convolutional Neural Networks at Constrained Time Cost](https://arxiv.org/abs/1412.1710) to optimize it.... But it takes...