Skip to content

Releases: cedrusx/deep_features

New HF-Net models with NMS

28 Jul 05:57
Compare
Choose a tag to compare

hfnet_vino_480x640_nms1r1: hfnet_vino model integrated non-maximum suppression (NMS) with radius=1 and iterations=1.

HF-Net models for OpenVINO and TensorFlow

05 Jul 15:43
Compare
Choose a tag to compare

The TensorFlow model can take any image size (can be specifed in hfnet_tf.py).
The OpenVINO models take images with a specific size.
With image inputs of the same size, the OpenVINO model should be significantly faster than the TensorFlow model.
Both run on CPU.