Skip to content

Commit

Permalink
update gen_bottom_up_proposals
Browse files Browse the repository at this point in the history
  • Loading branch information
tangshixiang committed Apr 30, 2018
1 parent 4077a6f commit a80ebec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gen_bottom_up_proposals.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit a80ebec

Please sign in to comment.