-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example using mmyolo and yolo-pose #1934
Comments
Due to license issues, we will not support YOLO-related algorithms. |
further discussion in open-mmlab/mmyolo#136 |
I made one yolox-pose based on mmyolo. https://github.com/Bovey0809/mmyolo-pose |
现在可以支持yolov5、yolov8么?我这报错,KeyError: 'YOLOv5KeepRatioResize is not in the transform registry. Please check whether the value of |
可以试下 inferencer: python demo/inferencer_demo.py tests/data/coco/000000197388.jpg --pose2d human \
--det-model ../../repos/mmyolo/configs/yolov5/yolov5_m-v61_syncbn_fast_8xb16-300e_coco.py \
--det-weights https://download.openmmlab.com/mmyolo/v0/yolov5/yolov5_m-v61_syncbn_fast_8xb16-300e_coco/yolov5_m-v61_syncbn_fast_8xb16-300e_coco_20220917_204944-516a710f.pth \
--vis-out-dir vis_results/yolo |
这个是测试yolov5还是?我这边目前是用的yolov8 |
上面这个命令是调用 yolov5 的例子,你可以换成 yolov8 的 config 和 checkpoint |
mmpose 是master分支么,还是我现在的dev-1.x 也支持呢? |
请问这个检测器有多个类别的话,在哪进行过滤呢(只选择行人) |
Is there an example using YOLO-POSE in mmpose?
If not, what about any recent YOLO backbone.
Could you please discuss if that will happen in the future?
Any tip or advice on how to do so is highly appreciated.
Thanks a lot for providing & maintaining this awesome codebase, model zoo, and benchmark.
The text was updated successfully, but these errors were encountered: