mmpose
mmpose copied to clipboard
the erro happended when using my picture instead of the orignal in the 3D human keypoints
The first is the offical guideline,and I try use my picture with a new adress to replace the underline code.But I failed.Can you help me?Thanks!
@graceforlife Hi. The argument --img-root should be the file directory of the image instead of the whole filename of your picture. Try to use this:
--img-root xxx/Pictures/
@graceforlife Hi. The argument
--img-rootshould be the file directory of the image instead of the whole filename of your picture. Try to use this:--img-root xxx/Pictures/
I changed it as you said, but it still appears erro,and the .jpg does not appear in my folder, but in the original image root folder

I see. This demo requires the json_file as input as well. You can find the description about the argument here. In this example, the json-file is tests/data/h36m/h36m_coco.json, which contains the filename of the image:

If you would like to use your own images, please modify the file_name in the given json_file
I see. This demo requires the
json_fileas input as well. You can find the description about the argument here. In this example, the json-file istests/data/h36m/h36m_coco.json, which contains the filename of the image:
If you would like to use your own images, please modify the
file_namein the givenjson_file
oooo!I get it ,thank u very much!