lidingm commited on
Commit
f031788
·
verified ·
1 Parent(s): 8eb80ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -68,7 +68,7 @@ cd ViewSpatial-Bench
68
  pip install -r requirements.txt
69
 
70
  # Run evaluation
71
- python eval.py --model_name your_model --dataset_path path/to/dataset
72
  ```
73
  You can configure the appropriate model parameters and evaluation settings according to the framework's requirements to obtain performance evaluation results on the ViewSpatial-Bench dataset.
74
 
 
68
  pip install -r requirements.txt
69
 
70
  # Run evaluation
71
+ python evaluate.py --model_name your_model
72
  ```
73
  You can configure the appropriate model parameters and evaluation settings according to the framework's requirements to obtain performance evaluation results on the ViewSpatial-Bench dataset.
74