genea_visualizer icon indicating copy to clipboard operation
genea_visualizer copied to clipboard

Using visualizer with non-GENEA data?

Open purplemargharita opened this issue 2 years ago • 1 comments

I tried using this visualizer to render a bvh file coming from another dataset (not the GENEA dataset), where the skeleton has different joints and the name conventions differ. I changed a few parts in the code, such as the part for validating the bvh, however I can't seem to render a result since the server is stuck "Processing the file (this can take a while depending on file size)". The bvh file is not large (90). I was wondering if I'm missing something there and if you could provide any pointers to modifications that should be performed.

purplemargharita avatar Aug 31 '22 15:08 purplemargharita

dear @purplemargharita , you need to have a different FBX model in order to render a bvh file from a different skeleton.

As we explain in a previous issue https://github.com/jonepatr/genea_visualizer/issues/6 :

For using a different skeleton you would need to do several things:

Svito-zar avatar Sep 01 '22 06:09 Svito-zar