dem-bones icon indicating copy to clipboard operation
dem-bones copied to clipboard

An automated algorithm to extract the linear blend skinning (LBS) from a set of example poses

Results 10 dem-bones issues
Sort by recently updated
recently updated
newest added

Hi, First, I want to say that I'm very impressed with DemBones solution and its possibilities. I'm wondering if it is possible to obtain the output animation of the RIG...

Hi, It's me again! I met a problem when calculate the gradient ( solveP function) . when calculate z by solve the linear system A * z = b some...

### The issue is as : mac@Ayushs-MacBook-Pro MacOS % ./dembones -a=a.abc -i=a.fbx -o=out.fbx -b=16 dyld: Library not loaded: /usr/local/opt/llvm/lib/libomp.dylib Referenced from: /Users/mac/Desktop/dem-bones-1.2.0/bin/MacOS/./dembones Reason: no suitable image found. Did find: /usr/local/opt/llvm/lib/libomp.dylib:...

please add compute joint scale

In class `MyDemBones` of mainCmd.cpp, the member variables tolerance and patience are initialized to (1e-3) and (3). However, these values are never updated to those passed in via the command...

I'm seeing some Imath related compilation issues. Thanks!

![企业微信截图_16717911703795](https://user-images.githubusercontent.com/73510859/209324361-aaa2da87-44b2-49bd-a429-73977681986e.png) Initializing bones: 1>1 Only 1 bone was generated in .fbx file Is there anything not set? How to generate 20 bones normally。 Looking forward to your reply

I have some `.abc` files and the init pose `.fbx`. Do I need to concatenate all the motion sequences into one `.abc` file? or I can use some scripts to...

![image](https://user-images.githubusercontent.com/56219029/196362029-9773ecd1-3f9b-4ec0-882c-0e9de1d6de31.png) The script I used: `call "../bin/Windows/DemBones.exe" -i="dress.fbx" -a="dress_shape00_01_01.abc" -b=40 -o="dress_40.fbx" -n=100 --nWeightsIters=3 -z=8` The decomposition result looks terrible. Can you give some suggestions? ![image](https://user-images.githubusercontent.com/56219029/196362495-47662bc1-6833-4a67-a5c4-bd5f2f485eae.png)