object.detection4autopsy.server

1.0.3 • Public • Published

Object Detection for Autopsy Server

This package supports the Autopsy module object.detection4autopsy that takes the power of the real-time object detection system called Yolo.

It is sponsored by Instituto de Telecomunicações developed by Rúben Caceiro and guided by Patrício Domingues.

Pre-requirements

  • Please get the minimum requirements from node-yolo module

Minimum hardware requirements

  • Please get the minimum requirements from node-yolo module

Installation

sudo npm install object.detection4autopsy.server -g --unsafe-perm

How To Use

port=80 od4a

Note 1: You can change port 80 to another that you want.

Endpoints

/ping

Expects: nothing
Gives on success: 200 response code

/process/image

Expects: a image file*
Gives on success: 200 response code with a json string with detections
Gives on error: 400 response code with error message

/process/video

Expects: a image video**
Gives on success: 200 response code with a json string with detections
Gives on error: 400 response code with error message

*Only support image extensions .jpeg, .jpe, .jpg, .jp2, .tiff, .tif, .bmp, .png, .ppm, .pgm, .pbm, .sr, .ras, dib

**Only support video extensions .3gp, .3g2, .asf, .wma, .wmv, .avi, .divx, .evo, .f4v, .flv, .mkv, .mk3d, .mka, .mks, .webm, .mcf, .mp4, .mpg, .mpeg, .ts, .m2p, .ps, .m2ts, .mxf, .ogg, .rmvb, .mov, .qt, .vob, .ifo

Package Sidebar

Install

npm i object.detection4autopsy.server

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

7.85 kB

Total Files

5

Last publish

Collaborators

  • rcaceiro