1734 Commits

Author SHA1 Message Date
Sefik Ilkin Serengil
fea8b11cf5
Merge pull request #1418 from PyWoody/pickle_protocol
pickle objects are now dumped with pickle.HIGHEST_PROTOCOL
2025-01-06 09:29:31 +00:00
Sefik Ilkin Serengil
c465234788
Merge pull request #1415 from Mehrab-Shahbazi/master
video path is enabled in stream
2025-01-06 09:26:35 +00:00
Samuel J. Woodward
4255b4167f pickle objects are now dumped with pickle.HIGHEST_PROTOCOL 2025-01-04 12:05:58 -05:00
Mehrab Shahbazi
15a4f46608 write small dockstring for lint 2025-01-04 11:23:51 +03:30
Sefik Ilkin Serengil
d5ba8fda09
Update README.md
y-combinator logo added
2025-01-03 13:30:32 +00:00
Sefik Ilkin Serengil
ef72640ee4
Update README.md
product hunt logo
2025-01-03 13:27:49 +00:00
Sefik Ilkin Serengil
aef0a8e89b
Update README.md
summary badges for hacker news and product hunt
2025-01-03 13:18:21 +00:00
Sefik Ilkin Serengil
0f3ffbe6a7
Update README.md 2025-01-03 13:14:01 +00:00
Sefik Ilkin Serengil
bf12703a12
Update README.md 2025-01-03 13:08:32 +00:00
Sefik Ilkin Serengil
ed31afb43e
Update README.md
support
2025-01-03 13:05:28 +00:00
Sefik Ilkin Serengil
0d1fb9606c
Update README.md
product hunt
2025-01-03 13:04:26 +00:00
Sefik Ilkin Serengil
cd6cdb4ab4
Update README.md
new hacker rank product id
2025-01-03 12:05:59 +00:00
Sefik Ilkin Serengil
79f1eddda6
Update README.md
support section updated
2025-01-03 11:59:21 +00:00
Sefik Ilkin Serengil
3be40a5f3c
hackernews badge added 2025-01-03 11:57:58 +00:00
Mehrab Shahbazi
5af32fa841 ensure output path 2025-01-03 14:55:14 +03:30
Mehrab Shahbazi
aa47e33cf4 remove #type ignore comments 2025-01-02 21:54:59 +03:30
Mehrab Shahbazi
c513b26d6d solved pr comments: restore comments and used one line if 2025-01-02 21:51:20 +03:30
Mehrab Shahbazi
2f9ef19e09 saving video output in stream is enabled 2025-01-01 13:15:39 +03:30
Mehrab Shahbazi
33a502f609 video path is enabled in stream 2025-01-01 12:29:20 +03:30
Sefik Ilkin Serengil
ca6afd98ef some linting 2024-12-26 13:45:20 +00:00
Sefik Ilkin Serengil
0daf502e87 new function and variable names 2024-12-26 13:27:28 +00:00
Sefik Ilkin Serengil
3d914f1337 function and variable names updated 2024-12-26 12:47:02 +00:00
Sefik Ilkin Serengil
701eca8812
Merge pull request #1411 from serengil/feat-task-2612-fastmtcnn-coordinates-are-not-int
fastmtcnn's coordinates casted to int
2024-12-26 12:35:08 +00:00
Sefik Ilkin Serengil
d375962cab fastmtcnn's coordinates casted to int 2024-12-26 12:34:13 +00:00
Sefik Ilkin Serengil
139d6a7251
Merge pull request #1409 from huulockt/enhance-aligment-performance
Improve the face alignment performance in detect_faces()
2024-12-26 12:26:41 +00:00
huulockt
421ef9e8b8 adjust alignment input to enhance time efficiency 2024-12-26 05:15:40 +07:00
Sefik Ilkin Serengil
a8269767f3 unit test to confirm all faces detected 2024-12-24 11:11:50 +00:00
Sefik Ilkin Serengil
d11ca8ff22
Merge pull request #1407 from mehran66/patch-1 2024-12-19 21:23:42 +00:00
Mehran Ghandehari
967beea816
Update CenterFace threshold
the original repo use a threshold of 0.35 that is appropriate based on my tests. 0.8 is very large and results in many false negatives.
2024-12-19 16:21:09 -05:00
Sefik Ilkin Serengil
4fe4ba289e
Update routes.py
support form data for flask 3
2024-12-19 11:19:59 +00:00
Sefik Ilkin Serengil
b4ffec1a2f
Merge pull request #1405 from dohyeonYoon/master 2024-12-19 07:22:59 +00:00
dohyeonYoon
17a72af6f3 Fix: model code comment correction 2024-12-19 13:52:33 +09:00
Sefik Ilkin Serengil
611a240f7f
Merge pull request #1402 from dohyeonYoon/master 2024-12-18 07:31:26 +00:00
dohyeonYoon
208a42ba55 Fix: code comment correction 2024-12-18 14:36:20 +09:00
Sefik Ilkin Serengil
a402f09bc8
Merge pull request #1397 from nriviera/yolo
[FEATURE]: adding yolov11 into face detection portfolio
2024-12-11 11:19:22 +00:00
roberto-corno-nttdata
9abcbd3d9c fix: linting issues 2024-12-11 12:07:52 +01:00
roberto-corno-nttdata
29e41e11e3 fix: yolo mention removed from recognition models 2024-12-10 17:25:49 +01:00
roberto-corno-nttdata
fcc093240e reverted to original 2024-12-10 17:25:16 +01:00
roberto-corno-nttdata
f808126101 fix: rechecked with ultralitycs, embeddings generation is a bit misleading in terms of documentaion. In the end not suitable for recognition at all. Removed YoloFacialRecognition 2024-12-10 16:00:43 +01:00
roberto-corno-nttdata
c25f14af10 fix: yolo input_shape 2024-12-09 16:04:08 +01:00
roberto-corno-nttdata
d3a3f2b65f fix: documentation 2024-12-09 16:00:27 +01:00
roberto-corno-nttdata
79dedc08c1 fix: added input_shape to YoloFacialRecognitionClient 2024-12-09 14:45:34 +01:00
roberto-corno-nttdata
01bf48dff8 fix:YoloModel removal 2024-12-09 11:51:56 +01:00
roberto-corno-nttdata
aa57d879b6 fix: method documentation 2024-12-09 10:25:53 +01:00
roberto-corno-nttdata
7156e6f551 fix: method documentation 2024-12-09 10:20:59 +01:00
roberto-corno-nttdata
38261e07e5 yolov11n and yolov11m added to model selection 2024-12-07 23:00:16 +01:00
roberto-corno-nttdata
2c2dc7b1f0 yolov11n and yolov11m added to model selection 2024-12-07 14:22:24 +01:00
Sefik Ilkin Serengil
e73bdb8138
Update entrypoint.sh 2024-12-02 12:39:06 +00:00
Sefik Ilkin Serengil
be99b00dc5
Merge pull request #1386 from serengil/feat-task-1311-unit-tests-for-form-data
more unit tests added
2024-11-13 14:04:58 +00:00
Sefik Ilkin Serengil
fb7f5b6a95 more unit tests added 2024-11-13 10:13:06 +00:00