jhb86253817 / PIPNet

Efficient facial landmark detector
MIT License
412 stars 82 forks source link

from .nms.cpu_nms import cpu_nms, cpu_soft_nms ModuleNotFoundError: No module named 'utils.nms.cpu_nms' #31

Closed XinyingZheng closed 2 years ago

XinyingZheng commented 2 years ago

from .nms.cpu_nms import cpu_nms, cpu_soft_nms ModuleNotFoundError: No module named 'utils.nms.cpu_nms' I've run make.sh, but still get this error

jhb86253817 commented 2 years ago

from .nms.cpu_nms import cpu_nms, cpu_soft_nms ModuleNotFoundError: No module named 'utils.nms.cpu_nms' I've run make.sh, but still get this error

Hi, this is a module taken from faster rcnn. You may search this error on google for a solution. It works fine for Ubuntu, but may cause problem under Windows.

XinyingZheng commented 2 years ago

Yes, it is indeed the environmental problem, I have solved it, your work is very good, thank you for your reply!

------------------ 原始邮件 ------------------ 发件人: "jhb86253817/PIPNet" @.>; 发送时间: 2022年8月18日(星期四) 晚上11:39 @.>; @.**@.>; 主题: Re: [jhb86253817/PIPNet] from .nms.cpu_nms import cpu_nms, cpu_soft_nms ModuleNotFoundError: No module named 'utils.nms.cpu_nms' (Issue #31)

from .nms.cpu_nms import cpu_nms, cpu_soft_nms ModuleNotFoundError: No module named 'utils.nms.cpu_nms' I've run make.sh, but still get this error

Hi, this is a module taken from faster rcnn. You may search this error on google for a solution. It works fine for Ubuntu, but may cause problem under Windows.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>