Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
kennymckormick committed Mar 29, 2023
1 parent 82dc080 commit de39028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ This repo is the official implementation of [PoseConv3D](https://arxiv.org/abs/2
```shell
git clone https://github.com/kennymckormick/pyskl.git
cd pyskl
# This command runs well with conda 22.9.0, if you are running an early conda version and got some errors, try to update your conda first
conda env create -f pyskl.yaml
conda activate pyskl
pip install -e .
Expand Down
1 change: 1 addition & 0 deletions demo/demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ We currently provide an offline GPU-demo for skeleton action recognition and an
- Before running the skeleton action recognition demo, make sure you have installed `mmcv-full`, `mmpose` and `mmdet`. We recommend you to directly use the provided conda environment, with all necessary dependencies included:
```bash
# Following commands assume you are in the root directory of pyskl (indicated as `$PYSKL`)
# This command runs well with conda 22.9.0, if you are running an early conda version and got some errors, try to update your conda first
conda env create -f pyskl.yaml # Create the conda environment (named `pyskl`) for this project, run it if you haven't created one yet.
conda activate pyskl # Activate the `pyskl` environment
pip install -e . # Install this project
Expand Down

0 comments on commit de39028

Please sign in to comment.