Code Monkey home page Code Monkey logo

Comments (5)

mpc001 avatar mpc001 commented on August 20, 2024

Hi @M1ndBlast, can you please install that package pip install six?

from auto_avsr.

M1ndBlast avatar M1ndBlast commented on August 20, 2024

I installed six

(TT) PS C:\Users\peduz> pip install six
Collecting six
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
DEPRECATION: pytorch-lightning 1.5.10 has a non-standard dependency specifier torch>=1.7.*. pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of pytorch-lightning or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063
Installing collected packages: six
Successfully installed six-1.16.0

And I get new missing module "ibug"

(TT) PS D:\auto_avsr> python demo.py data.modality='video' pretrained_model_path='.\asr_trlrs3vox2_base.pth' file_path='.\avsr_english_1.mp4'
Error executing job with overrides: ['data.modality=video', 'pretrained_model_path=.\\asr_trlrs3vox2_base.pth', 'file_path=.\\avsr_english_1.mp4']
Traceback (most recent call last):
  File "demo.py", line 77, in main
    pipeline = InferencePipeline(cfg)
  File "demo.py", line 24, in __init__
    from preparation.detectors.retinaface.detector import LandmarksDetector
  File "D:\auto_avsr\preparation\detectors\retinaface\detector.py", line 9, in <module>
    from ibug.face_alignment import FANPredictor
ModuleNotFoundError: No module named 'ibug'

Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.

and now I can't install ibug

(TT) PS D:\auto_avsr> pip install ibug
ERROR: Ignored the following versions that require a different python version: 0.0.3 Requires-Python >=3.9; 0.0.4 Requires-Python >=3.9; 0.0.5 Requires-Python >=3.9; 0.0.7 Requires-Python >=3.9; 0.0.9 Requires-Python >=3.9
ERROR: Could not find a version that satisfies the requirement ibug (from versions: none)
ERROR: No matching distribution found for ibug

from auto_avsr.

mpc001 avatar mpc001 commented on August 20, 2024

Hi @M1ndBlast, can you please install the face tracker and face alignment libraries by following PR #17?

from auto_avsr.

M1ndBlast avatar M1ndBlast commented on August 20, 2024

Done. Sorry for take too time (evaluation period stuff)

I installed it with Option 1. Tried command again and i get next error:
image

CUDA is required?

from auto_avsr.

liu33333 avatar liu33333 commented on August 20, 2024

需要cuda的,前提是你的pytorch版本正确

from auto_avsr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.