Skip to content
Discussion options

You must be logged in to vote

Based on the available documentation, there isn't a direct way to exclude custom object classification models on a per-camera basis. The classification configuration is defined globally under the classification section.(1)(2)

However, you have a few workarounds:

1. Use object filter masks at the camera level

You can use object filter masks to prevent car detections in specific areas of a camera, which would effectively prevent those objects from being classified:(3)(1)

cameras:
  your_camera:
    objects:
      filters:
        car:
          mask: 0.000,0.000,1.000,0.000,1.000,1.000,0.000,1.000

(1)

This masks the entire frame for car detections on that specific camera.

2. Exclude cars f…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by p-nightmare
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant