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

Hello, when I run testvideo.py, it shows:TypeError: DCNv2Pack() takes no arguments. #3

Open
yike5022 opened this issue Sep 8, 2024 · 1 comment

Comments

@yike5022
Copy link

yike5022 commented Sep 8, 2024

Traceback (most recent call last):
File "./SALI-main/test_video.py", line 45, in
model = Network(opt)
File "./SALI-main/lib/model.py", line 176, in init
self.pcd_align = PCDAlignment(num_feat=32, deformable_groups=8)
File "./SALI-main/lib/model.py", line 47, in init
self.dcn_pack[level] = DCNv2Pack(
TypeError: DCNv2Pack() takes no arguments
I opened the definition file of the DCNv2Pack class and found that its init() constructor does not accept any arguments.

@Scatteredrain
Copy link
Owner

hello, maybe you need to check if there is something wrong with your cuda extensions installation as suggested by Usage-step.1?

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

2 participants