dippmatt / distinguishing-similar-objects

0 stars 0 forks source link

Distinguishing Similar Objects

This repository aims to include all code and documentation to replicate the result of 2024s Course "376.055, Robot Vision - Select Topics" Task 2 - Distinguishing Similar Objects of TU Wien.

Distinguishing Similar Objects

SOTA Research

All found literatur is documented in literature.md.

Setup

Dependencies:

If using Python > V.3.8, a separate virtual environment for the BOP Toolkit is required, as described in Step 2.

If using Python <= 3.8 only one virtual environment is required.

Setup for Ubuntu 22.04

Debian Packages: unzip python3.10-venv python3-dev build-essential git cmake imagemagick

1. Python dependencies for this repo:

These dependencies assume Cuda 12 and Python 3.10.

2. Build BOP Toolkit Requriements:

Here is the manual

Manual installation Install venv or the virtual environment of your choice: sudo apt-get install -y Run python3 -m venv venv to create the environment.

Notes: