Skip to content

rcaceiro/object.detection4autopsy.server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published