I got my environment working, tested via demo_inference script.
My goal is to use AlphaPose for the list single images. To accomplish that; I imported demo_api.py as a module in my custom script where I am trying to run estimator in a loop after I cropped images one by one by calling SingleImageAlphaPose.process function.
I get following error:
Loading YOLO model..
FileNotFoundError(2, 'No such file or directory')
An error as above occurs when processing the images, please check it
[None]
The piece of code I put into the for loop as follows:
Hi all,
I got my environment working, tested via demo_inference script.
My goal is to use AlphaPose for the list single images. To accomplish that; I imported demo_api.py as a module in my custom script where I am trying to run estimator in a loop after I cropped images one by one by calling SingleImageAlphaPose.process function.
I get following error:
The piece of code I put into the for loop as follows:
What is the correct way of passing individual images to the process function of SingleImageAlphaPose class?