install tensorflow OBJECT DETECTION api 🤯🤯 WINDOWS|ESPAÑOL 2021|✅|🐍

Опубликовано: 10 Март 2026
на канале: PAL Ingeniero
1,053
22

INSTALAR TENSORFLOW CON SOPORTE PARA GPU :   • Install tensorflow 🐍🤯|ESPAÑOL 2021|como IN...  

1) Clonar el repositorio en una carpeta de destino con
a. git clone https://github.com/tensorflow/models.git
2)Instalar/ Compilar protobuf
a. https://github.com/google/protobuf/re... se descargan de este link PROTOBUF
b. Descomprimir en la misma carpeta donde se descargó la api
c. Variables de entorno se agraga a la variable path
-Path de instalación\protoc\include
-Path de instalación\protoc\bin
d. en la Windows power shell
-Get-ChildItem object_detection/protos/*.proto | foreach {protoc "object_detection/protos/$($_.Name)" --python_out=.}
3) instalación COCO API
a. https://go.microsoft.com/fwlink/?Link... ¡IMPORTANTE! DEPENDENCIAS DE Visual studio 2015!!!
b. pip install cython
c. pip install git+https://github.com/philferriere/cocoa...

4) python -m pip install
5) python object_detection/builders/model_builder_tf2_test.py



MARCAS DE TIEMPO

00:00​ Introduccion
01:10​ clonar repositorio TF OD API
02:04​ Instalar protobuf windows
05:40​ Instalar COCO API windows
07:05​ setup
07:35​ Install Tensorflow Object Detection API windows
08:24​ Failed building wheel solved
08:53 Prueba de instalacion