正在加载视频...

视频加载失败

Been working on the Bread Man rig v3 for a while. New features include: -Cycles/Universal Highlights Shader Support -Geometry nodes face rig with snapping -Simpifed rig controls -10x(ish) better performance -No Goo Engine needed(Vanilla) Still need to finish the face

21,738 次观看 • 2 年前 •via X (Twitter)

10 条评论

Vortex 的头像
Vortex2 年前

I will definitely try to make the face rig as or more flexible than the old one, but it'll take a while. There is a lot more math to be done now it's purely in geo nodes. But it will be viewable in solid mode and run way way way faster.

blue 的头像
blue2 年前

OOOOH thats so exciting in vanilla too??? thats epic

GAMGAM 的头像
GAMGAM2 年前

i need this asap this looks amazing

❄️Wehttam™ 的头像
❄️Wehttam™2 年前

oh my god this is literally perfect for an animation I was thinking about making Thank you for your service 🙏

AhmadGT 🇵🇸 的头像
AhmadGT 🇵🇸2 年前

That's Awesome!!!!

A M 的头像
A M2 年前

how much are u selling this?????!?!?!?!?!?!?!:?!?!?!?!?!? ? TAKE MY CARD!!!

JEFFIN 的头像
JEFFIN2 年前

is any old version of the rig available for download or is it a private rig? :)

Vortex 的头像
Vortex2 年前

@JefinDoPao Well I took down the downloads and page for the older version but I actually have already setup the gumroad page with a version of this rig and shader but It's not properly released or ready for use yet so it may be a bit broken and disorganized.

elonkkj 的头像
elonkkj2 年前

Will it be for cinema4d or blender??

Vortex 的头像
Vortex2 年前

Blender I've never used C4D

相关视频

Colmap 4.0 was very recently released, so it inspired me to do some work to better understand it and its new capabilities with Rerun. I want to really understand how Colmap, and in particular, pycolmap, works outside of just calling it via the CLI. So my goal is to use the low-level pycolmap API to log every part of the pipeline. The explicit goal is to have an alternative to the SQLite database that I can utilize. Instead of SQLite, I want to try logging everything directly to rerun and use RRD. This means I can have deep inspectability and still save the features/matches/2D view geometry, but be able to view it directly in rerun. I think this is one of the superpowers that rerun provides; data and visualizations are deeply integrated. As I'm often working with sequential data (videos), I'm going to specifically focus on four things: 1. Monocular Video Simple: Calls high-level APIs such as pycolmap.extract_features, pycolmap.match_sequential, pycolmap.incremental_mapping. These are basically identical to the CLI options and provide a good baseline. 2. Monocular Video Streamed: Take the above high-level APIs and break them down to their iterator version, logging each component in a streamed manner. This way, I can stream the intermediate features to rerun while the extraction/matching/mapping is happening. 3. Rig with unknown calibration: <- WHAT THE VIDEO SHOWS This is probably the most interesting version and the first one I've been working on. It allows one to set a rig between known sensors, such as in VR/AR devices, leading to much better reconstructions with multiple cameras. This is the case where we don't know the calibration a priori, so we have to run a reconstruction twice: once as a normal Colmap reconstruction with no rig constraints, use this to generate the constraints, and then do it again with the newly found rig. 4. Rig with known calibration: This is the RoboCap example, where we have a pre-calibrated set of sensors, so we don't need to run the two reconstructions and also gain better matching between cameras, both spatially and temporally. Again, this leads to a much better reconstruction! Along with all this, GLOMAP has become a first-class global mapper, making it super easy to use directly within pycolmap! I'm excited to do more with this and compare it to things like pycuvslam, vipe, and other alternatives.

Pablo Vela

30,070 次观看 • 3 个月前