Open joel5638 opened 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 TensorFlow installed from TensorFlow version Bazel version CUDA/cuDNN version GPU model and memory Exact command to reproduce
1) We are using Tensorflow. 2) We downloaded the code from the models folder from the Tensorflow object detection api. 3) Linux(Ubuntu) patform 4) tensorflow installed with pip. 5) Tensorflow version 1.x 6) 7) CUDA version 20 ATTI 8) NVIDIA GEFORCE RTX 9) we are trying to change the color of bounding boxes in a object detection senario. We have visualization_utils.py file and the object detection file. We tried changing the color from defult 'red' to 'Pink' from the standard colours. But there is no change in the output.
how do we change the color of a bounding box? i tried updating the color to pink from red. But it doesn't work out.