From 33dc06493c346ca5df79115a08429806d036c305 Mon Sep 17 00:00:00 2001 From: hedes1992 Date: Fri, 14 Apr 2017 22:47:01 +0800 Subject: [PATCH] Update seq_config.py I think it should also remove CVPR_13_FILE which may be added in data directory later. May the best way is just remove all the file,just leave the directories --- scripts/butil/seq_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/butil/seq_config.py b/scripts/butil/seq_config.py index c785cc38..1cfa358d 100644 --- a/scripts/butil/seq_config.py +++ b/scripts/butil/seq_config.py @@ -91,6 +91,7 @@ def get_seq_names(loadSeqs): names.remove(ATTR_DESC_FILE) names.remove(TB_50_FILE) names.remove(TB_100_FILE) + names.remove(CVPR_13_FILE) elif loadSeqs.lower() == 'tb50': tb_50 = open(SEQ_SRC+TB_50_FILE) seq_list = tb_50.readlines()