We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09d212 commit c31a5c7Copy full SHA for c31a5c7
official/projects/waste_identification_ml/Triton_TF_Cloud_Deployment/client/requirement.sh
@@ -46,6 +46,9 @@ pip install --no-cache-dir natsort absl-py opencv-python pandas pandas-gbq \
46
scikit-image scikit-learn webcolors==1.13 ffmpeg-python tf_keras \
47
tf_slim tritonclient[all]
48
49
+# Install the python package for the visualization.
50
+pip install tf-models-official
51
+
52
# Check if the 'models' directory exists before cloning.
53
if [ ! -d "models" ]; then
54
# Cloning project directory from TF Model Garden for postprocessing
0 commit comments