1 Star 0 Fork 0

irishcoffeeguo/yolox_deepstream

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
deepstream_app_config.txt 1.88 KB
一键复制 编辑 原始数据 按行查看 历史
EgbertYaye 提交于 2021-11-26 22:47 . Add files via upload
[application]
enable-perf-measurement=1
perf-measurement-interval-sec=1
[tiled-display]
enable=0
rows=1
columns=1
width=1920
height=1080
gpu-id=0
nvbuf-memory-type=0
[source0]
enable=1
# 1:camera(v4l2) 2: single uri 3:multi uri 4:rtsp 5 camera(CSI) only for Jetson
type=2
# uri=file://./sample_1080p_h264.mp4
uri=file:///opt/nvidia/deepstream/deepstream-6.0/sources/yolox/loulan_h264.mp4
# uri=rtsp://10.1.1.114:9090/dss/monitor/params?cameraid=1000006$0&substream=1
num-sources=1
gpu-id=0
cudadec-memtype=0
select-rtp-protocol=4
[sink0]
enable=1
# 3:save file 4:rtsp
type=3
sync=0
source-id=0
gpu-id=0
container=1
codec=1
bitrate=4000000
output-file=./output.mp4
nvbuf-memory-type=0
rtsp-port=8554
udp-port=5400
[tracker]
enable=0
# For the case of NvDCF tracker, tracker-width and tracker-height must be a multiple of 32, respectively
tracker-width=640
tracker-height=384
#ll-lib-file=/opt/nvidia/deepstream/deepstream-5.0/lib/libnvds_mot_iou.so
#ll-lib-file=/opt/nvidia/deepstream/deepstream-5.0/lib/libnvds_nvdcf.so
ll-lib-file=/opt/nvidia/deepstream/deepstream-5.0/lib/libnvds_mot_klt.so
#ll-config-file required for DCF/IOU only
#ll-config-file=tracker_config.yml
#ll-config-file=iou_config.txt
gpu-id=0
#enable-batch-process and enable-past-frame applicable to DCF only
enable-batch-process=0
enable-past-frame=0
display-tracking-id=1
[osd]
enable=1
gpu-id=0
border-width=1
text-size=15
text-color=1;1;1;1;
text-bg-color=0.3;0.3;0.3;1
font=Serif
show-clock=0
clock-x-offset=5
clock-y-offset=5
clock-text-size=12
clock-color=0;0;1;1
nvbuf-memory-type=0
[streammux]
gpu-id=0
live-source=0
batch-size=1
batched-push-timeout=40000
width=2048
height=3072
enable-padding=1
nvbuf-memory-type=0
[primary-gie]
enable=1
gpu-id=0
gie-unique-id=1
nvbuf-memory-type=0
config-file=config_infer_primary.txt
[tests]
file-loop=0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/irishcoffeeguo/yolox_deepstream.git
git@gitee.com:irishcoffeeguo/yolox_deepstream.git
irishcoffeeguo
yolox_deepstream
yolox_deepstream
main

搜索帮助