radames HF staff commited on
Commit
3a9c292
1 Parent(s): 5c74f42

print params

Browse files
Files changed (1) hide show
  1. PIFu/spaces.py +1 -0
PIFu/spaces.py CHANGED
@@ -50,6 +50,7 @@ opts['load_netC_checkpoint_path'] = net_C
50
  opts['results_path'] = "./results"
51
  opts['name'] = "spaces_demo"
52
  opts = SimpleNamespace(**opts)
 
53
  evaluator = Evaluator(opts)
54
  bg_remover_model = paddlehub.Module(name="U2Net")
55
 
 
50
  opts['results_path'] = "./results"
51
  opts['name'] = "spaces_demo"
52
  opts = SimpleNamespace(**opts)
53
+ print("Params", opts)
54
  evaluator = Evaluator(opts)
55
  bg_remover_model = paddlehub.Module(name="U2Net")
56