From c743092bdbc83343193f81a22718e8f21fc4f917 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 5 Jan 2022 22:32:36 +0800 Subject: [PATCH] update readme and new license --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cde3e6a..b8535d2 100755 --- a/README.md +++ b/README.md @@ -19,12 +19,27 @@ -![alfred vis segmentation annotation in coco format](https://i.loli.net/2021/01/25/Dev8LXE1CWhMm9g.png) *Alfred* is command line tool for deep-learning usage. if you want split an video into image frames or combine frames into a single video, then **alfred** is what you want. +## Functions Summary + +Since many new users of alfred maybe not very familiar with it, conclude functions here briefly, more details see my updates: + +- Visualization, draw boxes, masks, keypoints is very simple, even **3D** boxes on point cloud supported; +- Command line tools, such as view your annotation data in any format (yolo, voc, coco any one); +- Deploy, you can using alfred deploy your tensorrt models; +- DL common utils, such as torch.device() etc; +- Renders, render your 3D models. + + +A pic visualized from alfred: + +![alfred vis segmentation annotation in coco format](https://i.loli.net/2021/01/25/Dev8LXE1CWhMm9g.png) + + ## Install To install **alfred**, it is very simple: