Open monacv opened 3 years ago
@monacv I faced a similar problem due to the presence of multiple persons in the image. The different object files that you have posted correspond to different people in the image. It depends on Openpose/2D pose estimates that you get from the image. You can try to use a bounding box to get a better estimate or try to ignore lesser confident pose estimates.
On running openpose on your image, I was able to plot 3 people. The person with the kite is having the highest confidence while the 2 other people in the background are poorly estimated.
@Anirudh257 thank you so much, do you know why the following folders have no output?
├── images
│ └── HICO_test2015_00001000
│ ├── 000
│ ├── 001
│ └── 002
@monacv I also get these empty folders on running SMPL-X, I think that we are not giving the visualize variable and these folders might contain the overlayed mesh on the RGB image.
@monacv , @Anirudh257 Can you tell me from where you got 'smplx_parts_segm.pkl' file? For now I am using smplh/parts_segm.pkl from human_body_prior repository. And all I get is a black screen when I fit on an image. Have yoy come across such issue?
Hi @itsanjukumar I think that I had gotten it from https://smpl-x.is.tue.mpg.de/
So, when I run the fit code in batch among all test images of hico-det, it fails for
HICO_test2015_00001000.jpg
image however, if I run it separately on it, it doesn't. I am very confused by what is happening and how to fix it.Additionally, the results look like the following where in three folders, namely 000, 001, and 002 are created for meshes folder of results for this specific input image. I am not sure what they correspond to?
Here's the image:
The script is:
Previously, the same image failed with this error: "NaN loss value"
I get that one of the obj files shown in MeshLab is the lady holding a kite but what about the other two obj files? https://github.com/DirtyHarryLYL/DJ-RN/issues/50