Skip to content

Commit c31a5c7

Browse files
No public description
PiperOrigin-RevId: 767760785
1 parent d09d212 commit c31a5c7

File tree

1 file changed

+3
-0
lines changed
  • official/projects/waste_identification_ml/Triton_TF_Cloud_Deployment/client

1 file changed

+3
-0
lines changed

official/projects/waste_identification_ml/Triton_TF_Cloud_Deployment/client/requirement.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ pip install --no-cache-dir natsort absl-py opencv-python pandas pandas-gbq \
4646
scikit-image scikit-learn webcolors==1.13 ffmpeg-python tf_keras \
4747
tf_slim tritonclient[all]
4848

49+
# Install the python package for the visualization.
50+
pip install tf-models-official
51+
4952
# Check if the 'models' directory exists before cloning.
5053
if [ ! -d "models" ]; then
5154
# Cloning project directory from TF Model Garden for postprocessing

0 commit comments

Comments
 (0)