You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature and the current behavior/state. tf.image.transform is not mapped with its tensorflow equivalent ImageProjectiveTransformV3 so if a model contains the ImageProjectiveTransformV3 then it cannot be converted to tfjs format easily. However, it seems that tf.image.transform is fully implemented and It only needs to be addressed in these files:
Will this change the current api? How?
It will only add the support for converting models with ImageProjectiveTransformV3.
Who will benefit with this feature?
Everyone who needs to convert a model that contains ImageProjectiveTransformV3 which is quite commonly used to apply affine transform to the tensor.
Any Other info.
I could implement it and create PR, but first I wanted to discuss it, is there any good reason that it is not implemented yet? Maybe I am missing something important?
The text was updated successfully, but these errors were encountered:
System information
Describe the feature and the current behavior/state.
tf.image.transform is not mapped with its tensorflow equivalent ImageProjectiveTransformV3 so if a model contains the ImageProjectiveTransformV3 then it cannot be converted to tfjs format easily. However, it seems that tf.image.transform is fully implemented and It only needs to be addressed in these files:
Will this change the current api? How?
It will only add the support for converting models with ImageProjectiveTransformV3.
Who will benefit with this feature?
Everyone who needs to convert a model that contains ImageProjectiveTransformV3 which is quite commonly used to apply affine transform to the tensor.
Any Other info.
I could implement it and create PR, but first I wanted to discuss it, is there any good reason that it is not implemented yet? Maybe I am missing something important?
The text was updated successfully, but these errors were encountered: