Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Configs] Update the DNV2 config files #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 22 additions & 20 deletions deepstream_app_tao_configs/config_infer_primary_dashcamnet.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,30 +39,32 @@ num-detected-classes=4
interval=0
gie-unique-id=1
output-blob-names=output_bbox/BiasAdd;output_cov/Sigmoid
cluster-mode=2
# Clustering mode set to DBSCAN
cluster-mode=1

#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
[class-attrs-all]
detected-min-w=4
detected-min-h=4
minBoxes=3
eps=0.7
pre-cluster-threshold=0.05

#Use the config params below for NMS clustering mode
[class-attrs-all]
topk=20
nms-iou-threshold=0.5
pre-cluster-threshold=0.2
roi-top-offset=0
roi-bottom-offset=0
# [class-attrs-all]
# topk=20
# nms-iou-threshold=0.5
# pre-cluster-threshold=0.2
# roi-top-offset=0
# roi-bottom-offset=0

## Per class configurations
[class-attrs-0]
topk=20
nms-iou-threshold=0.5
pre-cluster-threshold=0.4
# [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
# [class-attrs-1]
# pre-cluster-threshold=0.05
# eps=0.7
# dbscan-min-score=0.5
35 changes: 18 additions & 17 deletions deepstream_app_tao_configs/config_infer_primary_facedetectir.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,28 +39,29 @@ num-detected-classes=1
interval=0
gie-unique-id=1
output-blob-names=output_bbox/BiasAdd;output_cov/Sigmoid
cluster-mode=2
cluster-mode=1

#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
[class-attrs-all]
pre-cluster-threshold=0.05
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
# [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-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
# pre-cluster-threshold=0.05
# eps=0.7
# dbscan-min-score=0.5
25 changes: 13 additions & 12 deletions deepstream_app_tao_configs/config_infer_primary_peoplenet.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ batch-size=1
process-mode=1
model-color-format=0
## 0=FP32, 1=INT8, 2=FP16 mode
network-mode=1
network-mode=2
num-detected-classes=3
cluster-mode=2
interval=0
Expand All @@ -43,22 +43,23 @@ output-blob-names=output_bbox/BiasAdd;output_cov/Sigmoid

#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
detected-min-w=4
detected-min-h=4
minBoxes=3
eps=0.7
pre-cluster-threshold=0.4

#Use the config params below for NMS clustering mode
[class-attrs-all]
topk=20
nms-iou-threshold=0.5
pre-cluster-threshold=0.2
# 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-0]
# topk=20
# nms-iou-threshold=0.5
# pre-cluster-threshold=0.4

#[class-attrs-1]
#pre-cluster-threshold=0.05
Expand Down
40 changes: 22 additions & 18 deletions deepstream_app_tao_configs/config_infer_primary_trafficcamnet.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,28 +39,32 @@ num-detected-classes=4
interval=0
gie-unique-id=1
output-blob-names=output_bbox/BiasAdd;output_cov/Sigmoid
cluster-mode=2
# Clustering mode set to DBSCAN
cluster-mode=1

#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
[class-attrs-all]
detected-min-w=4
detected-min-h=4
minBoxes=3
eps=0.7
pre-cluster-threshold=0.05

#Use the config params below for NMS clustering mode
[class-attrs-all]
topk=20
nms-iou-threshold=0.5
pre-cluster-threshold=0.2
# [class-attrs-all]
# topk=20
# nms-iou-threshold=0.5
# pre-cluster-threshold=0.2
# roi-top-offset=0
# roi-bottom-offset=0

## Per class configurations
[class-attrs-0]
topk=20
nms-iou-threshold=0.5
pre-cluster-threshold=0.4
# [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
# [class-attrs-1]
# pre-cluster-threshold=0.05
# eps=0.7
# dbscan-min-score=0.5