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
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?
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?