py-feat icon indicating copy to clipboard operation
py-feat copied to clipboard

api detector.detect is miss in v0.6.2(install with pip)

Open vanishingkazen opened this issue 4 months ago • 2 comments

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

vanishingkazen avatar Aug 27 '25 07:08 vanishingkazen

can you use the model?

MertUstun7 avatar Sep 16 '25 07:09 MertUstun7

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.

pywugate avatar Oct 18 '25 11:10 pywugate