guangkaixu commited on
Commit
bb97b26
1 Parent(s): 79891b1
__pycache__/pipeline_genpercept.cpython-310.pyc DELETED
Binary file (7.97 kB)
 
app.py CHANGED
@@ -62,6 +62,7 @@ def process_image(
62
  path_input,
63
  processing_res=default_image_processing_res,
64
  ):
 
65
  name_base, name_ext = os.path.splitext(os.path.basename(path_input))
66
  print(f"Processing image {name_base}{name_ext}")
67
 
 
62
  path_input,
63
  processing_res=default_image_processing_res,
64
  ):
65
+ assert False
66
  name_base, name_ext = os.path.splitext(os.path.basename(path_input))
67
  print(f"Processing image {name_base}{name_ext}")
68
 
clean_pycache.sh ADDED
@@ -0,0 +1 @@
 
 
1
+ find . | grep -E "(/__pycache__$|\.pyc$|\.pyo$)" | xargs rm -rf
util/__pycache__/__init__.cpython-310.pyc DELETED
Binary file (139 Bytes)
 
util/__pycache__/batchsize.cpython-310.pyc DELETED
Binary file (1.71 kB)
 
util/__pycache__/image_util.cpython-310.pyc DELETED
Binary file (4.8 kB)