Human Pose Estimator

Example flow for human pose estimation

screenshot

This flow uses the human pose estimator deep learning model from the IBM Model Asset Exchange to detect humans in an image and estimate the pose for each person.

Requirements

[{"id":"33c6b926.c18d46","type":"tab","label":"Pose Estimator","disabled":false,"info":"This flow uses the [human pose estimator](https://developer.ibm.com/exchanges/models/all/max-human-pose-estimator/) deep learning model from the IBM Model Asset Exchange to detect humans in an image and estimate the pose for each person.\n\n## Requirements\n\n - [node-red-contrib-model-asset-exchange](https://flows.nodered.org/node/node-red-contrib-model-asset-exchange)\n - [node-red-contrib-image-tools](https://flows.nodered.org/node/node-red-contrib-image-tools)\n "},{"id":"830ab5b7.9c4fa8","type":"comment","z":"33c6b926.c18d46","name":"Detect humans in an image and estimate the pose for each person","info":"","x":280,"y":40,"wires":[]},{"id":"4c7adfc8.2d6b7","type":"human-pose-estimator","z":"33c6b926.c18d46","service":"f3c75f96.82c8d","method":"predict","passthrough":false,"annotated_input":true,"predict_body":"","predict_bodyType":"str","name":"","x":600,"y":100,"wires":[["4739dacb.dfddac"]]},{"id":"b83bcf4a.1966b8","type":"inject","z":"33c6b926.c18d46","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":120,"y":100,"wires":[["aed4175e.080948"]]},{"id":"3205f783.d99608","type":"image viewer","z":"33c6b926.c18d46","name":"","width":"400","data":"payload","dataType":"msg","x":110,"y":160,"wires":[[]]},{"id":"aed4175e.080948","type":"http request","z":"33c6b926.c18d46","name":"","method":"GET","ret":"bin","paytoqs":false,"url":"https://upload.wikimedia.org/wikipedia/commons/d/dd/Animal_locomotion._Plate_62_%28Boston_Public_Library%29.jpg","tls":"","persist":false,"proxy":"","authType":"","x":310,"y":100,"wires":[["4c7adfc8.2d6b7","3205f783.d99608"]]},{"id":"4739dacb.dfddac","type":"image viewer","z":"33c6b926.c18d46","name":"","width":"400","data":"annotatedInput","dataType":"msg","x":550,"y":160,"wires":[[]]},{"id":"f3c75f96.82c8d","type":"human-pose-estimator-service","z":"","host":"https://max-human-pose-estimator.codait-prod-41208c73af8fca213512856c7a09db52-0000.us-east.containers.appdomain.cloud","name":"cloud"}]

Collection Info

Flow Info

Created 5 years, 10 months ago
Rating: not yet rated

Owner

Actions

Rate:

Node Types

Core
  • comment (x1)
  • http request (x1)
  • inject (x1)
Other

Tags

  • IBM
  • pose
  • estimation
Copy this flow JSON to your clipboard and then import into Node-RED using the Import From > Clipboard (Ctrl-I) menu option