-
Notifications
You must be signed in to change notification settings - Fork 5
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
semantic segmentation labels #5
Comments
Hello! |
Thanks for your early reply!
Now I know the model was trained on the indoor dataset. Could you recommend some outdoor panorama dataset if I want to train the semantic segmentation? What's more, do you know other model which can deal with the outdoor panorama image to get both depth and segmentation?
I am appreciated that you can help me a lot.
At 2024-01-08 17:28:03, "Bruno Berenguel-Baeta" ***@***.***> wrote:
Hello!
The color code is only used for "pretty" visualization, it does not change the network performance.
The image you used (or at least the example) is from an outdoor environment. The network has been trained on indoor data (as can be seen in the color code where each color represent an indoor class).
If you want FreDSNet to work on outdoor environments, you have to train it with the classes you want to segment. Today (and in the close future), the implementation and weights for outdoor environments are not in this repository.
Best regards
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Up to my knowledge, there is no other network that jointly obtains depth and segmentation from panoramas (indoor or outdoor). |
Hi!


Rencently I have ran the project successfully, and the results in the example RGB images was great.
But when I want to run the model on my outdoor data, the semantic segmentation results were poor, like below. Then I changed the color_code to suit my dataset, it also did't work out. If I want to get the depth and segmentation results on my real world data, where need to modify?
Could you help me, please!
The text was updated successfully, but these errors were encountered: