Junyang Wu

Results 13 comments of Junyang Wu

The same problem...

The same question, did you fix it?

@jialongLiu I found that If I use Linux PC, it is OK to running demo.py, however, when I use SSH connection, It fails. I think it is the problem of...

您好,非常感谢公开您的工作。我复现的结果和[AngeLouCN](https://github.com/AngeLouCN)一样,也是轨迹上很差,然后用您公开的model跑出来的结果是好的。我是按阶段分开训练的,参数也和您的配置是一样的,但是我的数据划分和您不太一样,我用的是前4个dataset训练。我个人认为数据量应该也是够的。请问您对此有什么建议?谢谢!

非常感谢您的回复!我的torch版本确实是高的,是1.12.1。‘在F. interpolate和F. grid_sample后都加个align_corners=True’这个是在训练和测试的过程中都加是吗?

好的,我去试试,非常感谢!

Hi, I tried to add 'align_corners=True' to 'F.interpolate' and 'grid_sample' when I trained the network. It can solve the problem perfectly. The result is perfect! Thanks very much! Best regards

Thanks for your response! I have understood the way getting overlaps.npz. However, if I want to train the mickey model with my own dataset, how should I generate my own...