tensorflow / models

Models and examples built with TensorFlow
Other
77.16k stars 45.75k forks source link

CenterNet MobileNetV2 FPN Keypoints 512x512 does not return detection results #10941

Open slavazhulanov opened 1 year ago

slavazhulanov commented 1 year ago

Prerequisites

Please answer the following questions for yourself before submitting an issue.

1. The entire URL of the file you are using

https://github.com/tensorflow/models/tree/master/official/...

2. Describe the bug

centernet_mobilenetv2fpn_512x512_coco17_kpts throws an error when an image is input

3. Steps to reproduce

download the model, load it via tf.save_model.load, submit an image to the input

4. Expected behavior

the model was expected to return detection results

5. Additional context

image image

6. System information

slavazhulanov commented 1 year ago

I have collected several reports about the incorrect operation of this model: https://github.com/tensorflow/models/issues/10941, https://github.com/tensorflow/models/issues/10913, https://github.com/tensorflow/models/issues/10700, https://github.com/tensorflow/models/issues/10280