Radamés Ajna commited on
Commit
1638e93
1 Parent(s): d4dcd4f

Update PIFu/spaces.py

Browse files
Files changed (1) hide show
  1. PIFu/spaces.py +2 -2
PIFu/spaces.py CHANGED
@@ -42,7 +42,7 @@ opts['mlp_dim'] = [257, 1024, 512, 256, 128, 1]
42
  opts['mlp_dim_color'] = [513, 1024, 512, 256, 128, 3]
43
  opts['num_stack'] = 4
44
  opts['num_hourglass'] = 2
45
- opts['resolution'] = 512
46
  opts['hg_down'] = 'ave_pool'
47
  opts['norm'] = 'group'
48
  opts['norm_color'] = 'group'
@@ -155,4 +155,4 @@ iface = gr.Interface(
155
  )
156
 
157
  if __name__ == "__main__":
158
- iface.launch(debug=True, enable_queue=False, cache_examples=True)
 
42
  opts['mlp_dim_color'] = [513, 1024, 512, 256, 128, 3]
43
  opts['num_stack'] = 4
44
  opts['num_hourglass'] = 2
45
+ opts['resolution'] = 128
46
  opts['hg_down'] = 'ave_pool'
47
  opts['norm'] = 'group'
48
  opts['norm_color'] = 'group'
 
155
  )
156
 
157
  if __name__ == "__main__":
158
+ iface.launch(debug=True, enable_queue=True, cache_examples=True)