Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 820 Bytes

ReadMe.md

File metadata and controls

29 lines (21 loc) · 820 Bytes

Project Description

Developing real-time uncertainty quantification for semantic segmentation tasks. The goal is to have a downstream robot, conditioned on well calibrated UQ statistics interact with human operators on joint assembly tasks.

maintainer: [email protected]

Getting Started

Prerequistites

This project assumes you have CUDA support 11.6+ and use anaconda for python environment management.

Installation

  1. Clone the github repository:
$ git clone https://github.com/UTNuclearRoboticsPublic/rt_uq_semantic_segmentation
  1. Recreate the python environment
$ conda env create -f environment.yml
  1. Install StochMan dependency in project directory
$ git clone https://github.com/IlMioFrizzantinoAmabile/stochman
$ cd stochman
$ python setup.py install