Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

facefusion\predictor fail #1

Open
dreamer1048576 opened this issue Nov 11, 2023 · 0 comments
Open

facefusion\predictor fail #1

dreamer1048576 opened this issue Nov 11, 2023 · 0 comments

Comments

@dreamer1048576
Copy link

File "C:\Program Files\Python311\Lib\site-packages\gradio\routes.py", line 534, in predict
  output = await route_utils.call_process_api(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python311\Lib\site-packages\gradio\route_utils.py", line 226, in call_process_api
  output = await app.get_blocks().process_api(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python311\Lib\site-packages\gradio\blocks.py", line 1554, in process_api
  result = await self.call_function(
           ^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python311\Lib\site-packages\gradio\blocks.py", line 1192, in call_function
  prediction = await anyio.to_thread.run_sync(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python311\Lib\site-packages\anyio\to_thread.py", line 33, in run_sync
  return await get_asynclib().run_sync_in_worker_thread(
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python311\Lib\site-packages\anyio\_backends\_asyncio.py", line 877, in run_sync_in_worker_thread
  return await future
         ^^^^^^^^^^^^
File "C:\Program Files\Python311\Lib\site-packages\anyio\_backends\_asyncio.py", line 807, in run
  result = context.run(func, *args)
           ^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python311\Lib\site-packages\gradio\utils.py", line 659, in wrapper
  response = f(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^
File "C:\temp\Tony\tonyff\facefusion\uis\components\output.py", line 50, in start
  conditional_process()
File "C:\temp\Tony\tonyff\facefusion\core.py", line 189, in conditional_process
  process_video()
File "C:\temp\Tony\tonyff\facefusion\core.py", line 213, in process_video
  if predict_video(facefusion.globals.target_path):
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\temp\Tony\tonyff\facefusion\predictor.py", line 57, in predict_video
  _, probabilities = opennsfw2.predict_video_frames(video_path = video_path, frame_interval = FRAME_INTERVAL)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python311\Lib\site-packages\opennsfw2\_inference.py", line 178, in predict_video_frames
  cv2.destroyAllWindows()  # pylint: disable=no-member
  ^^^^^^^^^^^^^^^^^^^^^^^
cv2.error: OpenCV(4.8.1) D:\a\opencv-python\opencv-python\opencv\modules\highgui\src\window.cpp:1266: error: (-2:Unspecified error) The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Cocoa support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script in function 'cvDestroyAllWindows'
C:\> pip list 
facexlib                     0.3.0
huggingface-hub              0.19.0
insightface                  0.7.3
gradio                       3.47.1
gradio_client                0.6.0
opencv-python                4.8.1.78
opencv-python-headless       4.8.1.78
opennsfw2                    0.10.2

C:\>ver
Microsoft Windows [版本 10.0.19043.985]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant