keel-210 / OpenPose-Rig

tf-openpose and unity IK
98 stars 28 forks source link

issue with the limited of 3d_data and questions #7

Open skanel opened 4 years ago

skanel commented 4 years ago

In my tf_openpose , it genereated data up to 3d_data126.txt item , but when I run in unity I got this error message could not find 3d_data127.txt . , it might cause index out of range ?

I have four questions, hope you help to answer:

  1. How we could limited the file produced by tf_openpose, like this case?
  2. Sometimes I got the 0 as the content of file in 3d_data???.txt, can help to explain ?
  3. I am not test with multiple human, is this support for this case?
  4. In your code Estimate_from_movie.py , I see you declare a var `out_dir = './movie/data_doit``, can you tell this will use, ? is it related to unity here?

Thanks for great works.

keel-210 commented 4 years ago

First, note that this project is for testing and is not fully supported. Then answer the questions,

  1. The number of data is limited by BoneController.Data_Size.
  2. All are for checking 0 data and not updating joints. It doesn't matter.
  3. There is no support for multiple people.
  4. I don't remember a little, but I think it was to extract the posture information of the video of Shia Saide LaBeouf. Unity doesn't matter.
skanel commented 4 years ago

Thanks @keel-210 for response.

296022884 commented 4 years ago

Thanks @keel-210 for response.

Where can I find the 3D_data.txt file?I have not found the JSON data of the skeleton in my tf-openpose-estimation. Thank you!

296022884 commented 4 years ago

Where can I find the 3D_data.txt file?I have not found the JSON data of the skeleton in my tf-openpose-estimation. Thank you!