BachiLi / diffvg

Differentiable Vector Graphics Rasterization
https://people.csail.mit.edu/tzumao/diffvg/
Apache License 2.0
902 stars 152 forks source link

How to render multiple images in a batch? #67

Open sjtuplayer opened 10 months ago

sjtuplayer commented 10 months ago

Thanks for your impressive work! I have a problem when rendering several paths at the same time. For example, when I have b=16 images to render, how can I render these 16 images in one step rather render them one by one? This parallelization would help accelerating the downstream works a lot. So, I'm looking forward to your help. Thanks again!