Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run this network with camera video? #28

Open
gsrujana opened this issue Jan 24, 2022 · 1 comment
Open

How to run this network with camera video? #28

gsrujana opened this issue Jan 24, 2022 · 1 comment

Comments

@gsrujana
Copy link

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

@yangsenius
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants