Code Monkey home page Code Monkey logo

Comments (2)

drprojects avatar drprojects commented on June 3, 2024

how do i print or save information in format like [label, instance, [x,y,z ]] for all instances predicted

We provide load and save utilities for our data format, but not for the format you require. As you can imagine, I cannot provide support for any imaginable data format. So you will have to implement this yourself. Given the provided notebooks for full-resolution inference, this should be fairly straightforward.

also, panoptic predictions for kitti350 only show object and stuff and not label for that object.
I am facing difficulty understanding that

I am not 100% sure what you mean but if you are wondering how to get the semantic segmentation labels, again, the provided notebook should answer all these questions.

if task_widget.value == 'panoptic':
    raw_pano_y, raw_index, raw_obj_pred = output.full_res_panoptic_pred(
        super_index_level0_to_level1=nag[0].super_index,
        sub_level0_to_raw=nag[0].sub)

raw_pano_y: the predicted semantic label
raw_index: predicted instance index
raw_obj_pred: same information but stored in an InstanceData object

These answers were available in the docstring of the full_res_panoptic_pred() function for instance.

Also, is it posissible to not preprocess one point cloud into 4 seperate point clouds?

Look into xy_tiling and pc_tiling in the project. You can change those from the config files to suit your need.

Overall, the answers to your questions were available in the documentation and in the code. We made sure the whole project is fairly commented, I invite your to have a look at the /docs and at the code comments to get a deeper understanding of how things work.

from superpoint_transformer.

meehirmhatrepy avatar meehirmhatrepy commented on June 3, 2024

Thankyou so much for explaining in detail.
It really helps.

from superpoint_transformer.

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.