Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test cli tool #12

Merged
merged 2 commits into from
Feb 28, 2024
Merged

Test cli tool #12

merged 2 commits into from
Feb 28, 2024

Conversation

bxrne
Copy link
Member

@bxrne bxrne commented Feb 28, 2024

Description

This pull request introduces a testing command-line interface (CLI) to evaluate the conditional Generative Adversarial Network (cGAN) model on previously unseen data. The purpose of this evaluation is to gather metrics regarding the model's performance.

Changes Made

Implemented a testing CLI to run the cGAN model against new data.
Collected metrics based on the Max Mean Discrepancy (MMD) to assess dissimilarity and the Peak Signal-to-Noise Ratio (PSNR) to evaluate image quality.

Additional Details

The testing CLI enables the evaluation of the cGAN model's performance on unseen data.
MMD is utilized to measure dissimilarity between generated and ground truth images.
PSNR is employed to assess the quality of the generated images in comparison to the ground truth.

@bxrne bxrne added the enhancement New feature or request label Feb 28, 2024
@bxrne bxrne self-assigned this Feb 28, 2024
@bxrne bxrne merged commit 820579e into develop Feb 28, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant