Search code examples
reactjsnext.js3d3d-modelling

Is it Possible to Convert Imgs and Videos into 3d Model for virtual tours?


I'm developing a web application using React, Next.js, Node.js, and Python, where users can upload images and videos of properties. I want to create virtual tours by converting these uploads into 3D models (if possible).

  • Is it feasible to convert images (e.g., multiple angles) or videos (e.g., 360-degree) into 3D models programmatically?
  • What are the recommended approaches or tools for this process?
  • Should I consider photogrammetry software, online services, or specific libraries for image processing?

I'm looking for guidance on the best practices for achieving this functionality and any code examples or resources that could help me get started.


Solution

  • Currently working on an Ai project based on "SEM" (meta ai). Basically, sem allows you to segment anything and create an overmask with the poligons of the segmented objects from a custom image. The model is very strong and well defined. I suggest you take a look into it.