api detector.detect is miss in v0.6.2(install with pip)
I installed the pyfeat with pip. Using 'pip list' show the version of the pyfeat is 0.6.2. But I see the source code in version 0.6.2 has the api detect, but in my code I can only use the detect_image, not the detect
packaging 25.0 pandas 2.0.3 pillow 10.4.0 pip 25.0.1 py-feat 0.6.2 pynv 0.3 pyparsing 3.1.4 python-dateutil 2.9.0.post0 pytz 2025.2 PyWavelets 1.4.1 PyYAML 6.0.2 requests 2.32.4
can you use the model?
see reply here #238
function in 0.6.2 Detector.detect_image() or Detector.detect_video() changed to Detector.detect() in 0.7.
However, 0.7.0 is not released on pypi. you can only install 0.7 from github for now.