From a0fdfaba98c500a8859ae06b2322080e7ed60ceb Mon Sep 17 00:00:00 2001 From: welix Date: Tue, 24 Sep 2024 13:10:06 +0900 Subject: [PATCH] Update README.md; fix tiny --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b18b2fc..4922697 100755 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ python training/train.py --model MODEL --dataset DATASET --feature FEATURE [--re | | Options | |---------|----------------------------------------------------------------------------------------------------------| | Model | moment_detr, qd_detr, eatr, cg_detr, uvcom, tr_detr, taskweave_mr2hd, taskweave_hd2mr | -| Feature | resnet_glove, clip, clip_slowfast, clip_slowfast_pann, i3d_clip, clap (AMR) | +| Feature | resnet_glove, clip, clip_slowfast, clip_slowfast_pann, i3d_clip, clap | | Dataset | qvhighlight, qvhighlight_pretrain, activitynet, charades, tacos, tvsum, youtube_highlight, clotho-moment | (**Example 1**) Moment DETR w/ CLIP+Slowfast on QVHighlights: