These instructions will guide you through the setup process for the project. Make sure you have conda installed before proceeding.
Clone the project repository to your local machine using the following command:
git clone https://github.com/gopaljigaur/task-detection-project
Create a new conda environment using the following command:
conda create --name <environment_name>
And then activate the environment using:
conda activate <environment_name>
Use make
to install the project dependencies and set up the necessary configurations. Choose the appropriate command based on your requirements:
-
For the full interactive setup including dependencies for Vision Transformer and maniskill2 setup, run:
make setup
-
For a full non-interactive setup, run:
make setup-ni
-
To setup only dino-vit dependencies, run:
make setup-vit
-
To setup only the maniskill2 simulation environment and download assets, run:
make setup-mani
At this point, the project is set up and ready to use. You can now proceed with your desired workflow.