Skip to content
Snippets Groups Projects
Commit 615a2911 authored by Daniel Gordon's avatar Daniel Gordon
Browse files

missing close paren

parent 599ab1e2
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ class Re3TrackerFactory(object):
class Re3Tracker(object):
def __init__(self, sess, tracked_data, lock, reuse=False, gpu_id=0:
def __init__(self, sess, tracked_data, lock, reuse=False, gpu_id=0):
if gpu_id is not None:
os.environ['CUDA_VISIBLE_DEVICES'] = str(gpu_id)
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment