Run YOLO on AWS.
[YOLO] https://github.com/ptxyasu/keras-yolo3 [AWS] EC2 https://aws.amazon.com/jp/ec2/
This time I used Amazon Linux 2, which was a free tier.
First, run YOLO in the environment where you usually develop. Here, I changed it so that it runs only on the CPU. Use the free command to check the CPU usage during execution. Then, it seemed that about 2G would be enough. → The instance type is decided to be t2.medium with a margin.
** After that, if you put tensorflow, keras, etc. and execute the detection program I was able to detect it safely! ** **
Execute the detection program through PHP so that the result can be confirmed from a smartphone or the like.
Recommended Posts