Skip to content

lucasknook/TangibleObjects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive Visual Simulation with Tangible Objects

This repository contains the framework from the Bachelor's Thesis.

Demo video

Demo.mp4

Install Guide

  • Create a Python 3.10(.9) environment.
  • Install the following modules:
    # Install Pytorch and Torchvision (Check pytorch.org)
    pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
    
    # Install requirements for YOLO
    pip install ultralytics
    
    # Other requirements
    pip install scikit-learn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published