wqz960

Results 34 comments of wqz960

@FelixFox I try your method. almost 60% images fail to process. ... :( what about your code?

能提供 网络吗 我训练的网络误差好大啊 谢谢 @hengshanji

> > 有人知道stage1 和 stage2 的训练周期多少比较合适吗?感谢感谢 > > 请问一下你 TrainingSetPreparation.py 这个代码是如何跑通的?为何我使用之后就待机了,应该如何修改使它可以正常运行? 你是不是没把pdb注释掉? 感觉代码有挺多地方需要改的 它的图片数量要和你训练集的一样

> > > > 有人知道stage1 和 stage2 的训练周期多少比较合适吗?感谢感谢 > > > > 请问一下你 TrainingSetPreparation.py 这个代码是如何跑通的?为何我使用之后就待机了,应该如何修改使它可以正常运行? > > > > > > 你是不是没把pdb注释掉? 感觉代码有挺多地方需要改的 它的图片数量要和你训练集的一样 > > 请问可以把更新后的代码发我一下么?我用test的测试会提示我 KeyError: 'image_0001.png',是路径错误? 这平台怎么发啊...

> > > > > > 有人知道stage1 和 stage2 的训练周期多少比较合适吗?感谢感谢 > > > > > > 请问一下你 TrainingSetPreparation.py 这个代码是如何跑通的?为何我使用之后就待机了,应该如何修改使它可以正常运行? > > > > > > > > > > >...

> 老铁,怎么测试单张图像呢 改框架启动图的输入相片把

`inp = crop(img_trans, center, scale, [256,256])` `trans_pts3d = transform_preds(torch.tensor(pts3d), center, scale, [256, 256])` I want to crop all data to [256,256], and the groundtrue landmarks is transformed by your transform_preds...

@MarekKowalski Hi!Did you test the 300Wtestset using your network on the Internet? If I didn't make a stupid mistake, There is a gap between your result in paper and your...

Hi! @MarekKowalski Thank you for your help! there is another question, the bounding box in your pkl file, are the boxes produced by your own face detector, or the bounding...

hi! Thank you for your quick respond. The feed to the second stage is a cropped face image which is not aligned, the feature map and the heat maps generate...