Git Product home page Git Product logo

Comments (9)

jihanyang avatar jihanyang commented on August 12, 2024

It is hard to provide a general solution for all datasets. However, as I know, some researchers achieve amazing results on some custom datasets with multiple categories (approach fully supervised results) with a few adjustments to ST3D. Hence I believe that ST3D should work for other datasets with multiple categories, but need some tuning of hyper-parameters.

from st3d.

KevinDuBl avatar KevinDuBl commented on August 12, 2024

I fixed the bugs on multi-category and got good performance on multi-category. Thank you very much! Could you please tell when will you release the code for ST3D++?

from st3d.

jihanyang avatar jihanyang commented on August 12, 2024

Happy to heard that! We don't have a clear plan to release the code since the paper is still in submission. BTW, the techinical modification of ST3D++ is not significant, may be I can support DSNorm and SASD in this repo later. I believe that it should be easy to reproduce our results.

from st3d.

KevinDuBl avatar KevinDuBl commented on August 12, 2024

Thank you very much! I would like to see DSNorm and SASD as soon as possible!

from st3d.

KevinDuBl avatar KevinDuBl commented on August 12, 2024

For further research, I want to learn from the DSNorm and SASD. Could you please send me the code contains the DSNorm and SASD by email? Thank you very much!

from st3d.

andrewcaunes avatar andrewcaunes commented on August 12, 2024

Hello !
I am very interested in your solution for multi-category ST3D as I am working on a similar problem, is there any way you could send it to me by email please ?
Thanks a lot !

from st3d.

KevinDuBl avatar KevinDuBl commented on August 12, 2024

Hello ! I am very interested in your solution for multi-category ST3D as I am working on a similar problem, is there any way you could send it to me by email please ? Thanks a lot !

You need to change the pred_labels for ignore in

pred_labels[ignore_mask] = -1
and others. And change the code for loading pseudo labels of multi-categories in
gt_names = np.array([self.class_names[0] for n in gt_boxes])
and others.

from st3d.

RhythmOfTheRain-Byte avatar RhythmOfTheRain-Byte commented on August 12, 2024

Excuse me, may i ask ask how to modify the code specifically, applied to multi-class pre-training and multi-class ST3D training

from st3d.

RhythmOfTheRain-Byte avatar RhythmOfTheRain-Byte commented on August 12, 2024

Hello ! I am very interested in your solution for multi-category ST3D as I am working on a similar problem, is there any way you could send it to me by email please ? Thanks a lot !

You need to change the pred_labels for ignore in

pred_labels[ignore_mask] = -1

and others. And change the code for loading pseudo labels of multi-categories in

gt_names = np.array([self.class_names[0] for n in gt_boxes])

and others.

Excuse me, may i ask how to modify the code specifically, applied to multi-class pre-training and multi-class ST3D training. Or just need to change the top two lines pred_labels[ignore_mask] = -1 gt_names = np.array([self.class_names[0] for n in gt_boxes])

from st3d.

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.