Open sourcing model_maker/core/util and model_maker/core/data

PiperOrigin-RevId: 478835650
This commit is contained in:
MediaPipe Team
2022-10-04 11:10:53 -07:00
committed by Copybara-Service
parent 38baaa00b1
commit fb3b0e788e
29 changed files with 2069 additions and 1 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ RUN pip3 install wheel
RUN pip3 install future
RUN pip3 install absl-py numpy opencv-contrib-python protobuf==3.20.1
RUN pip3 install six==1.14.0
RUN pip3 install tensorflow==2.2.0
RUN pip3 install tensorflow
RUN pip3 install tf_slim
RUN ln -s /usr/bin/python3 /usr/bin/python