Frank-D

Results 14 issues of Frank-D

How to replace the OpenCV version during installation on Windows? Thanks!

Does the function ``` def extract_features(model, video, bbox, debug=False, batch_size=200, kp_2d=None, dataset=None, scale=1.3): ``` in ``` lib/data_utils/feature_extractor.py ``` Can handle different image sizes? For example, can we use the image...

enhancement

Is there a similar prior for hand model MANO? Thanks!

Hi~ When I used pyrender to generate some results, I met some errors. My environment is: Ubuntu 16.04, Python3.7, cuda10.0 and with PyOpenGL PyOpenGL_accelerate installed. ``` import math import trimesh...

Hi~ Thanks for your great work! I met a problem while compiling: ``` This is LuaTeX, Version 1.12.0 (MiKTeX 2.9.7300 64-bit) restricted system commands enabled. (./cv.tex ! Undefined control sequence....

help wanted

I wanna do live streaming using this pkg. However, although I have connected to the camera, I saw nothing in VLC... ![image](https://user-images.githubusercontent.com/55009565/113385083-fabf3580-93b9-11eb-97dc-aa3596755370.png)

As mentioned in the paper, you are using posenet's h36m dataset. And the training process adopts supervision on joint rotation. Are you using the rotation annotated by posenet? Are you...

Hi~ Thanks for your great work. I am playing with the locomotion soccer environment. But I have no idea about the meaning of some observation variables: They look like the...

Hi! Thanks for your awesome work! Do you have any plans of sharing train code? Thanks!

Thanks for your great work! I used the half-body video which is called example_speech. The input length is 10s. However, the result is only 2s. There only 30 frames generated...