معرفی شرکت ها


cctv-analysis-0.0.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A ready-to-use server to analyse cctv feeds. Pip install, boot up server, and make requests to analyse videos.
ویژگی مقدار
سیستم عامل -
نام فایل cctv-analysis-0.0.2
نام cctv-analysis
نسخه کتابخانه 0.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Juan Tomás Barrón - Gustavo Risso - Facundo Quiroga
ایمیل نویسنده fquiroga@lidi.info.unlp.edu.ar
آدرس صفحه اصلی https://github.com/midusi/cctv_analysis
آدرس اینترنتی https://pypi.org/project/cctv-analysis/
مجوز GNU Affero General Public License v3 or later (AGPLv3+)
# CCTV analysis. A cctv analysis server to asynchronously analyse videos for objects such as persons or cars in cctv camera feeds. [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE) ## Introduction. KERAS implementation of YOLOv3 (Tensorflow backend) inspired by [allanzelener/YAD2K](https://github.com/allanzelener/YAD2K). --- ## Initial setup for model. 1. Clone the repository on your computer. 2. Download YOLOV3 weights and the yolo.h5 file from this drive link https://drive.google.com/drive/folders/1PHLAmDVdO3DWp0Igf2_T_uBnDsvJZghy?usp=sharing , or use de wget instruction above 3. Put the weights files in the weights folder "/cctv_analysis/model/weights", and the file yolo.h5 inside the cfg folder "/cctv_analysis/model/cfg". 4. Run the app. To run the server localy: At the server folder "cctv_analysis/server/" python app.py server runs at http://127.0.0.1:5000/ localy, use the "seleccionar archivo" button, then select video, once the video is selected click at the "enviar" button, after procesing the output can be found at the files folder (cctv_analysis/server/files" as a json file called data. PD: the files folder can be modified from the user_cfg.json file at the server folder


نیازمندی

مقدار نام
- flask
- gdown
- numpy
- opencv-python
- tensorflow-gpu
- keras
- pillow
- matplotlib
- tqdm


زبان مورد نیاز

مقدار نام
>=3.6.0 Python


نحوه نصب


نصب پکیج whl cctv-analysis-0.0.2:

    pip install cctv-analysis-0.0.2.whl


نصب پکیج tar.gz cctv-analysis-0.0.2:

    pip install cctv-analysis-0.0.2.tar.gz