-
Notifications
You must be signed in to change notification settings - Fork 37
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
Running Video Capture Demo on Windows PC #13
Comments
Yes, this would be very helpful for testing the algorithm on various devices running Windows. |
Same here, using the jetson demo, it states |
The nano_demo is tested on Jetson Nano with TVM support. If you are using Jetson Nano, you could follow this guide to install TVM. If you are using other devices, @MemorySlices could you adapt the TVM demo to a PyTorch model one for a more general demo? |
@lmxyy Do you know if the models are CPU friendly? Do we "require" GPU to run them optimally? |
The model should be CPU-friendly, as we also include some results of Raspberry Pi and it only takes ~100ms. But if you directly run the PyTorch model using CPU, I think your result is reasonable, as the CPU backend is not well-optimized. |
Thank you, @lmxyy for the prompt response. |
You could try TVM to optimize your CPU backend. But I think this will cost your much more time... |
Hi @sushil-bharati would it be possible to share how you got it to run using the pytorch cpu backend? I tried doing
Thank you |
Hello, I'd like to ask why I can't find this scheduler in the sentence from scheduler import warmup designer in dist_train file. What's the reason? |
Hi,
Please ignore it and delete the corresponding import.
Best,
Yihan
731076467 ***@***.***> 于 2022年8月2日周二 上午11:03写道:
… Hello, I'd like to ask why I can't find this scheduler in the sentence
from scheduler import warmup designer in dist_train file. What's the reason?
—
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANUHL3R34OKYCFMODBK7RCLVXCFX3ANCNFSM54FEHHLA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hey there, could you provide some instruction on setting up and running inference using a webcam on a Windows PC?
I'm getting stuck at the 'tvm' part.
The text was updated successfully, but these errors were encountered: