Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@ conda activate pyskl
pip install -e .
```

## Installation Python 3.10
```shell
git clone https://github.com/kennymckormick/pyskl.git
cd pyskl
conda env create -f pyskl_310.yaml
conda activate pyskl
pip install -e .
```

## Demo

Check [demo.md](/demo/demo.md).
Expand Down
130 changes: 130 additions & 0 deletions pyskl_310.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
name: pyskl_310
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- _openmp_mutex=4.5=1_gnu
- blas=1.0=mkl
- brotlipy>=0.7.0
- bzip2=1.0.8=h7b6447c_0
- ca-certificates=2023.01.10=h06a4308_0
- certifi=2022.12.7=py310h06a4308_0
- cffi=1.15.1=py310h5eee18b_3
- cryptography=39.0.1=py310h9ce1e76_0
- cudatoolkit=11.3.1=h2bc3f7f_2
- ffmpeg=4.3=hf484d3e_0
- freetype=2.12.1=h4a9f257_0
- giflib=5.2.1=h7b6447c_0
- gmp=6.2.1=h295c915_3
- gnutls=3.6.15=he1e5248_0
- idna=3.4=py310h06a4308_0
- intel-openmp=2021.4.0=h06a4308_3561
- jpeg=9e=h7f8727e_0
- lame=3.100=h7b6447c_0
- lcms2=2.12=h3be6417_0
- ld_impl_linux-64=2.38=h1181459_1
- libffi=3.4.2=h6a678d5_6
- libgcc-ng=11.2.0=h1234567_1
- libgomp=11.2.0=h1234567_1
- libiconv=1.16=h7f8727e_2
- libidn2=2.3.2=h7f8727e_0
- libpng=1.6.37=hbc83047_0
- libsodium=1.0.18=h36c2ea0_1
- libstdcxx-ng=11.2.0=h1234567_1
- libtasn1=4.16.0=h27cfd23_0
- libtiff>=4.4.0
- libunistring=0.9.10
- libuv=1.40.0
- libwebp=1.2.0=h89dd481_0
- lz4-c=1.9.3=h9c3ff4c_1
- mkl>=2021.4.0
- mkl-service>=2.4.0
- mkl_fft>=1.3.1
- mkl_random>=1.2.2
- ncurses=6.3=h7f8727e_2
- nettle=3.7.3=hbbd107a_1
- ninja=1.10.2=h06a4308_5
- ninja-base=1.10.2=hd09550d_5
- numpy>=1.23.4
- numpy-base>=1.23.4
- openh264=2.1.1=h4ff587b_0
- openssl=1.1.1t=h7f8727e_0
- pip=23.0.1=py310h06a4308_0
- pycparser=2.21=pyhd8ed1ab_0
- pyopenssl=23.0.0=py310h06a4308_0
- pysocks=1.7.1=py310h06a4308_0
- python=3.10.9=h7a1cb2a_0
- pytorch=1.12.1=py3.10_cuda11.3_cudnn8.3.2_0
- pytorch-mutex=1.0=cuda
- readline=8.1.2=h7f8727e_1
- setuptools=67.6.0=pyhd8ed1ab_0
- six=1.16.0=pyh6c4a22f_0
- sqlite>=3.38.2
- tk=8.6.12=h1ccaba5_0
- torchaudio=0.12.1=py310_cu113
- torchvision=0.13.1=py310_cu113
- typing_extensions=4.4.0=py310h06a4308_0
- wheel=0.40.0=pyhd8ed1ab_0
- xz>=5.2.5
- yaml=0.2.5=h7b6447c_0
- zeromq=4.3.4=h2531618_0
- zlib>=1.2.11
- zstd>=1.5.2
- pip:
- addict==2.4.0
- backcall==0.2.0
- chardet==5.1.0
- charset-normalizer==3.1.0
- chumpy==0.70
- cycler==0.11.0
- cython==0.29.34
- decorator==5.1.1
- decord==0.6.0
- fonttools==4.39.0
- fvcore==0.1.5.post20221221
- imageio==2.28.0
- imageio-ffmpeg==0.4.8
- iopath==0.1.10
- ipython==8.10.0
- jedi==0.18.2
- json-tricks==3.16.1
- kiwisolver==1.4.4
- matplotlib==3.6.3
- matplotlib-inline==0.1.6
- mmcv-full==1.7.0
- mmdet==2.25.1
- mmpose==0.29.0
- moviepy==1.0.3
- msgpack==1.0.4
- msgpack-numpy==0.4.8
- munkres==1.1.4
- opencv-python==4.7.0.72
- packaging==23.1
- parso==0.8.3
- pexpect==4.8.0
- pickleshare==0.7.5
- pillow==9.4.0
- portalocker==2.7.0
- proglog==0.1.10
- prompt-toolkit==3.0.38
- ptyprocess==0.7.0
- pycocotools==2.0.6
- pygments==2.14.0
- pyparsing==3.0.9
- python-dateutil==2.8.2
- pyyaml==6.0
- requests==2.28.2
- scipy==1.9.3
- tabulate==0.9.0
- termcolor==2.2.0
- terminaltables==3.1.10
- tqdm==4.65.0
- traitlets==5.9.0
- typing-extensions==4.5.0
- urllib3==1.26.15
- wcwidth==0.2.6
- xtcocotools==1.13
- yacs==0.1.8
- yapf==0.32.0
Loading