Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Using an external segmentation neural network for training visual observations

Discussion in 'ML-Agents' started by MrOCW, Apr 28, 2021.

  1. MrOCW

    MrOCW

    Joined:
    Feb 16, 2021
    Posts:
    51
    Hi all,

    May I know if it is possible to preprocess the image captured by CameraSensor by passing the captured image through a semantic segmentation model before using the output as training input for visual observation?

    Thanks!