-
Notifications
You must be signed in to change notification settings - Fork 140
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 is your web version background deployed? #9
Comments
Most of the time is spent in inference. |
I use a single GPU (P 100) for inference |
Most of the time is spent on shadow synthesis. In our online system, the shadow is composed of sketch images. To speed up the reading and writing time, we save the sketch as a binary file. In this version, each sketch image needs to be reconstructed by the corresponding decoder. So more time is needed. Saving these images in advance can save a lot of time. Hope it can help you. |
|
I use flask for deployment, and the infer time is very slow, one second at a time
The text was updated successfully, but these errors were encountered: