No visual feature types specified

I am testing tracking.
Set 1 to useHighPrecisionFeature.

  useColorNames: 0     # Use ColorNames feature
  useHog: 0            # Use Histogram-of-Oriented-Gradient (HOG) feature
  useHighPrecisionFeature: 1   # Use high-precision in feature extraction. Default is [true]

Then enable-past-frame=1 in dstest2_tracker_config.txt.

I have error as

gstnvtracker: Batch processing is ON
gstnvtracker: *Past frame output is OFF*

!![ERROR] No visual feature types specified
An exception occurred. No visual feature types specified
terminate called after throwing an instance of 'std::exception'
  what():  std::exception
Aborted (core dumped)

Why I still have Past frame output is OFF?
What is the cause of error No visual feature types specified?

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

• Hardware Platform (Jetson / GPU)
Xavier

• DeepStream Version
6.0

• JetPack Version (valid for Jetson only)
Package: nvidia-jetpack
Version: 4.5.1-b17
Architecture: arm64

• TensorRT Version
7.1

• NVIDIA GPU Driver Version (valid for GPU only)
Depends: nvidia-cuda (= 4.5-b129), nvidia-opencv (= 4.5-b129), nvidia-cudnn8 (= 4.5-b129), nvidia-tensorrt (= 4.5-b129), nvidia-visionworks (= 4.5-b129), nvidia-container (= 4.5-b129), nvidia-vpi (= 4.5-b129), nvidia-l4t-jetson-multimedia-api (>> 32.5-0), nvidia-l4t-jetson-multimedia-api (<< 32.6-0)

• Issue Type( questions, new requirements, bugs)
No visual feature types specified

• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Hey customer, which config items did you modified in the tracker config file?

Hi thanks I got it.
I need to select hog or color as features.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.