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

Update centernet_on_device.ipynb #10973

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

2channelkrt
Copy link

@2channelkrt 2channelkrt commented Apr 7, 2023

fix the order of outputs for the keypoints model

Description

fix the order of outputs for the keypoints model. This is the right output order.

Type of change

there's no new feature.

Note: Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

Tests

use existing code to visualize the result (keypoint and bboxes).

Test Configuration: run the colab file.

Checklist

fix the order of outputs for the keypoints model
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@2channelkrt 2channelkrt closed this Apr 7, 2023
@2channelkrt
Copy link
Author

this pr is basically reverting #10223 . could you check?

@2channelkrt 2channelkrt reopened this Apr 7, 2023
@2channelkrt
Copy link
Author

Update:

Looks like order of the outputs depends on whether you use tflite model provided from the model zoo or you use converting code (checkpoint -> savedmodel -> tflite).

issue with not detecting anything if model is converted from checkpoint is still here.

@2channelkrt
Copy link
Author

Update:

Tried to do inference on checkpoint file as is, and looks like the weights are not trained (although filename implies it's epoch 301).

@2channelkrt 2channelkrt marked this pull request as draft April 10, 2023 01:42
@laxmareddyp laxmareddyp added the models:research models that come under research directory label Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
models:research models that come under research directory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants