Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.

Input Shape of the Pose Model #51

Open
Mohit0928 opened this issue Mar 2, 2022 · 0 comments
Open

Input Shape of the Pose Model #51

Mohit0928 opened this issue Mar 2, 2022 · 0 comments

Comments

@Mohit0928
Copy link

I trained a Pose Model for two classes. I trained it for experimenting on some random labels. I want to run inference on this tfjs model but the model accepts float32[?,14739] as input. Usually, all the image models accept input in these formats:

  1. Tensorflow format: [batch_size, height, width, channels]
  2. PyTorch format: [batch_size, channels, height, width]

The model doesn't accept input in any of the above format. Am i missing something here?

How did I check the input shape?

  1. Download the *.zip file of the model
  2. Unzip the file.
  3. Open netron.app
  4. Upload the model.json file on the netron.app

Link to Pose Model: https://teachablemachine.withgoogle.com/models/irJWnCc6c/

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

No branches or pull requests

1 participant