프로토콜 버퍼(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
'인공지능 > 텐서 플로우' 카테고리의 다른 글
텐서 플로우 :Object_Detection_API_on_Colab/ 코랩을 이용한 Object Detectin (0) | 2021.12.30 |
---|---|
텐서 플로우 Object Detection 샘플 코드를 이용하여 비주얼 스튜디오에서 이미지에 오브젝트 디텍션 사용하기 (0) | 2021.12.30 |
텐서플로우: TensorFlow Object Detection 설치 / 환경구축하기 환경만드는 방법,환경시작하기,처음부터 끝까지 완벽정리 (0) | 2021.12.29 |
텐서 플로우 : Object Detection CoCo API / CoCo API 다운받기 (0) | 2021.12.29 |
텐서 플로우 Object Detection API/ model 모듈 찾기 (0) | 2021.12.29 |