HackerTrans
トップ新着トレンドコメント過去質問紹介求人

matroid

no profile record

投稿

Show HN: Move Lights in a Photograph in 3D

vrroom.github.io
5 ポイント·投稿者 matroid·3 か月前·4 コメント

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

vrroom.github.io
2 ポイント·投稿者 matroid·3 か月前·0 コメント

TokenLight: Precise Lighting Control in Images Using Attribute Tokens

vrroom.github.io
1 ポイント·投稿者 matroid·3 か月前·1 コメント

Simple 3D Packing

github.com
70 ポイント·投稿者 matroid·7 か月前·10 コメント

FaceLift [ICCV 2025]

huggingface.co
1 ポイント·投稿者 matroid·9 か月前·1 コメント

コメント

matroid
·3 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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!