Skip to content

HF-Net models for OpenVINO and TensorFlow

Compare
Choose a tag to compare
@cedrusx cedrusx released this 05 Jul 15:43
· 12 commits to master since this release

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.