HackerTrans
TopNewTrendsCommentsPastAskShowJobs

matroid

no profile record

Submissions

Show HN: Move Lights in a Photograph in 3D

vrroom.github.io
5 points·by matroid·3 maanden geleden·4 comments

Show HN: TokenLight – Move Lights in a Photograph in 3D

vrroom.github.io
2 points·by matroid·3 maanden geleden·0 comments

TokenLight: Precise Lighting Control in Images Using Attribute Tokens

vrroom.github.io
1 points·by matroid·3 maanden geleden·1 comments

Simple 3D Packing

github.com
70 points·by matroid·7 maanden geleden·10 comments

FaceLift [ICCV 2025]

huggingface.co
1 points·by matroid·9 maanden geleden·1 comments

comments

matroid
·3 maanden geleden·discuss
I guess it would be a good experiment these days, to see how Nano Banana or OpenAI's latest image to image models will be at transferring lighting while preserving the original style domain, like you suggest.

Thanks for the thoughts :)
matroid
·3 maanden geleden·discuss
That's a good question!

We made the training data for this using a physically based renderer (i.e, Cycles in Blender).

For non-photorealistic art, there are way too many ways in which artists communicate lighting (even in sketch, which is different from pixel-art / video game, there are at least a couple of ways (a) solid shading (b) hatching).

I'm not sure how to extend our methodology (synthetic data in 3D modeling software + train model) to these settings.

Ooh, I didn't know about Myst-style games. I'll definitely check them out!
matroid
·3 maanden geleden·discuss
Hello, I have this project where you can move lights in 3D inside a photograph.

This is the project page and has some cool demos (atleast I think!). Do check them out and let me know what you all think!
matroid
·6 maanden geleden·discuss
Thanks. I'll link it in the first line in the README. I think the interlocking-free part can pack cups like you suggest. They propose a flood fill algorithm which computes all the reachable places for the voxelized shape. It doesn't put assumptions on convexity. I think it would be a great example to try it out on though.
matroid
·7 maanden geleden·discuss
A while back, I implemented a paper that had showed up on HN for a course project (Dense, Interlocking-Free and Scalable Spectral Packing of Generic 3D Objects).

Over the holidays, I cleaned up the implementation (with the help of Claude Code, although this is not an advertisement for it) and released it on GitHub.

If anyone needs fast 3D packing in python, do give this a shot. Hopefully I have attributed all the code/ideas I have used from elsewhere properly (if not, please feel free to let me know).
matroid
·9 maanden geleden·discuss
Hey everyone, I wanted to share my friend's work on Single Portrait Photograph to 3D Head Model. He has a Huggingface demo that you can play with!