Yining Li

Results 165 comments of Yining Li

That would be great and thank you very much! @jin-s13 Could you please give some suggestions here?

你好,谢谢反馈。可以提供一下你使用的指令和config么,我们排查一下。

你这里用了一个正常的animal pose的模型,和一个dummy human pose的模型,后者只是为了显示人的bbox,对么?请问一下发生闪烁的是人的框,还是动物的框,还是两者都会呢?如果所有模型都用默认设置,会发生这种闪烁么?

我也观察到了这个现象,不过还没有找到原因。你可以试用一下我们的新版 webcam demo,应该是没有这个问题的。 https://github.com/open-mmlab/mmpose/tree/master/tools/webcam/configs/examples

是的,在新版本中部分 dataset 的 annotation 中只包含 bbox,而在 pipeline 中由 `TopDownGetBboxCenterScale` 生成 center 和 scale。我们更新了 model zoo 里的相关 config,但对用户自己的 config 可能会有 bc-breaking,因此我们在 v0.26.0 的 release note 里做了相关说明:https://github.com/open-mmlab/mmpose/releases/tag/v0.26.0 如果你用的是自己的 config,请参考上面 release note 中的说明,简单修改一下...

我们复现不了这个错误,可能需要请你提供一下你使用的 webcam config 和 model config

1. 请问这个报错是发生在旧版 `demo/webcam_demo.py`,还是新版 `tools/webcam/run_webcam.py`?如果是旧版报错,请试用新版 (https://github.com/open-mmlab/mmpose/tree/master/tools/webcam/configs/examples)。这里新版不是指 mmpose v0.26.0 版本,而是我们提供的一个新的 webcam 工具。 2. 如果还是报错,麻烦请提供一下 AnimalAirplaneDataset 的实现

类别数是由检测模型决定的。比如在demo默认的检测模型config中有 [`num_classes=80`](https://github.com/open-mmlab/mmpose/blob/04e57f8765c9489390e4af58f81085d383083da5/demo/mmdetection_cfg/ssdlite_mobilenetv2_scratch_600e_coco.py#L97)。你可能要check一下自己用的检测模型config

Could you please also check if this issue exists in other parts of mmpose?

@wusize CI failed. Please check the reason.