Rostifar / NYUDepthNet

A Tensorflow interface for the paper: Predicting Depth, Surface Normals and Semantic Labels with a Common Multi-Scale Convolutional Architecture (***Deprecated***)
44 stars 15 forks source link

Can I get the part of prediction in the image #1

Closed sjwhhhi closed 6 years ago

sjwhhhi commented 6 years ago

Thank for your code. It is amazing about NYU dataset. However, can I only get the part prediction like "floor"?

Rostifar commented 6 years ago

Hello @sjwhhhi, are you asking about the semantic label portion of the neural network? Currently, my repository is only setup up to output depth data since I created this repository to supplement my depth estimation research. However, if you do need the semantic label outputs I could probably write an implementation within the next two weeks. Does that help?

sjwhhhi commented 6 years ago

@Rostifar Yes , I want to get the label outputs. It will be helpful! If it is finished, please put on the GitHub! Thank you very much!