hexuan21 commited on
Commit
2679fe5
·
verified ·
1 Parent(s): 9cab7d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -71,7 +71,7 @@ The best in MantisScore series is in bold and the best in baselines is underline
71
  ## Usage
72
  ### Installation
73
  ```bash
74
- pip install git+https://github.com/TIGER-AI-Lab/MantisScore.git
75
  ```
76
 
77
  ### Inference
@@ -128,7 +128,7 @@ For this video, the text prompt is "{text_prompt}",
128
  all the frames of video are as follows:
129
  """
130
 
131
- video_path="examples/video1.mp4"
132
  video_prompt="Near the Elephant Gate village, they approach the haunted house at night. Rajiv feels anxious, but Bhavesh encourages him. As they reach the house, a mysterious sound in the air adds to the suspense."
133
 
134
  processor = AutoProcessor.from_pretrained(f"TIGER-Lab/MantisScore",torch_dtype=torch.bfloat16)
@@ -180,9 +180,9 @@ print(aspect_scores)
180
  ```
181
 
182
  ### Training
183
- see [MantisScore/training](https://github.com/TIGER-AI-Lab/MantisScore/training) for details
184
 
185
  ### Evaluation
186
- see [MantisScore/benchmark]((https://github.com/TIGER-AI-Lab/MantisScore/benchmark)) for details
187
 
188
  ## Citation
 
71
  ## Usage
72
  ### Installation
73
  ```bash
74
+ git clone https://github.com/TIGER-AI-Lab/MantisScore.git
75
  ```
76
 
77
  ### Inference
 
128
  all the frames of video are as follows:
129
  """
130
 
131
+ video_path="video1.mp4"
132
  video_prompt="Near the Elephant Gate village, they approach the haunted house at night. Rajiv feels anxious, but Bhavesh encourages him. As they reach the house, a mysterious sound in the air adds to the suspense."
133
 
134
  processor = AutoProcessor.from_pretrained(f"TIGER-Lab/MantisScore",torch_dtype=torch.bfloat16)
 
180
  ```
181
 
182
  ### Training
183
+ see [MantisScore/training](https://github.com/TIGER-AI-Lab/MantisScore/tree/main/training) for details
184
 
185
  ### Evaluation
186
+ see [MantisScore/benchmark](https://github.com/TIGER-AI-Lab/MantisScore/tree/main/benchmark) for details
187
 
188
  ## Citation