STEP icon indicating copy to clipboard operation
STEP copied to clipboard

pre-defined proposals

Open pokameng opened this issue 4 years ago • 3 comments

Hello,i want to konw how to generate pre-defined proposals? I don't find some codes in generating the pre-defined proposals through the whole project.So,the pre-trained proposals are trained independently,and then feed them into the two-branch network?

pokameng avatar May 20 '21 12:05 pokameng

Thanks for your interest in our work! In STEP, initial proposals (anchors) are simply sampled from spatial grids. Please check the codes here: https://github.com/NVlabs/STEP/blob/master/data/ava.py#L342.

xyang35 avatar May 20 '21 14:05 xyang35

ok,thanks,i get it

------------------ 原始邮件 ------------------ 发件人: "NVlabs/STEP" @.>; 发送时间: 2021年5月20日(星期四) 晚上10:26 @.>; @.@.>; 主题: Re: [NVlabs/STEP] pre-defined proposals (#22)

Thanks for your interest in our work! In STEP, initial proposals (anchors) are simply sampled from spatial grids. Please check the codes here: https://github.com/NVlabs/STEP/blob/master/data/ava.py#L342.

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

pokameng avatar May 21 '21 06:05 pokameng

hello,by the way,what's the mean of anchor_mode: str, what anchor to use, '1' | '2' | '3' | '4', why the anchor_mode is divided into 1,2,3,4、?

------------------ 原始邮件 ------------------ 发件人: "NVlabs/STEP" @.>; 发送时间: 2021年5月20日(星期四) 晚上10:26 @.>; @.@.>; 主题: Re: [NVlabs/STEP] pre-defined proposals (#22)

Thanks for your interest in our work! In STEP, initial proposals (anchors) are simply sampled from spatial grids. Please check the codes here: https://github.com/NVlabs/STEP/blob/master/data/ava.py#L342.

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

pokameng avatar May 21 '21 08:05 pokameng