HelloRicky123 / Siamese-RPN

Full reimplementation of siamese rpn, has 0.24 eao on vot2017.
MIT License
223 stars 44 forks source link

what's wrong #20

Closed fAnchao1 closed 5 years ago

fAnchao1 commented 5 years ago

File "/home/fc/文档/Siamese-RPN-master/59version/lib/utils.py", line 99, in crop_and_pad te_im[:, 0:left, :] = img_mean TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'

Alex6D commented 5 years ago

I have the same problem. Have you solved it?

Jervint commented 5 years ago

I tried to make img_mean!=None and this error had disappeared

HelloRicky123 commented 5 years ago

Yes, the image maybe small when train the model. And make it bigger in create_*.py will be better.

Jervint commented 5 years ago

Whether i can also use the scripts to make datasets from got10k.? I use got10k train net directly and cannot get any correct preditction 发自我的iPhone

------------------ Original ------------------ From: HelloRicky123 notifications@github.com Date: Mon,Apr 22,2019 11:18 PM To: HelloRicky123/Siamese-RPN Siamese-RPN@noreply.github.com Cc: Yang Yifeng 429723271@qq.com, Comment comment@noreply.github.com Subject: Re: [HelloRicky123/Siamese-RPN] what's wrong (#20)

Yes, the image maybe small when train the model. And make it bigger in create_*.py will be better.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

HelloRicky123 commented 5 years ago

你可能应该检查一下坐标的对应关系发自我的iPhone------------------ Original ------------------From: Yang Yifeng notifications@github.comDate: Tue,Apr 23,2019 0:04 AMTo: HelloRicky123/Siamese-RPN Siamese-RPN@noreply.github.comCc: HelloRicky123 qftju12345@163.com, State change state_change@noreply.github.comSubject: Re: [HelloRicky123/Siamese-RPN] what's wrong (#20)Whether i can also use the scripts to make datasets from got10k.? I use got10k train net directly and cannot get any correct preditction

发自我的iPhone

------------------ Original ------------------

From: HelloRicky123 notifications@github.com

Date: Mon,Apr 22,2019 11:18 PM

To: HelloRicky123/Siamese-RPN Siamese-RPN@noreply.github.com

Cc: Yang Yifeng 429723271@qq.com, Comment comment@noreply.github.com

Subject: Re: [HelloRicky123/Siamese-RPN] what's wrong (#20)

Yes, the image maybe small when train the model. And make it bigger in create_*.py will be better.

You are receiving this because you commented.

Reply to this email directly, view it on GitHub, or mute the thread.

—You are receiving this because you modified the open/close state.Reply to this email directly, view it on GitHub, or mute the thread. {"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/HelloRicky123/Siamese-RPN","title":"HelloRicky123/Siamese-RPN","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/HelloRicky123/Siamese-RPN"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Jervint in #20: Whether i can also use the scripts to make datasets from got10k.? I use got10k train net directly and cannot get any correct preditction\r\n发自我的iPhone\r\n\r\n------------------ Original ------------------\r\nFrom: HelloRicky123 \u003cnotifications@github.com\u003e\r\nDate: Mon,Apr 22,2019 11:18 PM\r\nTo: HelloRicky123/Siamese-RPN \u003cSiamese-RPN@noreply.github.com\u003e\r\nCc: Yang Yifeng \u003c429723271@qq.com\u003e, Comment \u003ccomment@noreply.github.com\u003e\r\nSubject: Re: [HelloRicky123/Siamese-RPN] what's wrong (#20)\r\n\r\n\r\n\r\n\r\nYes, the image maybe small when train the model. And make it bigger in create_*.py will be better.\r\n \r\n—\r\nYou are receiving this because you commented.\r\nReply to this email directly, view it on GitHub, or mute the thread."}],"action":{"name":"View Issue","url":"https://github.com/HelloRicky123/Siamese-RPN/issues/20#issuecomment-485460321"}}} [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/HelloRicky123/Siamese-RPN/issues/20#issuecomment-485460321", "url": "https://github.com/HelloRicky123/Siamese-RPN/issues/20#issuecomment-485460321", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

Jervint commented 5 years ago

谢谢~我去尝试一下。我自己的网络加入了一些特征融合的trick,可能这部分也存在有问题

发自我的iPhone

------------------ Original ------------------ From: HelloRicky123 notifications@github.com Date: Tue,Apr 23,2019 0:08 AM To: HelloRicky123/Siamese-RPN Siamese-RPN@noreply.github.com Cc: Yang Yifeng 429723271@qq.com, Comment comment@noreply.github.com Subject: Re: [HelloRicky123/Siamese-RPN] what's wrong (#20)