facebookresearch / pifuhd

High-Resolution 3D Human Digitization from A Single Image.
Other
9.49k stars 1.44k forks source link

OpenPose binary #134

Open asuhockey7 opened 3 years ago

asuhockey7 commented 3 years ago

I'm probably in way over my head, but somewhat new to machine learning. I'm trying to run this code on my machine locally, and can get the sample to run just fine, and would like to try it on some other images. However, I have no idea how to/where to install the "OpenPose binary" mentioned under step 1 of testing.

I'm on a windows 10 machine using anaconda, and anaconda prompt w/ a RTX 2080. Any help would be appreciated.

Ruinmou commented 3 years ago

Have you found any relevant information?

satsubatsu347 commented 2 years ago

Download and unzip the OpenPose source and build.

In the command: python apps/batch_openpose.py -d {openpose_root_path} -i {path_of_images} -o {path_of_images}

Replace "{openpose_root_path}" with the location of the OpenPose folder on you computer Example: python apps/batch_openpose.py -d C:\Users\FoonNotSpork\PythonBinaries\openpose -i ./sample_images -o ./results

ahmedaisar commented 2 years ago

I'm probably in way over my head, but somewhat new to machine learning. I'm trying to run this code on my machine locally, and can get the sample to run just fine, and would like to try it on some other images. However, I have no idea how to/where to install the "OpenPose binary" mentioned under step 1 of testing.

I'm on a windows 10 machine using anaconda, and anaconda prompt w/ a RTX 2080. Any help would be appreciated.

Bud can you share you windows BUILD files in a ZIP please.

z905762202 commented 2 years ago

can you share you windows BUILD files in a ZIP please.