2 Star 0 Fork 0

ZhaoZhenghao/OSU-RM-tpu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
start.sh 649 Bytes
一键复制 编辑 原始数据 按行查看 历史
lcpdeb 提交于 2019-07-26 18:59 . Update start.sh
#!/bin/sh
echo Starting detect.py...
# Set the necessary environment variables - UBUNTU/UNITY/GNOME:
# export DISPLAY=$(w $(id -un) | awk 'NF > 7 && $2 ~ /tty[0-9]+/ {print $3; exit}')
export DISPLAY=0
export XDG_RUNTIME_DIR=/run/user/1000
# export XAUTHORITY=/home/user/.Xauthority
# export GNOME_DESKTOP_SESSION_ID=true
# export DBUS_SESSION_BUS_ADDRESS=$(sed -zne 's/^DBUS_SESSION_BUS_ADDRESS=//p' /proc/`pgrep gnome-session -U $(id -u)`/environ)
#Open new terminal and execute the script:
# weston #&& /usr/bin/weston-terminal --fullscreen && sh cd /home/mendel/OSU-RM-tpu && python3 detect.py
cd /home/mendel/OSU-RM-tpu && python3 detect.py
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/PokerBox/OSU-RM-tpu.git
git@gitee.com:PokerBox/OSU-RM-tpu.git
PokerBox
OSU-RM-tpu
OSU-RM-tpu
master

搜索帮助