-
Notifications
You must be signed in to change notification settings - Fork 56
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
speed issue #14
Comments
hello bro ,did you solve this problem thanks for your replying |
@stu-GYULA @ZZZZZZHE Probably you need resize your image to a low resolution, like 240* 240 (in our experiments) or 320*320, etc. Image resolution will largely impact the speed. Also, you can turn off some save options in base.yaml to speed up, https://github.com/Picsart-AI-Research/LIVE-Layerwise-Image-Vectorization/blob/main/LIVE/config/base.yaml#L8C5-L11C16 |
LIVE progressively generates a svg from the raster image with path setting. I hard to find a trade off from speed and the quality of svg output. |
when I run the command 'python main.py --config config/base.yaml --experiment experiment_5x1 --signature smile --target figures/smile.png --log_dir log/', It takes about 15 minutes to generate the result svg. It need more time when processing my picture, about 12 minutes per path with the config of experiment_5x1.
Is that normal? How do I speed up the process. Thanks.
The text was updated successfully, but these errors were encountered: