| ## Installation | |
| The environment installation mainly follows [LISA](https://github.com/dvlab-research/LISA). | |
| ``` | |
| https://github.com/wudongming97/AffordanceNet.git | |
| cd AffordanceNet | |
| conda create -n affordancenet python=3.9 | |
| conda activate affordancenet | |
| pip install -r requirements.txt | |
| pip install flash-attn --no-build-isolation | |
| ``` | |