Scatteredrain / SALI

[MICCAI 2024] SALI: Short-term Alignment and Long-term Interaction Network for Colonoscopy Video Polyp Segmentation
https://arxiv.org/abs/2406.13532
MIT License
18 stars 0 forks source link

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

Open yike5022 opened 1 week ago

yike5022 commented 1 week ago

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 commented 1 week ago

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