fanqie03

Results 5 issues of fanqie03

version: ![image](https://user-images.githubusercontent.com/18724233/174698630-1fb1e36d-2aec-485f-bf28-d8dac6d93f53.png) machine learning config: ![image](https://user-images.githubusercontent.com/18724233/174699123-2a8ba045-8469-43e2-9dc8-7468b97ccfa3.png) action : ![动画1](https://user-images.githubusercontent.com/18724233/174699284-0fde5042-cc34-4a6f-be34-0eb926b04b87.gif) first interactive call ![image](https://user-images.githubusercontent.com/18724233/174699542-664d25dd-e56c-4f2a-82c6-dde0c717e89a.png) first interactive result ![image](https://user-images.githubusercontent.com/18724233/174699742-dcb3cca7-43db-4a74-9bce-5f4066a09ba6.png) second interactive call ![image](https://user-images.githubusercontent.com/18724233/174699479-ddf43f71-39df-47ab-a85a-9398c630fced.png) second interactive result ![image](https://user-images.githubusercontent.com/18724233/174699773-98c21815-4e7f-4e07-8f1b-4640b55621c2.png) third call ![image](https://user-images.githubusercontent.com/18724233/174699836-fc027199-7437-4b6d-b35c-d376c009bb77.png) third result...

problem
bounding boxes
ML

**Is your feature request related to a problem? Please describe.** When marking an elliptical object or other irregular object, it is often known that the rectangle is inaccurate after the...

feature
bounding boxes
images
labeling

I think it can add CMU Panoptic Studio datasets. What you means?

看到了 #371 ,想添加Mobilefacenets,折腾了一天,demo写出来了,但是结果不对,模型转换之后,输入全0,输出结果不一致 仓库:https://github.com/deepinsight/insightface/ 模型:https://github.com/deepinsight/insightface/wiki/Model-Zoo#34-mobilefacenetarcfacems1m-refine-v1 python代码: ```python from __future__ import absolute_import from __future__ import division from __future__ import print_function import numpy as np import mxnet as mx def do_flip(data): for...

bug

`result`是图片列表,要展示第一张图片还需要添加`[0]`,否则展示不了

contributor