Open gsrujana opened 2 years ago
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