Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need input image support in PyTorch format #333

Open
Mohit0928 opened this issue Oct 3, 2021 · 0 comments
Open

Need input image support in PyTorch format #333

Mohit0928 opened this issue Oct 3, 2021 · 0 comments

Comments

@Mohit0928
Copy link

The image capability takes an image input in the following format: [batch_size, height, width, channels]. This is the standard format followed by Tensorflow models. There is another format followed by PyTorch models: [batch_size, channels, height, width]. Right now, we only support the Tensorflow format in the rune. We have to change it to support the PyTorch format. There is also one Tensorflow model (craft-text-detector) which support PyTorch format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant