Skip to content

Commit

Permalink
changed visualize file list path (vis_file_list = cfg.DATASET.VIS_FIL…
Browse files Browse the repository at this point in the history
…E_LIST)
  • Loading branch information
陈亮 authored and nepeplwu committed Oct 23, 2020
1 parent 20ca269 commit 5c1b896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdseg/vis.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def visualize(cfg,
local_test=False,
**kwargs):
if vis_file_list is None:
vis_file_list = cfg.DATASET.TEST_FILE_LIST
vis_file_list = cfg.DATASET.VIS_FILE_LIST
dataset = SegDataset(
file_list=vis_file_list,
mode=ModelPhase.VISUAL,
Expand Down

0 comments on commit 5c1b896

Please sign in to comment.