FastVision

FastVision is a module


			module FastVision

Data blocks, encodings and more for computer vision.

The most important [ Block] is Image {N}.

Blocks:

  • Image {N}: an N-dimensional color image

  • Mask {N}: an N-dimensional categorical mask

  • Keypoints {N}: a fixed number of N-dimensional keypoints

Encodings:

  • OneHot is implemented for Masks

  • ImagePreprocessing prepares an Image for training by normalizing and expanding the color channels

  • KeypointPreprocessing prepares Keypoints for training by normalizing them.

Symbols

Source files