- Install python version 3.10
Create virtual environment with conda (or venv) and activate it. Here is how to do with conda.
conda create venv
conda activate venv
pip install -r requirements.txt
You need to manually download the model weights and put the whole model folder inside this repository. The download link is : TBD
Open Exec_Detr.ipynb
and run each cell one after the other.