New module: evaluation (#78)

This commit is contained in:
pynicolas
2025-12-07 21:39:49 +01:00
committed by GitHub
parent 3d9d5565f1
commit 87433fa96a
8 changed files with 218 additions and 0 deletions

View File

@@ -22,3 +22,4 @@ dependencyResolutionManagement {
rootProject.name = "FairScan"
include(":app")
include(":imageprocessing")
include(":evaluation")