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

add MTCNN for face detection #149

Merged
merged 6 commits into from
Aug 24, 2023
Merged

add MTCNN for face detection #149

merged 6 commits into from
Aug 24, 2023

Conversation

thebino
Copy link
Member

@thebino thebino commented Aug 23, 2023

πŸ“‘ Description

Add MTCNN for face detection

βœ… Checks

  • My code requires changes to the documentation
  • I have updated the documentation as required

β„Ή Additional Information

Uploading Screenshot_20230822_055744.png…

@github-actions
Copy link

App Coverage

File Coverage [6.78%] ❌
domain/photos/src/main/kotlin/photos/network/domain/photos/Module.kt 0.00% ❌
domain/photos/src/main/kotlin/photos/network/domain/photos/usecase/GetFacesUseCase.kt 0.00% ❌
repository/photos/src/main/kotlin/photos/network/repository/photos/MTCNN.kt 0.00% ❌
repository/photos/src/main/kotlin/photos/network/repository/photos/Module.kt 0.00% ❌
repository/photos/src/main/kotlin/photos/network/repository/photos/PhotoRepositoryImpl.kt 40.82% ❌
repository/photos/src/main/kotlin/photos/network/repository/photos/Utils.kt 0.00% ❌
repository/photos/src/main/kotlin/photos/network/repository/photos/model/Box.kt 0.00% ❌
repository/photos/src/main/kotlin/photos/network/repository/photos/model/Landmark.kt 0.00% ❌
ui/common/src/main/kotlin/photos/network/ui/common/components/PhotoBottomIcons.kt 0.00% ❌
ui/common/src/main/kotlin/photos/network/ui/common/components/PhotoTopIcons.kt 0.00% ❌
ui/photos/src/main/kotlin/photos/network/ui/photos/Module.kt 0.00% ❌
ui/photos/src/main/kotlin/photos/network/ui/photos/PhotoDetails.kt 0.00% ❌
ui/photos/src/main/kotlin/photos/network/ui/photos/PhotoGrid.kt 0.00% ❌
ui/photos/src/main/kotlin/photos/network/ui/photos/PhotosEvent.kt 16.67% ❌
ui/photos/src/main/kotlin/photos/network/ui/photos/PhotosScreen.kt 0.00% ❌
ui/photos/src/main/kotlin/photos/network/ui/photos/PhotosUiState.kt 100.00% βœ…
ui/photos/src/main/kotlin/photos/network/ui/photos/PhotosViewModel.kt 31.46% ❌
Total Project Coverage 22.42% βœ…

@thebino thebino merged commit 3afe54c into development Aug 24, 2023
7 checks passed
@thebino thebino deleted the dev/mtcnn branch August 24, 2023 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant