From a357bcd544b65ec7ca3602116973710de7bc04f3 Mon Sep 17 00:00:00 2001 From: Mahyar Najibi Date: Mon, 25 Nov 2019 13:28:37 -0500 Subject: [PATCH] Moving common imports to the init module --- main_test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/main_test.py b/main_test.py index cca6637a8..2a5061043 100644 --- a/main_test.py +++ b/main_test.py @@ -5,8 +5,6 @@ # by Mahyar Najibi and Bharat Singh # -------------------------------------------------------------- import init -import matplotlib -matplotlib.use('Agg') from symbols.faster import * from configs.faster.default_configs import config, update_config, update_config_from_list from data_utils.load_data import load_proposal_roidb