Skip to content

Commit

Permalink
Merge pull request #21 from DefTruth/dev
Browse files Browse the repository at this point in the history
feat(torchlm): update torchlm to pypi v0.1.5 (#21)
  • Loading branch information
DefTruth authored Feb 19, 2022
2 parents b8fd90f + 8d36bbe commit e74f596
Show file tree
Hide file tree
Showing 5 changed files with 153 additions and 333 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<img src=https://img.shields.io/badge/macos|linux|windows-pass-skyblue.svg >
<img src=https://img.shields.io/badge/license-MIT-lightblue.svg >
</div>
<p align="center">English | <a href="docs/api/transforms.md">中文文档</a></p>


## 🤗 Introduction
Expand Down Expand Up @@ -194,7 +195,7 @@ LandmarksRandomTranslate() Execution Flag: False
But, is ok if you pass a Tensor to a np.ndarray-like transform, **torchlm** will automatically be compatible with different data types and then wrap it back to the original type through a **autodtype** wrapper.


* Supported Transforms Sets, see [transforms.md](https://github.com/DefTruth/torchlm/blob/main/docs/api/transfroms.md). A detail example can be found at [test/transforms.py](https://github.com/DefTruth/torchlm/blob/main/test/transforms.py).
* Supported Transforms Sets, see [transforms.md](docs/api/transforms.md). A detail example can be found at [test/transforms.py](test/transforms.py).

### Training(TODO)
* [ ] YOLOX
Expand All @@ -210,7 +211,7 @@ LandmarksRandomTranslate() Execution Flag: False
The ONNXRuntime(CPU/GPU), MNN, NCNN and TNN C++ inference of **torchlm** will be release at [lite.ai.toolkit](https://github.com/DefTruth/lite.ai.toolkit).

## 📖 Documentations
* [x] [Data Augmentation's API](docs/api/transfroms.md)
* [x] [Data Augmentation's API](docs/api/transforms.md)

## 🎓 License
The code of **torchlm** is released under the MIT License.
Expand Down
191 changes: 0 additions & 191 deletions docs/README.pypi.md

This file was deleted.

Loading

0 comments on commit e74f596

Please sign in to comment.