Jingkang Yang commited on
Commit
97e7ba4
·
1 Parent(s): 12193a7

update: support scannet

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -169,8 +169,6 @@ def greet_scannet(rgb_input, depth_map_input, class_candidates):
169
  cfg = setup_cfg(args)
170
 
171
  demo = VisualizationDemoIndoor(cfg)
172
- from datasets.scannet_preprocess.meta_data.scannet200_constants import CLASS_LABELS_200
173
- class_names = list(CLASS_LABELS_200)
174
  """ args.input = glob.glob(os.path.expanduser(args.input[0]))
175
  assert args.input, "The input path(s) was not found" """
176
  start_time = time.time()
 
169
  cfg = setup_cfg(args)
170
 
171
  demo = VisualizationDemoIndoor(cfg)
 
 
172
  """ args.input = glob.glob(os.path.expanduser(args.input[0]))
173
  assert args.input, "The input path(s) was not found" """
174
  start_time = time.time()