slashtechno
|
b2f10280b3
|
Fix facial recognition
Scaling still seems to be imperfect
|
2023-10-14 17:37:42 -05:00 |
slashtechno
|
b6948aded2
|
Allow program to be run as a script
|
2023-10-14 15:46:42 -05:00 |
slashtechno
|
3bf1966bfd
|
Manage timers in notify.py
|
2023-10-14 15:40:36 -05:00 |
slashtechno
|
3c6919d2c6
|
Create Deepface Jupyter Notebook
|
2023-10-13 20:51:16 -05:00 |
slashtechno
|
556a90da3c
|
Format
|
2023-10-13 18:16:55 -05:00 |
slashtechno
|
000692a7af
|
Optionally only detect specific objects
|
2023-10-13 18:13:46 -05:00 |
slashtechno
|
6dfb06989f
|
Manually plot boxes, rather than using `r.plot()`
|
2023-10-13 17:44:38 -05:00 |
dependabot[bot]
|
6438e91492
|
Bump pillow from 9.3.0 to 10.0.1 (#2)
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 10.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/9.3.0...10.0.1)
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-10-13 16:09:49 -05:00 |
slashtechno
|
ccf560ab2a
|
Allow custom confidence threshold
Clarify print statements
|
2023-10-05 20:33:52 -05:00 |
slashtechno
|
0a28b756ae
|
Delete config
|
2023-10-05 20:28:11 -05:00 |
slashtechno
|
63f9072b46
|
Added flags for timers
|
2023-10-05 20:26:56 -05:00 |
slashtechno
|
2341f0005c
|
Actually (?) fixed notification spam!
|
2023-10-05 20:26:47 -05:00 |
slashtechno
|
9fb5818322
|
Don't spam notifications
|
2023-10-05 20:26:37 -05:00 |
slashtechno
|
ea4009c898
|
Add `--url`
Don't use Pytorch GPU
|
2023-10-05 20:25:55 -05:00 |
slashtechno
|
a99a899417
|
Added notification stuff
|
2023-10-05 20:25:47 -05:00 |
slashtechno
|
dbf1b0ed63
|
Turn off verbose output
Also print object type
|
2023-10-05 20:25:40 -05:00 |
slashtechno
|
c56d7c86fc
|
Simple object detection
|
2023-10-05 20:25:26 -05:00 |
slashtechno
|
3a2ed7d4eb
|
Merge pull request #1 from slashtechno/dependabot/pip/requests-2.31.0
Bump requests from 2.28.1 to 2.31.0
|
2023-09-17 09:42:58 -05:00 |
dependabot[bot]
|
22b3d692b7
|
Bump requests from 2.28.1 to 2.31.0
Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.28.1...v2.31.0)
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-29 14:58:27 +00:00 |
slashtechno
|
67585ae078
|
Merge branch 'master' of https://github.com/slashtechno/wyze-face-recognition
|
2022-12-18 16:01:31 -06:00 |
slashtechno
|
514ee99604
|
Re-added caching for Docker
|
2022-12-18 15:59:47 -06:00 |
slashtechno
|
ab0b878bac
|
Change notification priority (ntfy)
|
2022-12-18 13:50:22 -08:00 |
slashtechno
|
19dd604f05
|
Update .gitignore, again
|
2022-12-18 14:57:48 -06:00 |
slashtechno
|
aef3a855ef
|
Create example-config.json
|
2022-12-18 14:57:26 -06:00 |
slashtechno
|
10566b6db8
|
Create config.json
|
2022-12-18 12:54:01 -08:00 |
slashtechno
|
bb87d2f7e9
|
Update .gitignore
|
2022-12-18 14:53:41 -06:00 |
slashtechno
|
4f8520a5be
|
Added README.md
|
2022-12-18 14:51:07 -06:00 |
slashtechno
|
cf78914a09
|
Don't keep printing `writing configuration`
A better solution would be to store it in memory (config with last seen)
And every x seconds, write it
|
2022-12-18 13:55:52 -06:00 |
slashtechno
|
717c52d14e
|
Fixed rapid notifications
|
2022-12-18 13:44:42 -06:00 |
slashtechno
|
fed6f03c7f
|
Removed `face found at ...` notice
It was originally for debugging
|
2022-12-18 13:15:43 -06:00 |
slashtechno
|
2a809836c0
|
Added support for `ntfy.sh`
|
2022-12-18 13:07:11 -06:00 |
slashtechno
|
dcc1061fcc
|
Finally got Docker Compose working!
Seems I should have just set tty to `true`
Thus, I may want to switch back to wait-for-it.sh
|
2022-12-18 12:19:21 -06:00 |
slashtechno
|
32d8a12195
|
Made some more progress
Commiting to update the current Docker image on ghcr
|
2022-12-18 12:14:31 -06:00 |
slashtechno
|
4acbba41f9
|
Change license to GNU GPL v3
|
2022-12-17 20:38:48 -08:00 |
slashtechno
|
f4aae2b2e5
|
Final commit for today
Changed some stuff with Compose
|
2022-12-17 22:34:10 -06:00 |
slashtechno
|
7a32a3eb6f
|
Made some more progress on Docker Compose
|
2022-12-17 22:26:08 -06:00 |
slashtechno
|
37f74127bc
|
Forgot to add `python` to `command`, added now
|
2022-12-17 21:59:16 -06:00 |
slashtechno
|
e408ff47d5
|
Worked on Docker Compose
|
2022-12-17 21:55:17 -06:00 |
slashtechno
|
7a1b4e992d
|
use `dos2unix` in Dockerfile
|
2022-12-17 21:46:51 -06:00 |
slashtechno
|
7a3a1fa761
|
Use `CMD` instead of `entrypoint`
|
2022-12-17 21:41:25 -06:00 |
slashtechno
|
75f37f5b0e
|
Install `wait-for-it` in Dockerfile
|
2022-12-17 21:17:29 -06:00 |
slashtechno
|
0c6a53b457
|
Use `config/` for images + config.json
|
2022-12-17 18:19:10 -06:00 |
slashtechno
|
65bba32284
|
Disabled cache for Docker
|
2022-12-17 18:18:48 -06:00 |
slashtechno
|
3855e87f09
|
Update docker/build-push-action version docker.yml
|
2022-12-17 18:15:27 -06:00 |
slashtechno
|
3627ca4468
|
Cache Docker builds (GH actions)
|
2022-12-17 18:01:19 -06:00 |
slashtechno
|
4fb80a103c
|
Dockerfile is now working
|
2022-12-17 17:58:50 -06:00 |
slashtechno
|
a41314bd3d
|
Add Dockerfile and requirements.txt
|
2022-12-17 16:36:21 -06:00 |
slashtechno
|
5c87752526
|
Made displaying video optional
|
2022-12-17 16:09:39 -06:00 |
slashtechno
|
1c6613b206
|
Initial commit
|
2022-12-17 15:54:47 -06:00 |