-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix deletion bug * autoImport * buildscript * m time instead of c time! * Gitignore * animation * zoomable, better animation * zoom fixes, better scrolling to picture * Open in album feature * fix * Fix scroll resize * Fix scrollbar, font * Patch face download (#79) * Update requirements.txt * Update Dockerfile * newest pic in album as default? * Show newest picture as album cover * properly select album picture Co-authored-by: Your Name <you@example.com>
- Loading branch information
Showing
17 changed files
with
28,541 additions
and
351 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,5 @@ faceFeatures/* | |
imageFeatures/* | ||
autoImport/node_modules/* | ||
import/* | ||
analysis/* | ||
media/* |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ waitress | |
flask | ||
onnxruntime | ||
insightface==0.5 | ||
gdown |
Oops, something went wrong.