DeepMosaics icon indicating copy to clipboard operation
DeepMosaics copied to clipboard

兄弟,可以把训练的方法大致写一下吗?我这有大量数据集

Open 337529542 opened this issue 4 years ago • 14 comments

我这有大量数据集,可以简单的把训练方法和数据集生成简单说一下吗。我可以训练好了传给你。

337529542 avatar Mar 24 '20 13:03 337529542

哈哈我也想知道

FeverKing avatar Mar 25 '20 08:03 FeverKing

强啊,老铁,我最近写一写。

HypoX64 avatar Mar 28 '20 11:03 HypoX64

我是想知道马赛克模型是用什么数据训练出来的

wangx404 avatar Apr 27 '20 10:04 wangx404

来了来了 https://github.com/HypoX64/DeepMosaics/blob/master/docs/training_with_your_own_dataset.md

HypoX64 avatar Apr 28 '20 16:04 HypoX64

对这数据集有兴趣(/滑稽)

HongYang57 avatar May 22 '20 09:05 HongYang57

求模型2333

pipi32167 avatar Jun 09 '20 09:06 pipi32167

can we use multiple GPUs for training?

robertxchen66 avatar Jun 14 '20 22:06 robertxchen66

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

robertxchen66 avatar Jun 15 '20 02:06 robertxchen66

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') 

HypoX64 avatar Jun 29 '20 11:06 HypoX64

thanks

robertxchen66 avatar Jun 30 '20 23:06 robertxchen66

我按照教学里的步骤还没能成功导出视频,图片测试成功,而且这边还没开始训练,因为最近比较忙

------------------ 原始邮件 ------------------ 发件人: "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.

lukerss avatar Jul 01 '20 01:07 lukerss

我有空测试一下短视频,训练还没开始做,我是用默认的训练集

------------------ 原始邮件 ------------------ 发件人: "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.

lukerss avatar Jul 01 '20 05:07 lukerss

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.

domtkho avatar Aug 29 '20 17:08 domtkho

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 .

HypoX64 avatar Aug 30 '20 09:08 HypoX64