1 Star 0 Fork 1

leetop/jetson-cloudnative-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
run_peopleDetect.sh 473 Bytes
一键复制 编辑 原始数据 按行查看 历史
suhash-gitlab 提交于 2020-05-14 10:09 . Correcting the tag
#!/usr/bin/env bash
CONTAINER=nvcr.io/nvidia/deepstream-peopledetection:r32.4.2
sudo nvpmodel -m 2
sudo jetson_clocks
xhost +
sudo sh -c 'echo 850000000 > /sys/kernel/debug/bpmp/debug/clk/nafll_dla/rate'
sudo docker run -d -it --rm --net=host --runtime nvidia -e DISPLAY=$DISPLAY -v /tmp/.X11-unix/:/tmp/.X11-unix $CONTAINER deepstream-test5-app -c deepstream-5.0/samples/configs/deepstream-app/sourceX_1080p_dec_infer-resnet_tracker_tiled_display_int8_hq_dla_nx.txt
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/leetopAI/jetson-cloudnative-demo.git
git@gitee.com:leetopAI/jetson-cloudnative-demo.git
leetopAI
jetson-cloudnative-demo
jetson-cloudnative-demo
master

搜索帮助