Hello,
The issue I’m facing is to install the Object Detection API using the cell with the code:
‘’’
%%bash
cd models/research/
protoc object_detection/protos/*.proto --python_out=.
cp object_detection/packages/tf2/setup.py .
python -m pip install .
‘’’
The execution hangs, and never get executed, I’m facing the same issue in the lab: Use the Object Detection API.