蚕茧视频识别AI程序关键代码(不包含资源、模型、转换库)
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
################################################################################
|
||||
# SPDX-FileCopyrightText: Copyright (c) 2019-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
################################################################################
|
||||
|
||||
[property]
|
||||
gpu-id=0
|
||||
net-scale-factor=0.0039215697906911373
|
||||
onnx-file=/opt/nvidia/deepstream/deepstream/samples/models/peoplenet/resnet34_peoplenet_int8.onnx
|
||||
labelfile-path=/opt/nvidia/deepstream/deepstream/samples/models/peoplenet/labels.txt
|
||||
model-engine-file=/opt/nvidia/deepstream/deepstream/samples/models/peoplenet/resnet34_peoplenet_int8.onnx_b1_gpu0_fp16.engine
|
||||
int8-calib-file=/opt/nvidia/deepstream/deepstream/samples/models/peoplenet/resnet34_peoplenet_int8.txt
|
||||
infer-dims=3;544;960
|
||||
uff-input-blob-name=input_1
|
||||
batch-size=1
|
||||
process-mode=1
|
||||
model-color-format=0
|
||||
## 0=FP32, 1=INT8, 2=FP16 mode
|
||||
network-mode=2
|
||||
num-detected-classes=3
|
||||
cluster-mode=2
|
||||
interval=0
|
||||
gie-unique-id=1
|
||||
output-blob-names=output_bbox/BiasAdd:0;output_cov/Sigmoid:0
|
||||
|
||||
#Use the config params below for dbscan clustering mode
|
||||
#[class-attrs-all]
|
||||
#detected-min-w=4
|
||||
#detected-min-h=4
|
||||
#minBoxes=3
|
||||
#eps=0.7
|
||||
|
||||
#Use the config params below for NMS clustering mode
|
||||
[class-attrs-all]
|
||||
topk=20
|
||||
nms-iou-threshold=0.5
|
||||
pre-cluster-threshold=0.2
|
||||
|
||||
## Per class configurations
|
||||
[class-attrs-0]
|
||||
topk=20
|
||||
nms-iou-threshold=0.5
|
||||
pre-cluster-threshold=0.4
|
||||
|
||||
#[class-attrs-1]
|
||||
#pre-cluster-threshold=0.05
|
||||
#eps=0.7
|
||||
#dbscan-min-score=0.5
|
||||
Reference in New Issue
Block a user