王新勇(Tacey Wong)
王新勇(Tacey Wong)
```bash ➜ gonvim ./gonvim.sh Qt WebEngine ICU data not found at /opt/Qt/5.10.0/gcc_64/resources. Trying parent directory... Qt WebEngine ICU data not found at /opt/Qt/5.10.0/gcc_64. Trying application directory... Installed Qt WebEngine locales...
The more we know about your system and use case, the more easily and likely we can help. #### Environment info * OS:Mojava MacOS * App Version (`Command/Ctrl + ,`):版本...
How to use this lib? Source code of example is Tutorial?
### Description a wails 2.6.0 project on Windows, execute `wails dev` in wails 2.8.2 on Mac will give this error ### To Reproduce 1. init a project using wails 2.6.0...
https://github.com/guofei9987/blind_watermark/blob/b68b14b6bd7da0ea33391183b62094a6463a2034/blind_watermark/bwm_core.py#L52 ```python self.img_YUV = cv2.copyMakeBorder(cv2.cvtColor(self.img, cv2.COLOR_BGR2YUV), 0, self.img.shape[0] % 2, 0, self.img.shape[1] % 2, cv2.BORDER_CONSTANT, value=(0, 0, 0)) ``` https://github.com/guofei9987/blind_watermark/blob/b68b14b6bd7da0ea33391183b62094a6463a2034/blind_watermark/bwm_core.py#L131 ```python # 之前如果不是2的整数,增加了白边,这里去除掉 embed_img_YUV = embed_img_YUV[:self.img_shape[0], :self.img_shape[1]] embed_img = cv2.cvtColor(embed_img_YUV,...
BUILD LEDE --- sed -i 's/192.168.1.1/192.168.31.1/g' package/base-files/files/bin/config_generate package/base-files/files/bin/config_generate正常修改了IP,但是刷入固件之后发现没生效