Pose-Group / DCPose

This is an official implementation of our CVPR 2021 paper "Deep Dual Consecutive Network for Human Pose Estimation" (https://openaccess.thecvf.com/content/CVPR2021/papers/Liu_Deep_Dual_Consecutive_Network_for_Human_Pose_Estimation_CVPR_2021_paper.pdf)
380 stars 61 forks source link

ImportError: cannot import name 'deform_conv_cuda' from partially initialized module 'thirdparty.deform_conv' #49

Open mamuncseru opened 2 months ago

mamuncseru commented 2 months ago

ImportError: cannot import name 'deform_conv_cuda' from partially initialized module 'thirdparty.deform_conv' (most likely due to a circular import) (/home/research/DCPOSE/DCPose/thirdparty/deform_conv/init.py)

from .. import deform_conv_cuda in deform_conv.py causing the problem. Does anyone know the reason?