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

Custom model from Azure Custom Vision #144

Open
mipsan opened this issue Oct 16, 2022 · 0 comments
Open

Custom model from Azure Custom Vision #144

mipsan opened this issue Oct 16, 2022 · 0 comments

Comments

@mipsan
Copy link

mipsan commented Oct 16, 2022

Hi,
I would like to ask about compatibility these example with other tflite, exported at the Azure Custom Vision.

To train my custom dataset, I used MS Azure Custom Vision.
That is pretty easy to do labelin, train and export
Leave the model's correctness, I cannot use it with your detection examples.

It returns
IndexError: list index out of range
at
classes = interpreter.get_tensor(output_details[classes_idx]['index'])[0]

I tried TF2 index order for boxes_idx, classes_idx and scores_idx.

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