Skip to content

veracruz-project/darknet-inference-nm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Darknet inference native module for Veracruz

This is a Darknet inference native module for Veracruz. It is meant to be executed by the native module sandboxer in a sandbox environment everytime a WebAssembly program invokes it.
Just like any native module, it is an entry point to a more complex library and only exposes preselected high-level features to the programs invoking it.

This native module takes an execution configuration file encoding a DarknetInferenceService structure. It then performs inference on the model with the given input image and outputs a list of detections ordered by descending probability. Training is not supported.

About

Darknet inference native module for Veracruz

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages