Compare commits

..

7 Commits
dev ... main

Author SHA1 Message Date
2fc37ad2dd Merge remote-tracking branch 'origin/dev' 2024-08-09 15:34:07 +05:30
a2108cc7c9 changed a funtion 2024-07-16 16:06:17 +05:30
d9d0cd4517 changed config file 2024-07-16 15:39:45 +05:30
414e62d150 added config file 2024-07-08 15:30:48 +05:30
26198ea554 update readme file 2024-07-08 12:42:39 +05:30
07d288c79f update readme file 2024-07-08 12:22:51 +05:30
90eea90099 update readme file 2024-07-08 12:18:32 +05:30
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
__pycache__
assets/

3
entrypoint.sh Executable file
View File

@ -0,0 +1,3 @@
#! /bin/sh
python3 landmarks.py $@ 2>&1 | grep -vE '^(WARNING:|I0000|INFO:)' | awk '{print}'