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

Fix "init_detector" error and update requirements #39

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jhj0517
Copy link
Contributor

@jhj0517 jhj0517 commented Jun 12, 2024

Related Issues:

pip install torch will install latest torch version and mmdet is not compatible with latest torch version and it caused this error.

Changed:

  1. Downgrade torch versions to compatible with mmcvs
  2. Update xformers to latest compatible version
  3. Include mmcv series in requirements and add wheel ( without wheel, there's a bug that installing mmcv takes forever )
  4. Update README to reflect changes.

Tested with musepose-workflow-demo.json and confirmed that it works fine.

@jhj0517 jhj0517 changed the title Update requirements Fix "init_detector" error and update requirements Jun 12, 2024
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

Successfully merging this pull request may close these issues.

1 participant