Tunanzzz
Tunanzzz
### **code:** ``` from psd2svg import psd2svg from psd_tools import PSDImage psd_file = "/home/zhoupc/template-photoshop/data/fo/test.psd" psd = PSDImage.open(psd_file) print(psd2svg(psd[1])) ``` then i get: 矩形 1 ### **This svg's info is a...
### Question train.md的脚本只是训练三个阶段的脚本,如何使用自己的数据集微调已经预训练出的第三个阶段的模型
1.   2.   The code is : `print(layer.text, layer.engine_dict['StyleRun'])` Is this due to the unit issue in Photoshop? Why are the values different from what I see...
**Describe the bug** The psd info is:  But i get:  ```python image = layer.composite(force=True) ``` Is because there are 2 Stroke?
now, i can get the type of subpath, and the number of subpath in a shape layer by this code. `for subpath in paths: anchors = [(knot.anchor[1] * layer.width, knot.anchor[0]...
**Describe the bug** Opening PSD files smaller than 50MB works fine, but encountering errors when opening PSD files larger than 50MB. ```python psd_file = "/home/zhoupc/template-photoshop/data/fo/subheading/14.psd" psd_file = PSDImage.open(psd_file) print(len(psd_file._layers)) ```...
### Required prerequisites - [x] I have read the documentation . - [x] I have searched the [Issue Tracker](https://github.com/PKU-Alignment/align-anything/issues) and [Discussions](https://github.com/PKU-Alignment/align-anything/discussions) that this hasn't already been reported. (+1 or comment...