Live data from Hacker News

Show HN: Anything World – AI for 3D auto-rigging and animation

anything.world

51–53 of 53 posts

Re: Show HN: Anything World – AI for 3D auto-rigging and animation

#51

Very impressive! I suspect I'm not alone among the HN crowd in being curious to know how this AI works; I presume it is some kind of ANN? It's clearly not perfect when compared to rigging and skinning by a skilled artist, but it's pretty good. As someone who has done a large amount of 3D computer graphics myself, I think one would need close to a year of experience to be able to consistently produce something as good…

Its most likely some skeleton building based on distance from skin, probably with some ML model based on trained datasets. Animation looks like basically figuring out which part of the model moves the most based on training data ( legs for humans, wings for anything that has wings, 4 legged vs 2 legged), and then there is some gradient applied based on dynamic relation of mass with body parts reacting to the movement…

Sorry, we can't disclose all the technical intricacies, we can share that our approach involves the use of ML models, Neural Networks, and a series of refinement steps to enhance rigging and deliver more refined animations. You can check our tool here at https://app.anything.world/animation-rigging and please give us feedback

Re: Show HN: Anything World – AI for 3D auto-rigging and animation

#52

Unrelated, but there’s a gnarly CSS bug on your menu that causes the weirdest behavior on iOS. The native scroll bar appears much taller than it should be and visibly reacts to scrolling, but the content on the page does not (so I can’t reach the bottom of the menu). Might be a fixed parent element missing `overflow-y: none;` but the lack of devtools on mobile means I can’t check (even more tangentially, if anyone kn…

You can connect your apple device via cable to your Mac and open the inspector[0] of any open website in Safari.

For a quick look without a second device there is eruda[1], which enables an inspector via a JavaScript call[2].

[0] https://developer.apple.com/library/archive/documentation/Ap...

[1] https://github.com/liriliri/eruda

[2] javascript:(function () { var script = document.createElement('script'); script.src="https://cdn.jsdelivr.net/npm/eruda"; document.body.append(script); script.onload = function () { eruda.init(); } })();

Re: Show HN: Anything World – AI for 3D auto-rigging and animation

#53
post #2

Can someone make an AI to get rid of the website cookie pop-ups?

Pff, typical that people try to shoehorn AI where it doesn't belong! Install Ublock Origin, then activate the "Annoyances" lists under the "Filter lists" and you'll get rid of them, and many other annoyances.

I actually have ublock installed, just never realised there was an annoyances list, so thanks for that.
Post reply on HN