Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.32 KB

readme.md

File metadata and controls

54 lines (33 loc) · 1.32 KB

Live 3D Reconstruction Demos

Table of Contents

Description

This project showcases my work with the AVRT project. The goal of this project is to develop an AR assisted maintenance tool on the Hololens2 using pose estimation (FoundationPose) and object detection (YoloV10) algorithms.

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/yourproject.git
  1. Pull Docker File (FoundationPose Instructions):

If first time running project, build all extensions.

bash build_all.sh

Pull and run docker container.

cd docker/
docker pull wenbowen123/foundationpose && docker tag wenbowen123/foundationpose foundationpose  # Or to build from scratch: docker build --network host -t foundationpose .
bash docker/run_container_modified.sh
  1. Open Unreal Engine Project File:

In Unreal Projects folder, open AVRT.uproject.

Finish this up later.

Demo

Below is a current demo of the project.

Untitled.video.-.Made.with.Clipchamp.4.mp4

Contact

This project showcases my ongoing work with VeyondMetaverse. For further details or inquiries, feel free to reach out to me at [email protected].