From a80ebec0c0defbe0b078df49753ec081802f3f4b Mon Sep 17 00:00:00 2001 From: tangshixiang Date: Mon, 30 Apr 2018 22:25:51 +0800 Subject: [PATCH] update gen_bottom_up_proposals --- gen_bottom_up_proposals.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/gen_bottom_up_proposals.py b/gen_bottom_up_proposals.py index 975a572..e548b87 100644 --- a/gen_bottom_up_proposals.py +++ b/gen_bottom_up_proposals.py @@ -11,7 +11,6 @@ from utils.sequence_funcs import * from utils.anet_db import ANetDB from utils.thumos_db import THUMOSDB -import pdb from utils.detection_metrics import get_temporal_proposal_recall, name_proposal from utils.sequence_funcs import temporal_nms from ops.io import dump_window_list @@ -153,7 +152,6 @@ def call_back(rst): pool = mp.Pool(processes = 32) lst = [] -pdb.set_trace() handle = [pool.apply_async(gen_prop, args=(x, ), callback=call_back) for x in video_list] pool.close() pool.join()