lidingm commited on
Commit
19a6988
·
verified ·
1 Parent(s): f031788

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 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
 
 
68
  pip install -r requirements.txt
69
 
70
  # Run evaluation
71
+ python evaluate.py --model_path your_model_path
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