pyyoloの動作確認(GCP) | Visualize the Invisible

Visualize the Invisible

データとAIを使って、混沌とした世界を「見える化」したい。

GCP上で

*******@instance-1:/home/WKUser/pyyolo-master$ sudo python example.py |tee ./log.txt

無事に動いた。
以下の情報を元にopencvで枠を付ければ良い。

{'right': 258, 'bottom': 193, 'top': 0, 'class': 'giraffe', 'prob': 0.628980278968811, 'left': 0}
{'right': 258, 'bottom': 193, 'top': 0, 'class': 'giraffe', 'prob': 0.5439785122871399, 'left': 0}
{'right': 244, 'bottom': 193, 'top': 0, 'class': 'giraffe', 'prob': 0.47870633006095886, 'left': 0}

{'right': 258, 'bottom': 193, 'top': 0, 'class': 'giraffe', 'prob': 0.4502774178981781, 'left': 0}