SunderAli17 commited on
Commit
2f580fc
·
verified ·
1 Parent(s): 014da88

Create infer.sh

Browse files
Files changed (1) hide show
  1. functions/infer.sh +6 -0
functions/infer.sh ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ python infer.py \
2
+ --sdxl_path path/to/sdxl \
3
+ --vision_encoder_path path/to/dinov2_large \
4
+ --sakbir_path path/to/sakbir \
5
+ --test_path path/to/input \
6
+ --out_path path/to/output