Feature request : add PR curve in tensorflow object detection api / eval.py

1 min read Original article ↗

System information

  • What is the top-level directory of the model you are using:object-detection
  • 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): Linux Ubuntu 16.04
  • TensorFlow installed from (source or binary):binary
  • TensorFlow version (use command below):2.0
  • Bazel version (if compiling from source):None
  • CUDA/cuDNN version:10.1/7.1
  • GPU model and memory:Quadra pro 5000 16GB
  • Exact command to reproduce:None

You can collect some of this information using our environment capture script:

https://github.com/tensorflow/tensorflow/tree/master/tools/tf_env_collect.sh

You can obtain the TensorFlow version with

python -c "import tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)"

Describe the problem

Feature request : add PR curve in tensorflow object detection api / eval.py

Source code / logs