Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -68,7 +68,7 @@ cd ViewSpatial-Bench
|
|
68 |
pip install -r requirements.txt
|
69 |
|
70 |
# Run evaluation
|
71 |
-
python
|
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 |
|