object.detection4autopsy.server
v1.0.3
Published
This package supports the [Autopsy](https://www.autopsy.com) module [object.detection4autopsy](https://github.com/rcaceiro/obejct.detection4autopsy) that takes the power of the real-time object detection system called [Yolo](https://pjreddie.com/darknet/y
Maintainers
Readme
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-permHow To Use
port=80 od4aNote 1: You can change port 80 to another that you want.
Endpoints
/pingExpects: nothing Gives on success: 200 response code
/process/imageExpects: 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/videoExpects: 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
