Draft: add unseen_object_clustering
I've created a simple setup script with poetry and pip. This way it can also be installed within a conda environment as poetry automatically detects this.
- The weights have to be downloaded manually https://drive.google.com/file/d/1O-ymMGD_qDEtYxRU19zSv17Lgg6fSinQ/view?usp=sharing to ./data
- The component can be started with
poetry run experiments/scripts/armarx.sh
, or source.venv/bin/activate
and thenexperiments/scripts/armarx.sh
Let me know if this works for you. I can also help.