Git Product home page Git Product logo

Comments (5)

jin-s13 avatar jin-s13 commented on August 23, 2024

The demo codes for bottom-up models are not available for the time being. We will add it soon.
See #29

from mmpose.

gachiemchiep avatar gachiemchiep commented on August 23, 2024

@jin-s13 Thank you for your information.

from mmpose.

Xxxia96 avatar Xxxia96 commented on August 23, 2024

Hello guys.
Thank you for your great contribution.

I tried some top-down method (model zoo by using the scripts inside mmpose/demo, and it works well.

Unfortunately, I can't run the bottom-up model yet.
Do you guys have any clue how to do this?

Thank you.

Hello, I want to know the test model that you used for mmpose/demo is the model downloaded from the model_zoo ? I download the model from the https://mmpose.readthedocs.io/en/latest/model_zoo.html , but some errors occur and I don't know why. @jin-s13 I will feel very grateful if you can help me.
python demo/img_demo.py \ configs/top_down/hrnet/coco/hrnet_w32_coco_256x192.py \ hrnet_w32_coco_256x192/hrnet_w32_coco_256x192-c78dce93_20200708.pth \ --img-root tests/data/ --json-file tests/data/test_coco.json \ --out-img-root demo/results
图片1

from mmpose.

gachiemchiep avatar gachiemchiep commented on August 23, 2024

@xuxixia
I used the video_demo_with_mmdet.py. Here're the commands.
I didn't meet any error similar to yours.

# pose_scnet_50
python demo/video_demo_with_mmdet.py     ../mmdetection/configs/ssd/ssd300_coco.py     ../checkpoints/mmdetection/ssd/ssd300_coco_20200307-a92d2092.pth     configs/top_down/scnet/coco/scnet50_coco_256x192.py     ../checkpoints/mmpose/top-down/scnet50_coco_256x192-6920f829_20200709.pth     --video-path ../../examples/girl_dancing_30secs.mp4  --show --out-video-root ./

# pose_hrnet_w32 256x192: .. 
python demo/video_demo_with_mmdet.py     ../mmdetection/configs/ssd/ssd300_coco.py     ../checkpoints/mmdetection/ssd/ssd300_coco_20200307-a92d2092.pth configs/top_down/hrnet/coco/hrnet_w32_coco_256x192.py     ../checkpoints/mmpose/top-down/hrnet_w32_coco_256x192-c78dce93_20200708.pth     --video-path ../../examples/girl_dancing_30secs.mp4  --show --out-video-root ./

# pose_resnet_50 256x192
python demo/video_demo_with_mmdet.py     ../mmdetection/configs/ssd/ssd300_coco.py     ../checkpoints/mmdetection/ssd/ssd300_coco_20200307-a92d2092.pth configs/top_down/resnet/coco/res50_coco_256x192.py     ../checkpoints/mmpose/top-down/res50_coco_256x192-ec54d7f3_20200709.pth      --video-path ../../examples/girl_dancing_30secs.mp4  --show --out-video-root ./

from mmpose.

Xxxia96 avatar Xxxia96 commented on August 23, 2024

@xuxixia
I used the video_demo_with_mmdet.py. Here're the commands.
I didn't meet any error similar to yours.

# pose_scnet_50
python demo/video_demo_with_mmdet.py     ../mmdetection/configs/ssd/ssd300_coco.py     ../checkpoints/mmdetection/ssd/ssd300_coco_20200307-a92d2092.pth     configs/top_down/scnet/coco/scnet50_coco_256x192.py     ../checkpoints/mmpose/top-down/scnet50_coco_256x192-6920f829_20200709.pth     --video-path ../../examples/girl_dancing_30secs.mp4  --show --out-video-root ./

# pose_hrnet_w32 256x192: .. 
python demo/video_demo_with_mmdet.py     ../mmdetection/configs/ssd/ssd300_coco.py     ../checkpoints/mmdetection/ssd/ssd300_coco_20200307-a92d2092.pth configs/top_down/hrnet/coco/hrnet_w32_coco_256x192.py     ../checkpoints/mmpose/top-down/hrnet_w32_coco_256x192-c78dce93_20200708.pth     --video-path ../../examples/girl_dancing_30secs.mp4  --show --out-video-root ./

# pose_resnet_50 256x192
python demo/video_demo_with_mmdet.py     ../mmdetection/configs/ssd/ssd300_coco.py     ../checkpoints/mmdetection/ssd/ssd300_coco_20200307-a92d2092.pth configs/top_down/resnet/coco/res50_coco_256x192.py     ../checkpoints/mmpose/top-down/res50_coco_256x192-ec54d7f3_20200709.pth      --video-path ../../examples/girl_dancing_30secs.mp4  --show --out-video-root ./

Okay. Thanks for your reply. And I will check my code again and go to further find whether some details go wrong.

from mmpose.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.