From de4ba3293e07eb04d1a4700025613146b31e373b Mon Sep 17 00:00:00 2001 From: armingh2000 Date: Fri, 15 Dec 2023 11:39:37 -0500 Subject: [PATCH] fix readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c8be2f8..59ab67f 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,6 @@ Transition control is achieved by using the Discrete Fourier Transform (DFT) for Demonstrations of the algorithm's performance are provided, comparing with baseline methods. We use metrics like Structural Similarity Index (SSIM) and Peak Signal-to-Noise Ratio (PSNR) for evaluating the quality of morphed images. -## Future Work -- [ ] Reduce ghost-like features -- [ ] Explore other alignment methods (beside affine and perspective transformations) that minimize the disfigurement of faces - ## How to Use The project consists of two main directories: @@ -112,6 +108,10 @@ python3 src/stats.py *Statistics are only generated once and the required numbers are saved for future use.* +## Future Work +- [ ] Reduce ghost-like features +- [ ] Explore other alignment methods (beside affine and perspective transformations) that minimize the disfigurement of faces + ## License The source code for the site is licensed under the MIT license, which you can find in the LICENSE file.