Updated the real videos

This commit is contained in:
Rudrabha Mukhopadhyay 2020-10-03 21:57:49 +05:30 committed by GitHub
parent 4f68fc1df9
commit 34cd5734be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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