tensorflow #protocolbuffer #protoc #objectDetection #객체추출
-
[객체추출] Object detection with 텐서플로머신러닝 || 딥러닝 2022. 9. 8. 02:34
Object detection using Tensor flow API Setup (MAC) Install Python library $ pip install pillow $ pip install lxml $ pip install jupyter $ pip install matplotlib Install protocol buffer 1. download protobuf-all-21.5.tar.gz from https://github.com/protocolbuffers/protobuf/releases 2. Extract the tar.gz file. 3. $cd ~/Downloads/protobuf-2.4.1 4. $./configure 5. $make 6. $make check 7. $sudo make in..