You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @gsrujana, this has not yet been tested on a live camera feed.
But there is a good open source based on video cam, HRNet and yolov3. You can replace some code in that repo, by loading the TransPose-R or TransPose-H model, such as using self.model = torch.hub.load('yangsenius/TransPose:main', 'tpr_a4_256x192', pretrained=True) in this code line
Has this been tested on live cam feed or for realtime apps? Thanks
The text was updated successfully, but these errors were encountered: