Annbless / DUTCode

Pytorch implementation of DUT: Learning Video Stabilization by Simply Watching Unstable Videos
243 stars 36 forks source link

full training code and data #26

Open Pengyuan-lab opened 9 months ago

Pengyuan-lab commented 9 months ago

Dear Xu,May I ask when the complete training code you mentioned earlier can be released? I am eager to learn about it,please!

Pengyuan-lab commented 9 months ago

Thanks,i'am get from your conment,and already train it!

Pengyuan-lab commented 7 months ago

作者你好,请问能给一下指标计算代码吗

Jerry-bear commented 6 months ago

@Pengyuan-lab 您好我有一个问题想要请教一下,就是在图像进入PWCnet之前要经过resize,但是他的width为448,hight为960,那这样不是相当于垂直方向拉长了这个图片吗,为什么要把这个作为网络输入。 image

Jerry-bear commented 4 months ago

作者你好,请问能给一下指标计算代码吗

您好,请问您现在有指标计算的代码了吗,如果有的话您是否愿意分享出来呢,我的邮箱为:nucwpy07036@foxmail.com。非常期待能得到您的回复

Bryson1234321 commented 1 month ago

@Pengyuan-lab 您好我有一个问题想要请教一下,就是在图像进入PWCnet之前要经过resize,但是他的width为448,hight为960,那这样不是相当于垂直方向拉长了这个图片吗,为什么要把这个作为网络输入。 image 他代码的这个地方是有问题的,在config文件里边设置的 宽448×高960,我认为应该是写反了(实际运行它的示例demo也是不正常的(视频被拉长)),示例demo输入图像是宽640×高360,把config文件(./DUTCode-main\configs\config.py)中的宽和高数值反一下就可以了。

huihuimaimaiti commented 1 month ago

Thanks,i'am get from your conment,and already train it!

Hello, about the format of train_kp_1.npy, train_op_1.npy. file, have you soloved this problem and trained successfully? Could you please tell me how to train? THANK YOU!!!!