xxie commited on
Commit
198dde7
β€’
1 Parent(s): 69259a0

rename files

Browse files
app.py CHANGED
@@ -222,7 +222,7 @@ def main(cfg: ProjectConfig):
222
  gr.HTML("""<br/>""")
223
  # Example input
224
  example_dir = cfg.run.code_dir_abs+"/examples"
225
- rgb, ps, obj = 'k1.color.jpg', 'k1.person_mask.png', 'k1.obj_rend_mask.png'
226
  example_images = gr.Examples([
227
  [f"{example_dir}/017450/{rgb}", f"{example_dir}/017450/{ps}", f"{example_dir}/017450/{obj}", 3.0, 42, 'skateboard'],
228
  [f"{example_dir}/205904/{rgb}", f"{example_dir}/205904/{ps}", f"{example_dir}/205904/{obj}", 3.2, 42, 'suitcase'],
 
222
  gr.HTML("""<br/>""")
223
  # Example input
224
  example_dir = cfg.run.code_dir_abs+"/examples"
225
+ rgb, ps, obj = 'k1_color.jpg', 'k1_person_mask.png', 'k1_obj_rend_mask.png'
226
  example_images = gr.Examples([
227
  [f"{example_dir}/017450/{rgb}", f"{example_dir}/017450/{ps}", f"{example_dir}/017450/{obj}", 3.0, 42, 'skateboard'],
228
  [f"{example_dir}/205904/{rgb}", f"{example_dir}/205904/{ps}", f"{example_dir}/205904/{obj}", 3.2, 42, 'suitcase'],
examples/017450/{k1.color.jpg β†’ k1_color.jpg} RENAMED
File without changes
examples/017450/{k1.obj_rend_mask.png β†’ k1_obj_rend_mask.png} RENAMED
File without changes
examples/017450/{k1.person_mask.png β†’ k1_person_mask.png} RENAMED
File without changes
examples/053431/{k1.color.jpg β†’ k1_color.jpg} RENAMED
File without changes
examples/053431/{k1.obj_rend_mask.png β†’ k1_obj_rend_mask.png} RENAMED
File without changes
examples/053431/{k1.person_mask.png β†’ k1_person_mask.png} RENAMED
File without changes
examples/066241/{k1.color.jpg β†’ k1_color.jpg} RENAMED
File without changes
examples/066241/{k1.obj_rend_mask.png β†’ k1_obj_rend_mask.png} RENAMED
File without changes
examples/066241/{k1.person_mask.png β†’ k1_person_mask.png} RENAMED
File without changes
examples/158107/{k1.color.jpg β†’ k1_color.jpg} RENAMED
File without changes
examples/158107/{k1.obj_rend_mask.png β†’ k1_obj_rend_mask.png} RENAMED
File without changes
examples/158107/{k1.person_mask.png β†’ k1_person_mask.png} RENAMED
File without changes
examples/205904/{k1.color.jpg β†’ k1_color.jpg} RENAMED
File without changes
examples/205904/{k1.obj_rend_mask.png β†’ k1_obj_rend_mask.png} RENAMED
File without changes
examples/205904/{k1.person_mask.png β†’ k1_person_mask.png} RENAMED
File without changes