Updated the real videos
This commit is contained in:
parent
4f68fc1df9
commit
34cd5734be
1 changed files with 10 additions and 1 deletions
|
|
@ -30,12 +30,21 @@ sh download_model.sh
|
||||||
video data root (Folder containing all videos)
|
video data root (Folder containing all videos)
|
||||||
├── All .mp4 files
|
├── All .mp4 files
|
||||||
```
|
```
|
||||||
|
* Change the folder back to the cloned repository.
|
||||||
|
```
|
||||||
|
cd syncnet_python
|
||||||
|
```
|
||||||
* To run evaluation on the LRW, LRS2 and LRS3 test files, please run the following command:
|
* To run evaluation on the LRW, LRS2 and LRS3 test files, please run the following command:
|
||||||
```
|
```
|
||||||
python calculate_scores_LRS.py --data_root /path/to/video/data/root --tmp_dir tmp_dir/
|
python calculate_scores_LRS.py --data_root /path/to/video/data/root --tmp_dir tmp_dir/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
* To run evaluation on the ReSynced dataset or your own generated videos, please run the following command:
|
||||||
|
```
|
||||||
|
sh calculate_scores_real_videos.sh /path/to/video/data/root
|
||||||
|
```
|
||||||
|
* The generated scores will be present in the all_scores.txt generated in the ```syncnet_python/``` folder
|
||||||
|
|
||||||
# Evaluation of image quality using FID metric.
|
# Evaluation of image quality using FID metric.
|
||||||
We will update the scripts for the FID metric shortly
|
We will update the scripts for the FID metric shortly
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue