Search
About
Datasets
Models
Log In
Sign Up
Log In
Sign Up
Models
:
JoelW
/
OpenGait
Like
0
Downloads: 1
Card
Git
Discussions
[fd9ef4]
:
/
misc
/ clean_process.sh
History
Download this file
2 lines (1 with data), 64 Bytes
1
kill
$(
ps
aux
|
grep
main.py
|
grep
-v
grep
|
awk
'{print $2}'
)