-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some questions about the implement of CSPN #60
Comments
the second question is about the propagation step (forward) of function CSPN and CSPNAccelerate, I notice that not only did you input the guide and depth (hn), but you also included the original depth (h0) as input, and the center guide is used in the the original depth (h0), which is consistent with the original CSPN paper (the Eq.1 of 3.1). I'm just curious how this two implements are done affects the outcome, and what experience do you have with this |
No,I got some answer of my second question in my own experiment, take original depth (h0) into the CSPN will slightly improve the accuracy
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2023年2月13日(星期一) 中午1:25
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [JUGGHM/PENet_ICRA2021] some questions about the implement of CSPN (Issue #60)
Hello, have you solved your problem? I have the same question.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
|
加我的微信号把,chuis1012
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2023年2月13日(星期一) 下午3:34
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [JUGGHM/PENet_ICRA2021] some questions about the implement of CSPN (Issue #60)
No,I got some answer of my second question in my own experiment, take original depth (h0) into the CSPN will slightly improve the accuracy
…
------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2023年2月13日(星期一) 中午1:25 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [JUGGHM/PENet_ICRA2021] some questions about the implement of CSPN (Issue #60) Hello, have you solved your problem? I have the same question. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
我们能加一个联系方式吗?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hi, thank you for you brilliant code, it's very helpful.
I have a question about the sample and stitch steps of model PENet_C2_train in the model, sample operation in line 921 and stitch operation 965.
Where can I read the paper of it, I noticed that #16 ,#59 some issue called it DA-CSPN++, but I did not find the paper. Is it a variant of RA-CSPN in cspn++?
The text was updated successfully, but these errors were encountered: