[Info Need]: 360° 3D reconstruction from single view or multiple views

I’m looking for code-base solution that can be used to reconstruct 360 ° view from a single image or from few image of different view angles.

Goal

I’ve an image of an object (with or without background). And I want to reconstruct new view from different angles and followed by 360° view in results - sounds like a mip-NeRF-360° .

So, input would be a single image (or few image with some views) and output would be 360° 3D view.

Candidates:

Any suggestion of paper-code-blogs-etc regarding this would be highly appreciated. Thanks.


NB. Any DNN framework is OK but TF2 and JAX preferred.