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

How to save the result label data #31

Closed
CK-Sung opened this issue Aug 7, 2020 · 3 comments
Closed

How to save the result label data #31

CK-Sung opened this issue Aug 7, 2020 · 3 comments

Comments

@CK-Sung
Copy link

CK-Sung commented Aug 7, 2020

Hi, I am running the rangenet++ and also the OverlapNet.

The OverlapNet can be run with depth, normal, and intensity. But, I would like to add the label data as well.

So, I tested the RangeNet++ to generate the label data with pre-trained weight, but the code only shows the visualization results.

How can I save the label data which is the result of the RangeNet++ to use in the OverlapNet?

@Chen-Xieyuanli
Copy link
Member

Hey @CK-Sung, you could have a look at the infer function, which returns the semantic estimates with probabilities over all classes with the shape of (_n_classes, _img_h, _img_w).

@CK-Sung
Copy link
Author

CK-Sung commented Aug 7, 2020

Thank you so much !

@Chen-Xieyuanli
Copy link
Member

@CK-Sung Thank you for following our work, and I will appreciate it a lot if you could star or fork our repo too.

@CK-Sung CK-Sung reopened this Aug 7, 2020
@CK-Sung CK-Sung closed this as completed Aug 9, 2020
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