2 years ago
#70568
ilaria Ciuffreda
run yolov3 in a docker image with python
I am trying to convert YOLOv3 code in a docker image container for a lambda function in AWS. when I run my app.py code (with Yolo v3 code ) in the cloud watch I can see that a part of the code runs but it stops at this point
net = cv2.dnn.readNet("./yolov3.weights", "./yolov3.cfg")
yolov3.weights
and yolov3.cfg
are saved in the var/task/ of lambda function.
Can you please help me to fix this issue?
python
amazon-web-services
yolo
0 Answers
Your Answer