ZitongYu / CDCN

Central Difference Convolutional Networks (CVPR'20)
Other
553 stars 179 forks source link

有没有训练好的模型可以分享一下?训练起来很慢 #28

Closed SherwinXYW closed 2 years ago

SherwinXYW commented 4 years ago

有没有训练好的模型可以分享一下?我发现作者的代码训练起来很慢,主要是数据处理上费事,想看看有没有人有训练好的模型,谢谢分享,可以发我邮箱xuyao_wen@126.com epoch:109, Train: Absolute_Depth_loss= 0.0124, Contrastive_Depth_loss= 0.0041

[110] batch: 50, lr=0.000100, Absolute_Depth_loss= 0.0120, Contrastive_Depth_loss= 0.0039 batch_spend: 18.051 18.055 18.154 [110] batch:100, lr=0.000100, Absolute_Depth_loss= 0.0129, Contrastive_Depth_loss= 0.0043 batch_spend: 36.509 36.514 36.612 [110] batch:150, lr=0.000100, Absolute_Depth_loss= 0.0131, Contrastive_Depth_loss= 0.0042 batch_spend: 54.745 54.749 54.848

这三个时间分别是:(记录现在时间t0)读取数据 (时间1记录与t0的差)过网络 (时间2记录与t0的差)backward (时间3记录与t0的差)

22wei22 commented 3 years ago

您好,请问您方便分享一下得到人脸深度图的代码么?我使用的这个项目,不过我的一些图片检测不到人脸https://github.com/clks-wzz/PRNet-Depth-Generation 我的邮箱1334637558@qq.com

liuyuchen6666 commented 3 years ago

@22wei22 你好 请问你是怎么在OULU视频数据集上进行帧提取得到图片的呢?