From b2a648aff968e5d33091e96f9e54766ad73b1618 Mon Sep 17 00:00:00 2001 From: Daochen Zha Date: Mon, 9 Aug 2021 23:33:01 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8646d8d..d2c3f12 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ AutoVideo is a system for automated video analysis. It is developed based on [D3 There are some other video analysis libraries out there, but this one is designed to be highly modular. AutoVideo is highly extendible thanks to the pipeline language, where each model is wrapped as a primitive with some hyperparameters. This allows us to easily support other algorithms for other video analysis tasks, which will be our future efforts. It is also convenient to search models and hyperparameters with the pipeline language. -Demo +Demo An overview of the library is shown as below. Each module in AutoVideo is wrapped as a primitive with some hyperparameters. A pipeline consists of a series of primitives from pre-processing to action recognition. AutoVideo is equipped with tuners to search models and hyperparameters. We welcome contributions to enrich AutoVideo with more primitives. You can find instructions in [Contributing Guide](./CONTRIBUTING.md).