버려진 객체 감지에 대한 다음 요구 사항이 충족되는지 확인하세요.
- 카메라 요구 사항:
- 해상도는 640х480픽셀 이상이어야 합니다.
- 색상: 분석은 컬러 이미지와 단색 이미지 모두에서 작동합니다.
- 카메라 흔들림으로 인해 프레임 크기에서 1% 이상 이미지가 이동하는 것은 허용되지 않습니다.
- 조명 요구 사항:
- 적당한 조명. 분석 성능의 품질은 조명이 낮을 경우(밤) 또는 조명이 너무 과할 경우(과도한 노출) 더 낮아질 수 있습니다.
- 조명에 극적인 변화가 있어서는 안 됩니다.
- 장면 및 카메라 각도 요구 사항:
- 배경은 대부분 정적이며 변경되지 않습니다.
- 반사 표면으로 인해 분석 성능이 저하될 수 있습니다.
- 버려진 물건은 10%의 시간 동안 움직이는 물건에 의해 숨겨집니다.
- 객체 이미지 요구 사항:
- 버려진 물체는 이미지에 보여야 합니다.
- 디지털 노이즈와 압축 관련 아티팩트는 최소화되었습니다.
이미지에 있는 객체의 너비와 높이는 프레임 크기의 1% 이상이어야 하며(해상도가 1920픽셀 이상인 경우) 해상도가 낮은 경우 15픽셀 이상이어야 합니다.
이미지에 있는 객체의 너비와 높이는 프레임 크기의 25%를 초과해서는 안 됩니다.
이러한 조건이 충족되면 버려진 개체 감지 도구는 다음이 보장됩니다.
- 100개 항목 중 92개를 감지함;
- 거짓 양성률을 100개 중 20개로 유지하세요
Make sure the following requirements for abandoned object detection are met:
- Camera requirements:
- Resolution must be not less than 640х480 pixels.
- Color: analytics works both with color and monochromatic images.
- It is not allowed to the image shift be more than 1% from the frame size due to camera shake.
- Lighting requirements:
- Moderate lighting. The quality of analytics performance can be lower in case of low lighting (night) or over lighting (overexposure).
- There must be no dramatic changes in lighting.
- Scene and camera angle requirements:
- Background is mostly static and is not changed.
- Incorrect analytics performance can be caused by reflective surfaces.
- Abandoned objects are hidden by moving objects not longer than 10% of the time.
- Object images requirements:
- An abandoned object must be visible on the image.
- The digital noise and compression-related artifacts are minimal.
The width and height of the objects in the image must be not less than 1% of the frame size (if resolution is over 1920 pixels) or 15 pixels for lower resolution.
The width and height of the objects in the image must not exceed 25% of the frame size.
If these conditions are in place, the abandoned object detection tool is guaranteed to:
...