Picsart-AI-Research / LIVE-Layerwise-Image-Vectorization

[CVPR 2022 Oral] Towards Layer-wise Image Vectorization
https://arxiv.org/abs/2206.04655
Apache License 2.0
493 stars 51 forks source link

why it happen? #1

Closed songyiren98 closed 2 years ago

songyiren98 commented 2 years ago

Input image shape is: (240, 240, 3) => Adding [1] paths, [circle] ... Segmentation fault (core dumped)

ma-xu commented 2 years ago

@songyiren98 One of the possible reasons is the version of opencv. pip install opencv-python==4.5.4.60 # please install this version to avoid segmentation fault.

Could you please double-check the version? If it still does not work, could you please post your environments (like cuda, pytorch, etc) so that I help debug this problem?

songyiren98 commented 2 years ago

Thank you very much, I will check it.

ma-xu commented 2 years ago

@songyiren98 I will close this issue since no further discussions. Feel free to re-open it if necessary.