기억 저장소

클라우드 기반 인공지능 개발과 DevOps 실무

인공지능/텐서 플로우

텐서 플로우 Object Detection API protobuf 다운 및 사용

하늘.98 2021. 12. 30. 11:53

 

프로토콜 버퍼(Protocol Buffers, Protobuf)는 구조화된 데이터를 직렬화하는 방식이다.

유선이나 데이터 저장을 목적으로 서로 통신할 프로그램을 개발할 때 유용하다.

1. 통신이 빠르기 때문이다.

2. 파싱을 할 필요가 없다.

 

protobuf다운 경로

https://github.com/protocolbuffers/protobuf/releases

 

Releases · protocolbuffers/protobuf

Protocol Buffers - Google's data interchange format - protocolbuffers/protobuf

github.com

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

--------------------------------------------사이트 정리  ------------------------------------------

protobuf 공식 github 사이트 

https://github.com/protocolbuffers/protobuf

 

GitHub - protocolbuffers/protobuf: Protocol Buffers - Google's data interchange format

Protocol Buffers - Google's data interchange format - GitHub - protocolbuffers/protobuf: Protocol Buffers - Google's data interchange format

github.com

 

 

 

공식 사이트 사용 방법 가이드라인            이거 보고 따라하면 된다. :

https://tensorflow-object-detection-api-tutorial.readthedocs.io/en/latest/install.html

 

Installation — TensorFlow 2 Object Detection API tutorial documentation

Anaconda Python 3.8 (Optional) Although having Anaconda is not a requirement in order to install and use TensorFlow, I suggest doing so, due to it’s intuitive way of managing packages and setting up new virtual environments. Anaconda is a pretty useful t

tensorflow-object-detection-api-tutorial.readthedocs.io