ohhhyeahhh / SiamGAT

Code for the paper "Graph Attention Tracking". (CVPR2021)
https://openaccess.thecvf.com/content/CVPR2021/papers/Guo_Graph_Attention_Tracking_CVPR_2021_paper.pdf
139 stars 19 forks source link

关于在got-10k数据集上训练模型的问题 #15

Open yingxin666 opened 3 years ago

yingxin666 commented 3 years ago

我在got-10k数据集上分别使用siamgat_googlenet下的config.yaml和siamgat_googlenet_got10k下的config.yaml进行了两次训练,得到的结果分别是0.594 0.697 0.453和0.592 0.702 0.462.与作者的0.627 0.743 0.488差距较大是怎么回事呢?请问仅用got-10k进行训练的话还需要调整其它地方吗

cvzhang commented 3 years ago

你好,在got10k数据集进行gen_json.py后,直接运行train.py会出现errorimage,请问你遇到这种问题了吗?

yingxin666 commented 3 years ago

没有遇到过呢,您的路径设置有问题吗

cvzhang commented 3 years ago

谢谢回复,应该是路径还有点问题,在生成crop_511文件夹后我没有改动路径,我再试试,谢谢

yingxin666 commented 3 years ago

@cvzhang 请问您有没有复现成功,您训练后的模型精度是怎么样的呢?

cvzhang commented 3 years ago

@yingxin666 跑了10个EPOCH,显存爆了,现在改了batchsize在训练,还有一天半训练完

yingxin666 commented 3 years ago

好的 训练完我们再交流🤗🤗🤗

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: skipppggggg @.> 发送时间: 2021年5月4日 09:37 收件人: ohhhyeahhh/SiamGAT @.> 抄送: yingxin666 @.>, Mention @.> 主题: 回复:[ohhhyeahhh/SiamGAT] 关于在got-10k数据集上训练模型的问题 (#15)

@yingxin666 跑了10个EPOCH,显存爆了,现在改了batchsize在训练,还有一天半训练完

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

cvzhang commented 3 years ago

好的好的

yingxin666 commented 3 years ago

请问您训练出结果了吗

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年5月4日(星期二) 上午9:41 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [ohhhyeahhh/SiamGAT] 关于在got-10k数据集上训练模型的问题 (#15)

好的好的

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

cvzhang commented 3 years ago

@yingxin666 还在第18个epoch

cvzhang commented 3 years ago

@yingxin666 模型训练出来了,方便加个wechat交流一下吗

yingxin666 commented 3 years ago

我的微信号是qq1045419610

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年5月11日(星期二) 下午3:26 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [ohhhyeahhh/SiamGAT] 关于在got-10k数据集上训练模型的问题 (#15)

@yingxin666 模型训练出来了,方便加个wechat交流一下吗

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

chenqj97 commented 2 years ago

@yingxin666 你好,请问,你有全部裁剪完的got-10k的数据集文件吗,数据集预处理时候,出现只有部分图片被裁剪生成x和z文件,大部分都没有被处理到,如果有完整裁剪完的数据集能发个百度云链接吗

lihao0lihao commented 1 year ago

差距这么大吗,我最近也在看这个模型