tensorflow / tensorflow/models
ssd_mobilenet_edgetpu_coco always reports 50% score for positive classifications on training (Object detection)
Open
@pkulzc is already working on this.
Since May 5, 2020.
models:research
type:bug
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
System information
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow):
No - OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
Debian 9.9 (Google Cloud Platform) - Mobile device (e.g., Pixel 4, Samsung Galaxy 10) if the issue happens on mobile device:
no - TensorFlow installed from (source or binary):
Binary - TensorFlow version (use command below):
1.14 - Python version:
3.5.3 - Bazel version (if compiling from source):
0.28.0 - GCC/Compiler version (if compiling from source):
- CUDA/cuDNN version:
10 - GPU model and memory:
P100 (15gb)
Please provide the entire URL of the model you are using?
Describe the current behavior
The model always provides 50 % as the output score for positive classfications in training. In inference on Coral EdgeTPU it is providing a larger range of scores.
Describe the expected behavior
Code to reproduce the issue
Other info / logs
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.