Closed Soyoline closed 9 months ago
By using the pipeline here, it shows that: OSError: Failed to read input.png/000001.png. Seems this is why my inference fail. How can I deal with this problem? https://github.com/caizhongang/SMPLer-X/issues/22#issuecomment-1789266037 Here comes the logs
Seems you are trying to inference on a single image, please restructure it like a video. (with only 1 frame)
i.e. input.png -> input/000001.jpg
Then use ".../input" as the input arg.
P.S. Performance won't be impacted by an image format change.
Seems you are trying to inference on a single image, please restructure it like a video. (with only 1 frame)
i.e. input.png -> input/000001.jpg
Then use ".../input" as the input arg.
P.S. Performance won't be impacted by an image format change.
thanks, I have successfully inferenced. Appreciate for your helping.
When I try to inference, it shows these errors. Can someone tell me why and how to deal with it?