serviceberry3 / videopose3d_android

Porting this (https://github.com/facebookresearch/VideoPose3D) 3D human pose estimation model into Android for inference in the wild (on live video in real time). My goal is to use TfLite Posenet to get the 2D human keypoints and then feed them into the 3D model. Using PyTorch.
14 stars 3 forks source link

Replacing posenet over detectron2 #2

Open Thevakumar-Luheerathan opened 3 years ago

Thevakumar-Luheerathan commented 3 years ago

Are you able to successfully replace the detectron2 with posenet? Does it give a promising result? (I am trying to replace detectron2 with a speeder 2D estimation model)