Skip to content
Snippets Groups Projects
Commit 0eb69bf8 authored by Ross Girshick's avatar Ross Girshick
Browse files

bug fix

parent 9ad4dfcb
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ class SolverWrapper(object):
self.solver.net.params['bbox_pred'][0].data[...] = \
self.solver.net.params['bbox_pred'][0].data * stds
self.solver.net.params['bbox_pred'][1].data[...] = \
self.solver.net.params['bbox_pred'][1].data + means
self.solver.net.params['bbox_pred'][1].data * stds + means
output_dir = get_output_path(self.imdb, None)
if not os.path.exists(output_dir):
......
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