Skip to content

Commit

Permalink
feat(pypi): update torchml pypi v0.1.1 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
DefTruth committed Feb 13, 2022
1 parent 984baf3 commit c65d690
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,20 @@
* albumentations>=1.1.0

### Installation
you can install **torchlm** directly from pip.
you can install **torchlm** directly from [pypi](https://pypi.org/project/torchlm/).
```shell
pip3 install torchlm
# install from specific pypi mirrors use '-i'
pip3 install torchlm -i https://pypi.org/simple/
```
or install from source.
```shell
# clone torchlm repository locally
git clone --depth=1 https://github.com/DefTruth/torchlm.git
cd torchlm
# install in editable mode
pip install -e .
```

### Data Augmentation
**torchlm** provides 30+ native data augmentations for landmarks and is compatible with 80+ transforms from torchvision and albumations, no matter the input is a np.ndarray or a torch Tensor, torchlm will automatically be compatible with different data types through a autodtype wrapper.
Expand Down

0 comments on commit c65d690

Please sign in to comment.