Wendy-Fly commited on
Commit
b526ad5
·
verified ·
1 Parent(s): e04cc25

Upload infer_1.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. infer_1.py +1 -1
infer_1.py CHANGED
@@ -32,7 +32,7 @@ processor = AutoProcessor.from_pretrained(model_path)
32
 
33
 
34
 
35
- data = read_json()
36
  save_data = []
37
  correct_num = 0
38
  begin = 0
 
32
 
33
 
34
 
35
+ data = read_json('/home/zbz5349/WorkSpace/aigeeks/Qwen2.5-VL/LLaMA-Factory/data/Percption.json')
36
  save_data = []
37
  correct_num = 0
38
  begin = 0