Open Bidski opened 2 years ago
Also, how was the SavedModel generated for this network? I have tried to train my own centernet+mobilenet+fpn network with the provided pipeline.config
and when I then convert it to an ONNX model it contains a while loop and two extra network outputs (detection_boxes_strided
, detection_multiclass_scores
) which this downloaded model doesn't have
Is there any update on this?
Hello I'm facing the same problem. Did you fix it? thanks
@EdenBelouadah I have not managed to fix this yet
@Bidski I am also facing the same problem. Also, the strange thing is that ONNX graph does not contain the "keep_aspect_ratio" image resizer. The architecture seem to mismatch the config.
@tombstone @jch1 @pkulzc can you provide any insights into what is going on with this model?
I think the problem is happening when restoring the pretrained model from the checkpoint, it seems to work when restoring from the saved model format. Can anybody give update on this @tombstone @jch1 @pkulzc @kumariko
Prerequisites
Please answer the following questions for yourself before submitting an issue.
1. The entire URL of the file you are using
http://download.tensorflow.org/models/object_detection/tf2/20210210/centernet_mobilenetv2fpn_512x512_coco17_od.tar.gz
2. Describe the bug
Running https://github.com/tensorflow/models/blob/master/research/object_detection/colab_tutorials/inference_tf2_colab.ipynb (modified to not be a python notebook and to use the referenced model) only generates detections with a score <= 1e-7
3. Steps to reproduce
Follow the steps described in the notebook.
4. Expected behavior
At least 1 detection with a "positive" score
5. Additional context
The output from running the script
6. System information
community/tensorflow-opt-cuda
)