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

How to download the YoukuMPLUG video dataset? #341

Open
lucasjinreal opened this issue Jul 4, 2024 · 7 comments
Open

How to download the YoukuMPLUG video dataset? #341

lucasjinreal opened this issue Jul 4, 2024 · 7 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@lucasjinreal
Copy link

the modelscope newestlib unable to download it any more.
Alos, is there a simple way to download the videos?

@drcege drcege added the help wanted Extra attention is needed label Jul 8, 2024
@yxdyc
Copy link
Collaborator

yxdyc commented Jul 8, 2024

Thank you for reaching out. You can try pip install modelscope[framework] to install the necessary download-related requirements.

@lucasjinreal
Copy link
Author

No, can u test with latest modelscope? it's some key error, nothing to do with the framework.....

@wangxingjun778
Copy link

@wangxingjun778
Copy link

Basically, due to the dependency datasets , it's not compatible with older version, the following method is recommended temporarily: pip install modelscope==1.7.1 ,and the issue will be fixed in the future version.

@lucasjinreal
Copy link
Author

Any estimate time would align with latest modelscope? I am afraid make users using old modescope will break the latest repo which depends on latest modelscope, and, it's cubersome..

@wangxingjun778
Copy link

Any estimate time would align with latest modelscope? I am afraid make users using old modescope will break the latest repo which depends on latest modelscope, and, it's cubersome..

The version (1.16.1) of modelscope should be released within 2 weeks. )

@wangxingjun778
Copy link

Already merged. Try to install the latest version from source code:

https://github.com/modelscope/modelscope

pip3 install -e .
pip3 install -r requirements/datasets.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

6 participants