Sbrunoberenguel / FreDSNet

Code to test FreDSNet: Frequential Depth estimation and Semantic segmentation Network
GNU General Public License v3.0
39 stars 3 forks source link

semantic segmentation labels #5

Closed zcyyyy24 closed 10 months ago

zcyyyy24 commented 10 months ago

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! frame_0_seg image

Sbrunoberenguel commented 10 months ago

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

zcyyyy24 commented 10 months ago

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: @.***>

Sbrunoberenguel commented 10 months ago

Up to my knowledge, there is no other network that jointly obtains depth and segmentation from panoramas (indoor or outdoor). If you have more questions about this topic, you can read my paper, linked in the repository, or ask me any question directly in my email: berenguel@unizar.es Best regards