Home > Net >  Tensorflow Object Detection API taking forever to install in a Google Colab and failing
Tensorflow Object Detection API taking forever to install in a Google Colab and failing

Time:11-20

I am trying to install the Tensorflow Object Detection API on a Google Colab and the part that installs the API, shown below, takes a very long time to execute (in excess of one hour) and eventually fails to install.

# Install the Object Detection API
%           
  • Related