Skip to content

Meta Quest application for Vitol challenge to track and recognize objects and patterns in Mixed Reality. LAUZHACK

License

Notifications You must be signed in to change notification settings

GabrielJuan349/TraceXR

Repository files navigation

Logo

TraceXR

Meta Quest application for Vitol challenge to track and recognize objects and patterns in Mixed Reality.
Report bug · Request feature

Table of contents

Quick start

Model download - ONNX format

You can find our ONNX model for EfficientNet B7 trained on TU-Berlin Sketch dataset in Google Drive.

About this project

This project combines multiple challenges from LauzHack of EPFL, Switzerland, which are proposed by companies such as AXA Group (an Artificial Intelligence model that can run on a laptop, mobile device, or immersive device), Logitech (using the MX Ink together with the Meta Quest 3/3S to create a Mixed Reality (XR) application), and primarily Vitol (creating an AI service for recognizing static and moving objects and/or a chatbot capable of interacting with the user).

As shown in the image below, this project is a multi-agent AI system combining Speech-To-Text with OpenAI Whisper for multi-agent routing and generating written responses when necessary using Qwen2.5-0.5b. It also utilizes YoLo11 for object detection in images, an EfficientNet-B7 (Arxiv) for recognizing patterns or drawings made with the MX Ink, and finally, OpenAI TTS for Text-to-Speech.

Multi Agent Architecture

The implementation within the Meta Quest has been done using WebXR. For more information... WebXR

Status

During the LauzHack is in development

What's included

agent-src/
│  ├── agent/
│  │    ├── image_prepos.py
│  │    ├── router.py
│  │    └── main.py
│  └── data-models/
│       ├── label_mapping.pkl
│       └── efficientnet_b7.onnx
├── models/
│    ├──efficient_net_b7.ipynb
│    ├──mobile_net.ipynb
│    └──yolov8.ipynb
├── assets/
├── examples/
├── .env.example
├── requirements.txt

Bugs and feature requests

Have a bug or a feature request? Please first read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.

Creators

Gabriel Juan

Jan Gras

Yeray Cordero

Nikalas Boyanov

Copyright and license

Code and documentation copyright 2024-2036 the authors. Code released under the MIT License.

Enjoy 🤘

About

Meta Quest application for Vitol challenge to track and recognize objects and patterns in Mixed Reality. LAUZHACK

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •