Update INSTALL.md

pull/139/head
Xueyan Zou 2023-10-04 17:30:30 -05:00 committed by GitHub
parent 04037aca23
commit bc026f5b16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions
assets/readmes

View File

@ -0,0 +1,33 @@
# Installation Guide
**General Environment**
* Linux System
* CUDA enabled GPU with Memory > 8GB (Evaluation)
* CUDA enabled GPU with Memory > 12GB (Training)
**Installation**
```sh
# Python Package Installation
pip install -r assets/requirements/requirements.txt
pip install -r assets/requirements/requirements_custom.txt
# Customer Operator [only need training deformable vision encoder]
cd modeling/vision/encoder/ops && sh make.sh && cd ../../../../
# System Package [only need for demo in SEEM]
sudo apt update
sudo apt install ffmpeg
```
**Dataset Preparation**
Please refer to [DATASET.md](assets/readmes/DATASET.md).
**Evaluation Tool**
```
```
**Environment Variables**
**Pretrained Checkpoint**