You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git-history is specifically designed for creating databases of multiple changes made to some data over time - I'm not sure if that's quite right for what you're doing here.
Is the problem here that you need to compare the machine learning results against the manually graded entries?
Hi,
I have done work to get a machine learning pipeline to guess the bone name for a 3d model from training sets of 3d skeleton models.
The article has a demo of a scraper. For this purpose, instead of an API, a GitHub repo of binary 3d models (GLB and VRM) can be converted to TSV.
https://github.com/fire/avatar-wellness/blob/main/addons/catboost/catboost.gd
Is there a way to turn a script like "./convert_vrm_to_tsv.sh" and use it with Git History?
References:
Results
These bone names results will be compared against manually graded entries.
The text was updated successfully, but these errors were encountered: