Zhiminli commited on
Commit
bc05bd7
1 Parent(s): 0b58d50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -65,7 +65,7 @@ d. Multiple pictures inference in Chinese
65
 
66
  ```bash
67
  ### Convert multiple pictures to csv file.
68
- python mllm/make_csv.py --files "mllm/images/demo1.png,mllm/images/demo2.png" --input_file "mllm/images/demo.csv"
69
 
70
  ### Multiple pictures inference
71
  python mllm/caption_demo.py --mode "caption_zh" --input_file "mllm/images/demo.csv" --output_file "mllm/images/demo_res.csv" --model_path "./ckpts/captioner"
 
65
 
66
  ```bash
67
  ### Convert multiple pictures to csv file.
68
+ python mllm/make_csv.py --img_dir "mllm/images" --input_file "mllm/images/demo.csv"
69
 
70
  ### Multiple pictures inference
71
  python mllm/caption_demo.py --mode "caption_zh" --input_file "mllm/images/demo.csv" --output_file "mllm/images/demo_res.csv" --model_path "./ckpts/captioner"