From 000df5530f615b68cf47d34d47686b647119465e Mon Sep 17 00:00:00 2001 From: zhiqwang Date: Sat, 10 Oct 2020 11:56:49 -0400 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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