axinc-ai / ailia-models

The collection of pre-trained, state-of-the-art AI models for ailia SDK
1.92k stars 311 forks source link

ADD HybrIK #814

Open kyakuno opened 2 years ago

kyakuno commented 2 years ago

https://github.com/Jeff-sjtu/HybrIK

amoaxell commented 1 year ago

The SVD operator is not present in the ONNX standard, so it would be required to do it in Python. But the operator is present in large node groups of the graph, that would be difficult to extract without first creating better ONNX tools.

Here is the location of one of the two SVD nodes in the (very large) Hybrik graph: (there are 2 screenshots to show that there are many nodes before and after the SVD)

hybrik-part

hybrik-part-2

amoaxell commented 1 year ago

As a result, I give up on this issue. If somebody wants to try, they are welcome. They may have better tools or be more familiar with the task.