tensorflow / models

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

in tensorflow object detection api i want to change the bounding box colors? how? #7732

Open angyee opened 5 years ago

angyee commented 5 years ago

System information

OS Linux Ubuntu 16.04 tensorFlow installed from = pip3 install tensorflow-gpu TensorFlow version = 1.x CUDA/cuDNN version: 10.1 GPU model and memory: 2080ti nvidia

in the tensorflow object detection api into that i want to change the colors of bounding box ? for that any changes required to replace in models/research/object_detection/utils/visualization_utils.py ? so where and which line?

tensorflowbutler commented 5 years ago

Thank you for your post. We noticed you have not filled out the following field in the issue template. Could you update them if they are relevant in your case, or leave them as N/A? Thanks. What is the top-level directory of the model you are using Have I written custom code OS Platform and Distribution Bazel version Exact command to reproduce

angyee commented 5 years ago

OS Linux Ubuntu 16.04 tensorFlow installed from = pip3 install tensorflow-gpu TensorFlow version = 1.x CUDA/cuDNN version: 10.1 GPU model and memory: 2080ti nvidia Have I written custom code N/A OS Platform and Distribution LINUX Ubuntu 18.04 Bazel version N/A Exact command to reproduce N/A

in the tensorflow object detection api into that i want to change the colors of bounding box ? for that any changes required to replace in models/research/object_detection/utils/visualization_utils.py ? so where and which line?