Coder Social home page Coder Social logo

Comments (5)

Chen-Xieyuanli avatar Chen-Xieyuanli commented on June 3, 2024

Hey @oet93, thank you for following our work!

  1. The default parameters are what we used for the paper.

  2. We used sequences 03-10 for training. For each sequence, we did the normalization separately to keep a roughly balanced distribution of the overlap rate. You could also normalize the distribution over all KITTI sequences. We didn't try that but it should also work. There should be many samples with overlap rates > 0.5, also in sequence 03, since at least each frame will have a 100% overlap with themselves, and the scans nearby should also have larger overlaps.

  3. It's a little bit tricky to use semantic information. The semantic information we used for this paper is not the semantic labels but the estimated probabilities over all classes from rangenet++. Instead of using all probabilities of 20 classes, we did a PCA first and mapped the probabilities into three channels which reduced the redundancy between similar classes and accelerate the performance. So here 'use_class_probabilities_pca' means we are using the semantic probabilities with PCA.

There are several tips which you may find useful: 1. start to train the OverlapNet with only geometry information. Once you get good results and then add more different cues. 2. It's the same with multiple heads. It's better to start with overlap prediction only, and later add other heads for other functionalities.

I hope this helps!

from overlapnet.

oet93 avatar oet93 commented on June 3, 2024

Hi, thank you for your reply!

At the moment, I tried to achieve the performances of your pre-trained model that exploits only geometric information. I obtained some improvements by following your suggestions, however I cannot reach similar results.
I think that I'm making some mistakes when I generate the groundtruth for each sequence by using the demo4 script. Considering a sequence, do you simply compute the overlaps for each frame and then you perform the normalization of the overlaps distribution? If not, can you provide additional information of this step?

I have another question about the usage of semantic information. Once OverlapNet is trained by using only geometry information, how can I load the pre-trained model in order to accept additional channels as input?

Thanks again for your help.

from overlapnet.

Chen-Xieyuanli avatar Chen-Xieyuanli commented on June 3, 2024

Hey @oet93,

Yes, I just compute the overlap and normalize the distribution afterward.

Could you post somehow the results of the training or evaluation like other users did here: #9?
You could also have a look at the results in #9. The results there seem good.

Once OverlapNet is trained it is hard to add other information since the input shape is fixed.

Recently we are busy with our icra paper. I, therefore, cannot provide further help for your training.
But I will appreciate it a lot if you could provide more training results here, and I probably can later provide more help on this issue.

from overlapnet.

Chen-Xieyuanli avatar Chen-Xieyuanli commented on June 3, 2024

Hey @oet93,

Is there any update on this issue?

from overlapnet.

Chen-Xieyuanli avatar Chen-Xieyuanli commented on June 3, 2024

Since there is no further update about this issue, I'm going to close it.

If there is any other further question about this, please feel free to ask me to reopen it.

from overlapnet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.