scanner icon indicating copy to clipboard operation
scanner copied to clipboard

Efficient video analysis at scale

Results 84 scanner issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.12.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.2.0 to 3.15.0. Release notes Sourced from protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...

dependencies

Bumps [ipython](https://github.com/ipython/ipython) from 5.3.0 to 7.16.3. Commits d43c7c7 release 7.16.3 5fa1e40 Merge pull request from GHSA-pq7m-3gw7-gq5x 8df8971 back to dev 9f477b7 release 7.16.2 138f266 bring back release helper from master...

dependencies

Updated documentation links

I get a error "scannerpy.common.ScannerException: Attempted to re-register op MTCNNDetectFaces:26b1de2b94414c76b520eb59bd0ef338" when I run a simple demo with face_detect code. It can be simplified with these code: ``` python def detect_face_from_video(video_path):...

minor problem in deps.sh. ffmpeg install requires x265 now. In ubuntu 16.04, that requires: apt install x265 libx265-dev

Dear maintainers, I'm trying to test scanner framework, and I'm facing some difficulties. It seems I cannot import the "Database" class, which is used in many files I found in...

e.g. if ingesting videos from GCS, the Scanner database must also be on GCS. This should be at least documented, if not fixed to make these independent choices.

bug
med-priority

``` import sys import cv2 import math import json import subprocess from collections import namedtuple import scannerpy as sp from scannerpy import FrameType from scannerpy.types import BboxList import scannertools.face_detection import...

bug

For inplace mp4 decode

bug
high-priority