Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion get-prerequisites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gdown https://drive.google.com/uc?id=11mujzVaFqa7R1_lB7q0kVPW22Ol51MPg

# Install the Downloaded Wheel

pip install tensorflow-2.2.0-cp37-cp37m-linux_armv7l.whl
pip install --no-cache-dir tensorflow-2.2.0-cp37-cp37m-linux_armv7l.whl

# A Few more Prerequisites for the TensorFlow Object Detection API and Testing

Expand Down