Skip to content

Commit

Permalink
Update viz_eval.py
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesq34 authored Oct 1, 2018
1 parent 6d4646f commit 2ffdd34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sunrgbd/sunrgbd_detection/viz_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
from sunrgbd_data import sunrgbd_object
from utils import load_zipped_pickle
sys.path.append(os.path.join(BASE_DIR, '../../train'))
sys.path.append(os.path.join(BASE_DIR, '../../mayavi'))
from box_util import box3d_iou

parser = argparse.ArgumentParser()
Expand All @@ -31,7 +32,7 @@
VISU = FLAGS.viz
if VISU:
import mayavi.mlab as mlab
from view_pc import draw_lidar, draw_gt_boxes3d
from viz_util import draw_lidar, draw_gt_boxes3d

#with open(FLAGS.result_path, 'rb') as fp:
# ps_list = pickle.load(fp)
Expand Down

0 comments on commit 2ffdd34

Please sign in to comment.