diff --git a/README.md b/README.md index 7fefc060..193c1530 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # 🔦 XTorch +[![Stable](https://github.com/zhiqwang/yolov5-rt-stack/workflows/Stable/badge.svg)](https://github.com/zhiqwang/yolov5-rt-stack/actions?query=workflow%3AStable) [![Nightly](https://github.com/zhiqwang/yolov5-rt-stack/workflows/Nightly/badge.svg)](https://github.com/zhiqwang/yolov5-rt-stack/actions?query=workflow%3ANightly) + ## 🆕 What's New and Development Plans - [x] Support exporting to `TorchScript` model. *Oct. 8, 2020.* - [ ] Support exporting to `onnx`, and doing inference using `onnxruntime`. -- [ ] Support doing inference using `libtorch` cpp interface. +- [x] Support doing inference using `libtorch` cpp interface. *Oct. 10, 2020.* - [ ] Add more fetures ... ## 🛠 Usage