How to map RGB image segmentation ground truth to classes/one-hot vectors in TensorFlow? The 2019 Stack Overflow Developer Survey Results Are InWhy are my predictions broken when performing image segmentation with TensorFlow?Regarding Class Balancing in Deep Neural NetworkHow to train an image dataset in TensorFlow?How to apply my deep learning model to a new dataset?What is one hot encoding in tensorflow?Segmenting pandas dataframe with lists as elementsPreparing ground truth labels for YOLO3Why is my Keras model not learning image segmentation?How to properly rotate image and labels for semantic segmentation data augmentation in Tensorflow?Issues with training SSD on own datasetNeed help with confusing dataset formats for Images and annotations

slides for 30min~1hr skype tenure track application interview

"as much details as you can remember"

How to check whether the reindex working or not in Magento?

Does a dangling wire really electrocute me if I'm standing in water?

The phrase "to the numbers born"?

APIPA and LAN Broadcast Domain

For what reasons would an animal species NOT cross a *horizontal* land bridge?

Are spiders unable to hurt humans, especially very small spiders?

Can withdrawing asylum be illegal?

Right tool to dig six foot holes?

Vorinclex, does my opponents land untap if they were tapped before i summoned him?

How to translate "being like"?

If I score a critical hit on an 18 or higher, what are my chances of getting a critical hit if I roll 3d20?

Why doesn't shell automatically fix "useless use of cat"?

I am eight letters word. Find me who Am I?

Did any laptop computers have a built-in 5 1/4 inch floppy drive?

When should I buy a clipper card after flying to Oakland?

Balance problems for leveling up mid-fight?

What does Linus Torvalds mean when he says that Git "never ever" tracks a file?

What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?

Can an undergraduate be advised by a professor who is very far away?

Why is the Constellation's nose gear so long?

How do I free up internal storage if I don't have any apps downloaded?

Why doesn't mkfifo with a mode of 1755 grant read permissions and sticky bit to the user?



How to map RGB image segmentation ground truth to classes/one-hot vectors in TensorFlow?



The 2019 Stack Overflow Developer Survey Results Are InWhy are my predictions broken when performing image segmentation with TensorFlow?Regarding Class Balancing in Deep Neural NetworkHow to train an image dataset in TensorFlow?How to apply my deep learning model to a new dataset?What is one hot encoding in tensorflow?Segmenting pandas dataframe with lists as elementsPreparing ground truth labels for YOLO3Why is my Keras model not learning image segmentation?How to properly rotate image and labels for semantic segmentation data augmentation in Tensorflow?Issues with training SSD on own datasetNeed help with confusing dataset formats for Images and annotations










0












$begingroup$


Is there a TensorFlow function which takes multicategorical ground truth for semantic image segmentations in the form of RGB images and outputs a tensor with a one-hot vector encoding of the corresponding class per pixel? In other words, I'm starting with RGB images for the ground truth, so each class has a distinct color, like this:



RGB ground truth annotations for semantic segmentation, taken from the SYNTHIA dataset



This image was taken from the SYNTHIA dataset.Many semantic segmentation datasets supply their ground truth this way. Every pixel has just one class. What I am looking for is a function that first enumerates the number of different colours in an annotation, and then considers each colour to be a different class automatically. I thought that usually when performing semantic segmentation, each ground truth class is encoded using a one hot vector, to which predicted class probabilities can easily be compared.



I'm basically asking the exact same as this question, and am merely wondering whether such a function has been added since that question was posed, or if someone has a more efficient solution. The answer to it seems convoluted, and I can't imagine such functionality does not exist, as it would seem like a common task. Also, while for many datasets the ground truth is additionally given as some sort of text file (like JSON), writing parser for each different dataset you use seems needlessly cumbersome.










share|improve this question









$endgroup$
















    0












    $begingroup$


    Is there a TensorFlow function which takes multicategorical ground truth for semantic image segmentations in the form of RGB images and outputs a tensor with a one-hot vector encoding of the corresponding class per pixel? In other words, I'm starting with RGB images for the ground truth, so each class has a distinct color, like this:



    RGB ground truth annotations for semantic segmentation, taken from the SYNTHIA dataset



    This image was taken from the SYNTHIA dataset.Many semantic segmentation datasets supply their ground truth this way. Every pixel has just one class. What I am looking for is a function that first enumerates the number of different colours in an annotation, and then considers each colour to be a different class automatically. I thought that usually when performing semantic segmentation, each ground truth class is encoded using a one hot vector, to which predicted class probabilities can easily be compared.



    I'm basically asking the exact same as this question, and am merely wondering whether such a function has been added since that question was posed, or if someone has a more efficient solution. The answer to it seems convoluted, and I can't imagine such functionality does not exist, as it would seem like a common task. Also, while for many datasets the ground truth is additionally given as some sort of text file (like JSON), writing parser for each different dataset you use seems needlessly cumbersome.










    share|improve this question









    $endgroup$














      0












      0








      0





      $begingroup$


      Is there a TensorFlow function which takes multicategorical ground truth for semantic image segmentations in the form of RGB images and outputs a tensor with a one-hot vector encoding of the corresponding class per pixel? In other words, I'm starting with RGB images for the ground truth, so each class has a distinct color, like this:



      RGB ground truth annotations for semantic segmentation, taken from the SYNTHIA dataset



      This image was taken from the SYNTHIA dataset.Many semantic segmentation datasets supply their ground truth this way. Every pixel has just one class. What I am looking for is a function that first enumerates the number of different colours in an annotation, and then considers each colour to be a different class automatically. I thought that usually when performing semantic segmentation, each ground truth class is encoded using a one hot vector, to which predicted class probabilities can easily be compared.



      I'm basically asking the exact same as this question, and am merely wondering whether such a function has been added since that question was posed, or if someone has a more efficient solution. The answer to it seems convoluted, and I can't imagine such functionality does not exist, as it would seem like a common task. Also, while for many datasets the ground truth is additionally given as some sort of text file (like JSON), writing parser for each different dataset you use seems needlessly cumbersome.










      share|improve this question









      $endgroup$




      Is there a TensorFlow function which takes multicategorical ground truth for semantic image segmentations in the form of RGB images and outputs a tensor with a one-hot vector encoding of the corresponding class per pixel? In other words, I'm starting with RGB images for the ground truth, so each class has a distinct color, like this:



      RGB ground truth annotations for semantic segmentation, taken from the SYNTHIA dataset



      This image was taken from the SYNTHIA dataset.Many semantic segmentation datasets supply their ground truth this way. Every pixel has just one class. What I am looking for is a function that first enumerates the number of different colours in an annotation, and then considers each colour to be a different class automatically. I thought that usually when performing semantic segmentation, each ground truth class is encoded using a one hot vector, to which predicted class probabilities can easily be compared.



      I'm basically asking the exact same as this question, and am merely wondering whether such a function has been added since that question was posed, or if someone has a more efficient solution. The answer to it seems convoluted, and I can't imagine such functionality does not exist, as it would seem like a common task. Also, while for many datasets the ground truth is additionally given as some sort of text file (like JSON), writing parser for each different dataset you use seems needlessly cumbersome.







      python tensorflow dataset annotation






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 31 at 10:51









      EmielBossEmielBoss

      185




      185




















          0






          active

          oldest

          votes












          Your Answer





          StackExchange.ifUsing("editor", function ()
          return StackExchange.using("mathjaxEditing", function ()
          StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
          StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
          );
          );
          , "mathjax-editing");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "557"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f48287%2fhow-to-map-rgb-image-segmentation-ground-truth-to-classes-one-hot-vectors-in-ten%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Data Science Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          Use MathJax to format equations. MathJax reference.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f48287%2fhow-to-map-rgb-image-segmentation-ground-truth-to-classes-one-hot-vectors-in-ten%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Adding axes to figuresAdding axes labels to LaTeX figuresLaTeX equivalent of ConTeXt buffersRotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?TikZ scaling graphic and adjust node position and keep font sizeNumerical conditional within tikz keys?adding axes to shapesAlign axes across subfiguresAdding figures with a certain orderLine up nested tikz enviroments or how to get rid of themAdding axes labels to LaTeX figures

          Luettelo Yhdysvaltain laivaston lentotukialuksista Lähteet | Navigointivalikko

          Gary (muusikko) Sisällysluettelo Historia | Rockin' High | Lähteet | Aiheesta muualla | NavigointivalikkoInfobox OKTuomas "Gary" Keskinen Ancaran kitaristiksiProjekti Rockin' High