GithubHelp home page GithubHelp logo

Comments (6)

flow233-ai avatar flow233-ai commented on May 26, 2024 1

I got it. Thanks again for your meticulous answer!

from coperception.

dekunma avatar dekunma commented on May 26, 2024

For your first question, I think @RoboticsYimingLi could probably give a more precise answer.

For your second question, as the variable name suggests, the labels are one-hot encoded, so the last two dimensions are one-hot labels for each voxel for each agent.
For example, label_one_hot[0][0][0] could be

[[1, 0],
[1, 0],
[1, 0],
[1, 0],
[1, 0],
[1, 0]]

The first dimension 6 means there are 6 agents in the dataset, and the second dimension 2 means there are 2 categories, as specified in

if self.binary:
self.category_num = 2

So, it means that the label for agent 0 at its voxelized birds-eye-view point cloud position [0, 0] is 0.

from coperception.

flow233-ai avatar flow233-ai commented on May 26, 2024

Thanks for your answer.
As for the first question, I will contact https://github.com/RoboticsYimingLi for more precise answer.
But for the second question, I am still confused. As I mentioned above, the shape of variable label_one_hot is [6,256,256,6,2]. If the foruth dimenstion means there are 6 agents in the dataset, what does the first dimenstion mean? You mean they are both standing for 6 agents in the dataset?
I found that for the fourth dimension of label_one_hot[0][0][0], the six elements are always the same.

from coperception.

dekunma avatar dekunma commented on May 26, 2024

The first dimension actually means the number of agents involved in the current training process. If you set rsu to 0 to exclude RSU, then it will be 5.


the six elements are always the same.

Yes, they should always be the same because the ground truth for a voxel should be the same for all agents.

from coperception.

simbaforrest avatar simbaforrest commented on May 26, 2024

@flow233-ai Is your issue addressed? If so, please close it. Thank you.

from coperception.

dekunma avatar dekunma commented on May 26, 2024

@flow233-ai Since this issue seems to be resolved, I'm closing it now. Feel free to reopen it if you have any follow-up questions.

from coperception.

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.