DeepMosaics
DeepMosaics copied to clipboard
兄弟,可以把训练的方法大致写一下吗?我这有大量数据集
我这有大量数据集,可以简单的把训练方法和数据集生成简单说一下吗。我可以训练好了传给你。
哈哈我也想知道
强啊,老铁,我最近写一写。
我是想知道马赛克模型是用什么数据训练出来的
来了来了 https://github.com/HypoX64/DeepMosaics/blob/master/docs/training_with_your_own_dataset.md
对这数据集有兴趣(/滑稽)
求模型2333
can we use multiple GPUs for training?
what is this error when training the clean model?
Unable to init server: Could not connect: Connection refused Unable to init server: Could not connect: Connection refused
(train.py:27678): Gdk-CRITICAL **: 19:40:58.873: gdk_cursor_new_for_display: assertion 'GDK_IS_DISPLAY (display)' failed
what is this error when training the clean model?
Unable to init server: Could not connect: Connection refused Unable to init server: Could not connect: Connection refused
(train.py:27678): Gdk-CRITICAL **: 19:40:58.873: gdk_cursor_new_for_display: assertion 'GDK_IS_DISPLAY (display)' failed
It is not supported multiple GPUs now, and I guess your error may due to matplotlib .
import matplotlib
matplotlib.use('Agg')
thanks
我按照教学里的步骤还没能成功导出视频,图片测试成功,而且这边还没开始训练,因为最近比较忙
------------------ 原始邮件 ------------------ 发件人: "robertxchen66"<[email protected]>; 发送时间: 2020年7月1日(星期三) 上午7:20 收件人: "HypoX64/DeepMosaics"<[email protected]>; 抄送: "Subscribed"<[email protected]>; 主题: Re: [HypoX64/DeepMosaics] 兄弟,可以把训练的方法大致写一下吗?我这有大量数据集 (#5)
thanks
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
我有空测试一下短视频,训练还没开始做,我是用默认的训练集
------------------ 原始邮件 ------------------ 发件人: "robertxchen66"<[email protected]>; 发送时间: 2020年7月1日(星期三) 中午12:45 收件人: "HypoX64/DeepMosaics"<[email protected]>; 抄送: "幻极信息科技"<[email protected]>; "Comment"<[email protected]>; 主题: Re: [HypoX64/DeepMosaics] 兄弟,可以把训练的方法大致写一下吗?我这有大量数据集 (#5)
tried method 4 to make video datasets. After run your command, I got this end stopped. Do you know what's wrong? segment parameters: 12.4M
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
Tried method 4 but got an error: Bad media path! Any idea what I'm doing wrong? Seems like it won't run unless I feed it a media_path.
Tried method 4 but got an error: Bad media path! Any idea what I'm doing wrong? Seems like it won't run unless I feed it a media_path.
It may because I merge some codes without testing. I will fix it .