無(wú)限想象空間,用Python就能玩的3D人體姿態(tài)估計(jì)
點(diǎn)擊上方“Jack Cui”,選擇“加為星標(biāo)”
第一時(shí)間關(guān)注技術(shù)干貨!

1
姿態(tài)估計(jì),一直是近幾年的研究熱點(diǎn)。
它就是根據(jù)畫(huà)面,捕捉人體的運(yùn)動(dòng)姿態(tài),比如 2D 姿態(tài)估計(jì):
自動(dòng)駕駛里,就用到了人體行為識(shí)別。

通過(guò)攝像頭捕捉追蹤人體的動(dòng)作變化,根據(jù)肢體動(dòng)作或變化角度判斷人體動(dòng)作行為,可用于無(wú)人車(chē)、機(jī)器人、視頻監(jiān)控等行為分析需求場(chǎng)景。
而這些的基礎(chǔ),就是人體的姿態(tài)估計(jì)。
再比如,虛擬形象。

2


# using a machine with a monitor to show output on screenpython -m demo.demo_bodymocap --input_path ./sample_data/han_short.mp4 --out_dir ./mocap_output# screenless mode (e.g., a remote server)xvfb-run -a python -m demo.demo_bodymocap --input_path ./sample_data/han_short.mp4 --out_dir ./mocap_output
# using a machine with a monitor to show outputs on screenpython -m demo.demo_handmocap --input_path ./sample_data/han_hand_short.mp4 --out_dir ./mocap_output# screenless mode (e.g., a remote server)xvfb-run -a python -m demo.demo_handmocap --input_path ./sample_data/han_hand_short.mp4 --out_dir ./mocap_output
# using a machine with a monitor to show outputs on screenpython -m demo.demo_frankmocap --input_path ./sample_data/han_short.mp4 --out_dir ./mocap_output# screenless mode (e.g., a remote server)python -m demo.demo_frankmocap --input_path ./sample_data/han_short.mp4 --out_dir ./mocap_output
感興趣的小伙伴,趕快試試吧!
3
推薦閱讀
讓圖片動(dòng)起來(lái),特朗普和蒙娜麗莎深情合唱《Unravel》
評(píng)論
圖片
表情
