The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Return Collection of Examples after Pre-Processing Images
Currently the output of the Pre-Processing Images operator in the Image Handling Extension returns a tensor, as documented. However, I expected that I would be able to collect the tensors in to a Collection of ExampleSets. That is not the case.
In short, I am hoping to have to access to the array of data after an image is processed. A natural use case here would be to feed an entry of a collection into Read Image as Exampleset , which would be a channel x pixel representation.
Is there a way to "convert" the Tensor object that is returned into another data type in RM?
In short, I am hoping to have to access to the array of data after an image is processed. A natural use case here would be to feed an entry of a collection into Read Image as Exampleset , which would be a channel x pixel representation.
Is there a way to "convert" the Tensor object that is returned into another data type in RM?
0