skyhehe123 / SA-SSD

SA-SSD: Structure Aware Single-stage 3D Object Detection from Point Cloud (CVPR 2020)
492 stars 106 forks source link

Where are the loss weight settings? #66

Closed Son-Goku-gpu closed 4 years ago

Son-Goku-gpu commented 4 years ago

Hi, @skyhehe123 Would you like to point out where are the settings of loss weights in your code? I didn't find the \miu and \lambda settings as announced in your paper. Thanks a lot!

skyhehe123 commented 4 years ago

In my paper, I tune these hyperparamters because I found the model is quite sensitive to them. However, in my last update where using more robust optimizer and longer training epoch can make the training more stable, the settings of these two parameters therefore are not quite matters.

获取 Outlook for Androidhttps://aka.ms/ghei36


From: Son-Goku-gpu notifications@github.com Sent: Monday, August 17, 2020 2:53:35 PM To: skyhehe123/SA-SSD SA-SSD@noreply.github.com Cc: HE, Billy [Alumni] billy.he@connect.polyu.hk; Mention mention@noreply.github.com Subject: [skyhehe123/SA-SSD] Where are the loss weight settings? (#66)

Hi, @skyhehe123https://github.com/skyhehe123 Would you like to point out where are the settings of loss weights in your code? I didn't find the \miu and \lambda settings as announced in your paper. Thanks a lot!

― You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/skyhehe123/SA-SSD/issues/66, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AFMJZBQHFGC63VSOZ5WYS3LSBDHW7ANCNFSM4QBKDFKA.

[https://www.polyu.edu.hk/emaildisclaimer/PolyU_Email_Signature.jpg]

Disclaimer:

This message (including any attachments) contains confidential information intended for a specific individual and purpose. If you are not the intended recipient, you should delete this message and notify the sender and The Hong Kong Polytechnic University (the University) immediately. Any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited and may be unlawful.

The University specifically denies any responsibility for the accuracy or quality of information obtained through University E-mail Facilities. Any views and opinions expressed are only those of the author(s) and do not necessarily represent those of the University and the University accepts no liability whatsoever for any losses or damages incurred or caused to any party as a result of the use of such information.

Son-Goku-gpu commented 4 years ago

Got it. Thanks for your reply!