参考官方文档:https://tensorflow.google.cn/hub/tutorials/tf2_object_detection

 

以下为安装脚本:

git clone https://github.com/tensorflow/models.git
cd models/research
protoc object_detection/protos/*.proto --python_out=.
cp object_detection/packages/tf2/setup.py .
python -m pip install --use-feature=2020-resolver .

 

相关文章:

  • 2021-04-13
  • 2022-01-11
  • 2022-12-23
  • 2021-10-20
  • 2021-04-23
  • 2022-01-04
  • 2021-11-18
  • 2021-11-18
猜你喜欢
  • 2021-11-12
  • 2021-07-22
  • 2021-04-29
  • 2021-05-11
  • 2022-01-30
  • 2021-07-10
  • 2022-12-23
相关资源
相似解决方案