Unverified Commit ec0d3d41 authored by echo840's avatar echo840 Committed by GitHub
Browse files

Update README.md

parent c10e0e96
...@@ -105,7 +105,7 @@ The data from our multi-level description generation method is now open-sourced ...@@ -105,7 +105,7 @@ The data from our multi-level description generation method is now open-sourced
We offer evaluation code for 14 Visual Question Answering (VQA) datasets in the `evaluate_vqa.py` file, facilitating a quick verification of results. The specific operations are as follows: We offer evaluation code for 14 Visual Question Answering (VQA) datasets in the `evaluate_vqa.py` file, facilitating a quick verification of results. The specific operations are as follows:
1. Make sure you have configured the [environment](#environment). 1. Make sure you have configured the [environment](#environment).
2. Modify `sys.path.append("pathto/Monkey")` to your model weight path. 2. Modify `sys.path.append("pathto/Monkey")` to the project path.
3. Prepare the datasets required for evaluation. 3. Prepare the datasets required for evaluation.
4. Run the evaluation code. 4. Run the evaluation code.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment