1085052159 / PysotPlus

27 stars 3 forks source link

how to add the siamBAN #4

Open lqy20000310 opened 2 years ago

lqy20000310 commented 2 years ago

Hi, I am interested in your work,and I want to add the siamban to the pysot like you in my undergraduation project,I have add the model and config in experiments,and I also add the head and some algorithms about anchor ,but it still doesn‘t work.Could you give me some favour,I will appreciate it very much! The problem is in the picture. a17b274621d1c3959323e8194c0d5f6

1085052159 commented 2 years ago

Hi, I am interested in your work,and I want to add the siamban to the pysot like you in my undergraduation project,I have add the model and config in experiments,and I also add the head and some algorithms about anchor ,but it still doesn‘t work.Could you give me some favour,I will appreciate it very much! The problem is in the picture. a17b274621d1c3959323e8194c0d5f6

方便问一下,你使用的是哪个config文件。 image 这个是训练SiamBAN的

lqy20000310 commented 2 years ago

我也是对这个配置文件有一些疑惑,我是仿照pysot的配置在您的基础上去掉了train和数据集这几项,但在META_ARC里我选择的是siamrpn-l234-dwxcorr---- Replied Message @.>Date04/17/2022 11:52 @.> @.**@.>SubjectRe: [1085052159/PysotPlus] how to add the siamBAN (Issue #4)

Hi, I am interested in your work,and I want to add the siamban to the pysot like you in my undergraduation project,I have add the model and config in experiments,and I also add the head and some algorithms about anchor ,but it still doesn‘t work.Could you give me some favour,I will appreciate it very much! The problem is in the picture.

方便问一下,你使用的是哪个config文件。

这个是训练SiamBAN的

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

[

{

@.***": "http://schema.org",

@.***": "EmailMessage",

"potentialAction": {

@.***": "ViewAction",

"target": "https://github.com/1085052159/PysotPlus/issues/4#issuecomment-1100797497",

"url": "https://github.com/1085052159/PysotPlus/issues/4#issuecomment-1100797497",

"name": "View Issue"

},

"description": "View this Issue on GitHub",

"publisher": {

@.***": "Organization",

"name": "GitHub",

"url": "https://github.com"

}

}

]

lqy20000310 commented 2 years ago

配置文件我是在您的基础上仿照pysot删除了train的相关内容

1085052159 commented 2 years ago

我也是对这个配置文件有一些疑惑,我是仿照pysot的配置在您的基础上去掉了train和数据集这几项,但在META_ARC里我选择的是siamrpn-l234-dwxcorr---- Replied Message @.>Date04/17/2022 11:52 @.> @.**@.>SubjectRe: [1085052159/PysotPlus] how to add the siamBAN (Issue #4) Hi, I am interested in your work,and I want to add the siamban to the pysot like you in my undergraduation project,I have add the model and config in experiments,and I also add the head and some algorithms about anchor ,but it still doesn‘t work.Could you give me some favour,I will appreciate it very much! The problem is in the picture. 方便问一下,你使用的是哪个config文件。 这个是训练SiamBAN的 —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.> [ { @.": "http://schema.org", @.": "EmailMessage", "potentialAction": { @.": "ViewAction", "target": "#4 (comment)", "url": "#4 (comment)", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { @.***": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

我个人建议你这边还是不要去除我那个配置文件里面提供的东西,最好是用我现在的这些配置文件训练,即使修改的话,也只是修改那些超参数,但是已给的选项不要修改

lqy20000310 commented 2 years ago

谢谢您的建议,我重新修改了一下配置文件发现可以正确读取,但是又显示Non-existent config key:'ANCHOR.TYPE',但是我已经修改过了pysot下dataset里的anchor_builder文件但还是奇怪为什么读取不了anchor.type,呜呜呜太麻烦您了!

lqy20000310 commented 2 years ago

打扰您了!我添加完成了,原来是config文件没有修改,谢谢您!!!