Skip to content
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

Is the loss trend normal? #15

Closed
cloudcjf opened this issue Apr 16, 2021 · 4 comments
Closed

Is the loss trend normal? #15

cloudcjf opened this issue Apr 16, 2021 · 4 comments

Comments

@cloudcjf
Copy link

@mikacuy Hi,mika. First of all, thanks for your great work. I'm new to place recognition tasks and trying to retrain your network as a tutorial. I used to retrain some other networks and the losses go almost down directly while the loss defined in your network keeps going up and down. Here is a screenshot which I log out the batch losses. So does it go the right way as you did before? Tell me if I miss any details. Thanks
image

Claude Cui

@Master-cai
Copy link

hi, I have the same question, do you have any idea about that? thanks!

@cloudcjf
Copy link
Author

cloudcjf commented Oct 8, 2022

hi, I have the same question, do you have any idea about that? thanks!

The place recognition task adopted the triplet loss and Hinger loss to backpropagate the parameters. The zero-loss means that the distance between the anchor and positive point cloud in this tuple is already less than the anchor and negative point cloud.

@Master-cai
Copy link

hi, I have the same question, do you have any idea about that? thanks!

The place recognition task adopted the triplet loss and Hinger loss to backpropagate the parameters. The zero-loss means that the distance between the anchor and positive point cloud in this tuple is already less than the anchor and negative point cloud.

thanks a lot!

If you don't mind, I have another question: I find in the file "train_pointnetvlad", the global variable "HARD_NEGATIVES={}" is never updated which means it is useless, is there something wrong here?

@cloudcjf
Copy link
Author

hi, I have the same question, do you have any idea about that? thanks!

The place recognition task adopted the triplet loss and Hinger loss to backpropagate the parameters. The zero-loss means that the distance between the anchor and positive point cloud in this tuple is already less than the anchor and negative point cloud.

thanks a lot!

If you don't mind, I have another question: I find in the file "train_pointnetvlad", the global variable "HARD_NEGATIVES={}" is never updated which means it is useless, is there something wrong here?

Yes, if you just follow the default settings, it will never be updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants