-
Notifications
You must be signed in to change notification settings - Fork 1
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
Issues with Running MaskCLIP++ Demo #3
Comments
Thank you for providing such a detailed description of the issue. My current suggestions are as follows:
|
Thank you so much for your very effective and helpful response. I have updated my environment based on your suggestions, and the details are as follows:
After updating my environment, I also pulled the latest code from the GitHub repository, and I'm happy to report that the demo now runs successfully! I want to express my appreciation for the outstanding work you and the team have done. The project is impressive, and it's exciting to see such an innovative and well-implemented solution! However, I have one more question regarding the PyTorch version. Does the environment must use PyTorch 2.3.0 with CUDA 12.1 (
Would downgrading the PyTorch version to Looking forward to your insights, and once again, great job on the project! 🎉👍👏 |
@oneHFR
|
Thank you so much for your detailed and thoughtful responses! I really appreciate how thoroughly you've explained the environment compatibility issues and provided flexible solutions. Your work on this project is truly impressive - the code is well-structured and the documentation is exceptionally clear. Really cool that you added support for PyTorch 1.12.1 too - that's super helpful ! 😊 Really appreciate all your help and the awesome work you're doing! Keep rocking! 🚀✨ |
Hi~~ I have followed the official installation instructions to set up the environment and installed all the necessary weights.
Environment Specifications:
torch.__version__
: 2.5.1+cu124torch.version.cuda
: 12.4torch.backends.cudnn.version
: 90100Python
: 3.10.16Installation Steps Followed:
Installation:
Preparations:
Datasets: Prepared as per [Preparing Datasets for MaskCLIP++](datasets/README.md).Demo Usage:
Here is mine:
Issue:
During the execution, I encountered several issues, mostly related to library version mismatches. I was able to resolve some of them with minor code modifications. For example, I removed the type annotation as shown below:
However, I am now stuck at the following error:
Current Progress:
I have modified some of the code to address some compatibility issues. Currently, the error seems to be occurring in the following function:
Question:
Is completing the above modifications sufficient to run the demo? It appears that running the demo with the following command leads to a series of errors:
Could you please advise on what additional installations or configurations are required to successfully run the demo?
Issue in Chinese
我按照官方的安装说明完成了环境搭建,并安装了所有必要的权重.
环境基本参数:
torch.__version__
: 2.5.1+cu124torch.version.cuda
: 12.4torch.backends.cudnn.version
: 90100Python
: 3.10.16安装步骤:
安装:
准备工作:
Demo 使用指令:
问题:
在执行过程中,我遇到了不少问题,主要是库的版本不匹配。通过微小的代码修改,我解决了一些问题。例如,删除了类型注解,如下所示:
但是,现在卡在了以下错误:
当前进展:
我逐步修改了一些代码的细节,目前错误应该发生在以下函数中:
问题:
是否完成上述基本操作其实是远远不够的,实际上还需要完善更多配置才能运行demo?运行以下命令时出现了一连串的错误,每一个错误都让我猜测是不是缺少了某个环节操作,所以有一系列的某个形参的mask没有传入,每个特征的维度不匹配无法继续传递等问题
请问我还需要安装或配置哪些内容才能成功运行demo?非常感谢期待您的回复解答!
The text was updated successfully, but these errors were encountered: