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

Can I implement PSP net on FPGA? #78

Open
KevinRyu opened this issue Mar 16, 2018 · 3 comments
Open

Can I implement PSP net on FPGA? #78

KevinRyu opened this issue Mar 16, 2018 · 3 comments

Comments

@KevinRyu
Copy link

Can I also make this network to run on real-time video stream?

@ThienAnh
Copy link

Yes.
First step, you must init network(Will take some second).
Step2: Using loop for each frame and call Predict (Each frame will take ~0.1-0.2ms)

Note: Using GPU, not CPU

@KevinRyu
Copy link
Author

KevinRyu commented Mar 31, 2018 via email

@ThienAnh
Copy link

You must using GPU for Test phase (Predict).

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