tensorflow / tensorflow/models
CenterNet MobileNetV2 FPN Keypoints 512x512 does not return detection results
Open
@laxmareddyp is already working on this.
Since Feb 28, 2023.
models:research
type:bug
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [+] I am using the latest TensorFlow Model Garden release and TensorFlow 2.
- [+] I am reporting the issue to the correct repository. (Model Garden official or research directory)
- [+] I checked to make sure that this issue has not been filed already.
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


6. System information
- OS Platform and Distribution: Win 10
- TensorFlow installed from (source or binary): PIP
- TensorFlow version:
tensorflow=2.10.1
object-detection=0.1 - Python version: 3.9
- CUDA/cuDNN version: NO
- GPU model and memory: NO (CPU)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.