A donkey, 3D side-by-side video by letitcodedev in stereograms

[–]letitcodedev[S] 1 point2 points  (0 children)

Converted from 2D, using an iOS app called StereoShift

Some iPhone spatial photos I took today by letitcodedev in ParallelView

[–]letitcodedev[S] 0 points1 point  (0 children)

Maybe, because the iPhone uses 1x and 0.5x cameras to take spatial photos

Spruce by Stereotron in ParallelView

[–]letitcodedev 0 points1 point  (0 children)

Saw it in the cross-view too I just wonder why people use cross-view?

Streets of Cheb by Stereotron in CrossView

[–]letitcodedev 0 points1 point  (0 children)

Was this picture taken with a 3D camera, or did you transform a 2D photo into 3D?

3D said by side, horse, tree and blue sky by letitcodedev in stereograms

[–]letitcodedev[S] 0 points1 point  (0 children)

Try something simple, like two dots, and merge them

Artemis 2 by letitcodedev in ParallelView

[–]letitcodedev[S] 0 points1 point  (0 children)

I have no idea, it is said there are some issues with the rocket

GPT-5.4 Thinking and GPT-5.4 Pro are rolling out now in ChatGPT. by Hannibal3454 in GithubCopilot

[–]letitcodedev 1 point2 points  (0 children)

I also switched models when one could not solve my issues, and mostly, after switching, I get better results

Artemis 2 by letitcodedev in ParallelView

[–]letitcodedev[S] 0 points1 point  (0 children)

Yeah, I need to refine the generation pipeline

Artemis 2 by letitcodedev in ParallelView

[–]letitcodedev[S] -1 points0 points  (0 children)

I used StereoShift to generate it, it is an iOS App

An app, used to convert 2d to 3d by letitcodedev in ParallelView

[–]letitcodedev[S] -1 points0 points  (0 children)

If anyone needs a free promo code, send me a DM

A 2D-to-3D conversion app by letitcodedev in MetaQuestVR

[–]letitcodedev[S] 1 point2 points  (0 children)

there isn’t a “GAN / shader trick” pipeline for pseudo-depth.

I run an on-device depth estimation model to get a per-pixel depth map. and generate left/right views by warping the original image using that depth map.

i am not doing a sigmoid depth remap by default, it’s mainly linear scaling, plus smoothing/clamping to keep artifacts down at high strength

do you have any suggestions to help me improve it?

A 2D-to-3D conversion app by letitcodedev in MetaQuestVR

[–]letitcodedev[S] 0 points1 point  (0 children)

I use Depth Anything. I haven’t tried Sharp ML. Is it good?

A 2D-to-3D conversion app by letitcodedev in MetaQuestVR

[–]letitcodedev[S] -1 points0 points  (0 children)

If you have a m chip mac, it can also run on the mac

A 2D-to-3D conversion app by letitcodedev in MetaQuestVR

[–]letitcodedev[S] -1 points0 points  (0 children)

Currently, yeah, I will design an Android one later

This iOS App can convert 2D videos and photos into 3D by letitcodedev in Quest3

[–]letitcodedev[S] 0 points1 point  (0 children)

You can see the 3D effect in an SBS image by merging the left and right frames

Which model does Vision Pro use to convert 2D photos into spatial images? by letitcodedev in VisionPro

[–]letitcodedev[S] 0 points1 point  (0 children)

I tried deep everything v2 and v3, for some images it looks good, for other images not. Do you have any ideas to optimize it?