Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
armingh2000 committed Dec 15, 2023
1 parent 96ec057 commit de4ba32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit de4ba32

Please sign in to comment.