SwimmingLiu / YOLOSHOW

YOLO SHOW - YOLOv10 / YOLOv9 / YOLOv8 / YOLOv7 / YOLOv5 / RTDETR GUI based on Pyside6
https://swimmingliu.cn/posts/diary/yoloshow
GNU Affero General Public License v3.0
271 stars 28 forks source link

Pyinstaller #17

Open yangkang121 opened 5 months ago

yangkang121 commented 5 months ago

想要打包成exe文件,可以说一下怎么打包嘛?自己打包总是出错

SwimmingLiu commented 5 months ago

我没有尝试过用pyinstall打包,毕竟携带pytorch,打包之后会非常臃肿。 如果是想在朋友的电脑运行,后续我可能会考虑出一款基于Web的YOLO可视化工具。 把YOLO检测功能放在云端,然后打开一个链接就可以使用了。

chenhongming commented 5 months ago

期待网页端的版本。

yangkang121 commented 4 months ago

可以可以,太棒了

201809040211杨康 @.***

 

------------------ 原始邮件 ------------------ 发件人: "SwimmingLiu/YOLOSHOW" @.>; 发送时间: 2024年5月24日(星期五) 上午9:28 @.>; @.**@.>; 主题: Re: [SwimmingLiu/YOLOSHOW] Pyinstaller (Issue #17)

想要打包成exe文件,可以说一下怎么打包嘛?自己打包总是出错

我打包好了,但是只能在自己电脑上用,其他电脑会报错,,我认为是pyside6打包不完全的问题,,可以交流一下打包吗?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

OpenAI-chn commented 4 months ago

因为这个错误 一直没法在其他电脑运行,,,因为自己电脑安装的有pyside,可以运行,应该是打包的问题

------------------ 原始邮件 ------------------ 发件人: "SwimmingLiu/YOLOSHOW" @.>; 发送时间: 2024年5月24日(星期五) 上午9:58 @.>; @.**@.>; 主题: Re: [SwimmingLiu/YOLOSHOW] Pyinstaller (Issue #17)

可以可以,太棒了

201809040211杨康 @.***

 

------------------ 原始邮件 ------------------ 发件人: "SwimmingLiu/YOLOSHOW" @.>; 发送时间: 2024年5月24日(星期五) 上午9:28 @.>; @.**@.>; 主题: Re: [SwimmingLiu/YOLOSHOW] Pyinstaller (Issue #17)

想要打包成exe文件,可以说一下怎么打包嘛?自己打包总是出错

我打包好了,但是只能在自己电脑上用,其他电脑会报错,,我认为是pyside6打包不完全的问题,,可以交流一下打包吗?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.> — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.>

OpenAI-chn commented 4 months ago

先邮箱联系吧:c_hd@foxmail.com

yangkang121 commented 4 months ago

好的

201809040211杨康 @.***

 

------------------ 原始邮件 ------------------ 发件人: "SwimmingLiu/YOLOSHOW" @.>; 发送时间: 2024年5月24日(星期五) 中午1:17 @.>; @.**@.>; 主题: Re: [SwimmingLiu/YOLOSHOW] Pyinstaller (Issue #17)

@.***

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

d16ntless commented 3 months ago

ModuleNotFoundError: No module named 'qfluentwidgets' PySide6-Fluent-Widgets的依赖包都安装了,怎么还这个报错呀大佬,捞捞

SwimmingLiu commented 3 months ago

ModuleNotFoundError: No module named 'qfluentwidgets' PySide6-Fluent-Widgets的依赖包都安装了,怎么还这个报错呀大佬,捞捞

pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install "PySide6-Fluent-Widgets[full]" -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install -U Pyside6 -i https://pypi.tuna.tsinghua.edu.cn/simple