TransPose icon indicating copy to clipboard operation
TransPose copied to clipboard

How to run this network with camera video?

Open gsrujana opened this issue 3 years ago • 1 comments

Has this been tested on live cam feed or for realtime apps? Thanks

gsrujana avatar Jan 24 '22 22:01 gsrujana

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

yangsenius avatar Jan 25 '22 03:01 yangsenius