TensorFlow Images Processor
- Processor for feeding images to an already created TensorFlow model.
Parameters | Details |
---|---|
Model Path | This parameter specifies the file path for the pre-trained TensorFlow model that will be used for processing the images. |
Tags | This parameter allows you to specify tags for loading the model. If there are multiple tags, you can separate them using commas. |
Input Operation | This parameter refers to the input tensor that was used when creating the TensorFlow model. Usually the dictionary of values you feed to the model. |
Output Operation | This parameter refers to the output tensor used during the creation of the TensorFlow model. It usually represents the output of the model. |
Gray | This parameter specifies whether the images should be processed in grayscale or color. |
Image Format | This parameter likely defines the format of the input images, such as JPEG, PNG, etc. |
Time Shift Ms | This parameter indicates by how many milliseconds the current timestamp should be shifted. |