Blur detections in video

Task for the detection and blurring of objects detected in a video.

In the input parameters it is expected:

  1. Input video file, location of the video on which the detection is to be performed.

  2. Output video file, where the detection result will be saved.

  3. Path of the dmod file, which will be used as a model to perform the detections.

  4. Confidence threshold: Accuracy of the detections performed by the AI model.

    Only the detections with a confidence higher than the one established in this parameter will be used for the rest of the processes.

    Accuracy 0, implies that all detections will be evaluated, this may introduce erroneous detections in the process.

    Accuracy very close to 1, implies that only the clearest detections for the model will be evaluated, this may bias the detections of valid objects.

    By default, the value of 0.2 dramatically decreases anomalous detections and allows enough flexibility to maximize the number of detections.

  5. Blur factor: The blur factor to be used, the higher the number the more blur.

In the advanced parameters we can configure:

  1. Frame detections: This value defines how many frames to process the detections.

  2. Parallel factor: The number of execution threads.

  3. Frame range: The range of the video over which the detections will be performed, expressed in minutes and seconds. All means that the entire video will be processed. 1:30 processes the entire video from 1 minute and 30 seconds. 1:40-2:30 processes the video in the range of frames from 1:40 to 2:30, reducing the duration of the output video.

  4. Crop video to frame range: Crop video to the defined frame range. If this option is enabled the output video will be cropped to the frame range selected in the previous parameter. If this option is not selected, the output video will have the same size as the input video, but only detections in the selected frame range will be performed.

  5. Stroke Size: Vertical magnification percentage. The percentage is calculated according to the detection height.

  6. Buffer width: Percentage of horizontal magnification over the detection made with AI. The percentage is calculated as a function of the detection width.

  7. Buffer height: Percentage of vertical magnification on the detection performed with AI. The percentage is calculated according to the detection height.
Blur detection in video output

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits.
By clicking “Accept”, you consent to our cookies policy.