Welcome to ARES’s documentation!

Installation

Before start, please first install ARES 2.0 as follows:

  • Initialize a dedicated environment for ARES 2.0.

conda create -n ares python==3.10.9
conda activate ares
  • Clone and setup:

git clone https://github.com/thu-ml/ares2.0
cd ares2.0
pip install -r requirements.txt
mim install mmengine==0.8.4
mim install mmcv==2.0.0
mim install mmdet==3.1.0
pip install -v -e .

Indices and tables