facebookresearch / maskrcnn-benchmark

Fast, modular reference implementation of Instance Segmentation and Object Detection algorithms in PyTorch.
MIT License
9.31k stars 2.49k forks source link

ImportError: DLL load failed while importing _C #1316

Open ctxjason opened 3 years ago

ctxjason commented 3 years ago

Happens when I try to import _C

yuninn commented 2 years ago

当我尝试导入 _C 时发生

I have the same problem, have you solved it?