Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
2fc37ad2dd | |||
a2108cc7c9 | |||
d9d0cd4517 | |||
414e62d150 | |||
26198ea554 | |||
07d288c79f | |||
90eea90099 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
__pycache__
|
__pycache__
|
||||||
|
|
||||||
assets/
|
assets/
|
||||||
|
|
||||||
|
3
entrypoint.sh
Executable file
3
entrypoint.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#! /bin/sh
|
||||||
|
|
||||||
|
python3 landmarks.py $@ 2>&1 | grep -vE '^(WARNING:|I0000|INFO:)' | awk '{print}'
|
Loading…
x
Reference in New Issue
Block a user