An wbia plugin wrapper for https://github.com/hjweide/dolphin-identification#functional
- OpenCV (cv2)
Install this plugin as a Python module using
cd ~/code/wbia-plugin-curvrank/
pip install -e .
With the plugin installed, register the module name with the IBEISControl.py
file
in the wildbook-ia repository located at wildbook-ia/wbia/control/IBEISControl.py
. Register
the module by adding the string (for example, wbia_curvrank
) to the
list AUTOLOAD_PLUGIN_MODNAMES
.
$ python
>>> import wbia_curvrank_v2
>>> wbia_curvrank_v2._plugin.wbia_plugin_curvrank_v2_example(None)