TeamISLAND-public / SW_AlphaPose

It is a first project of making demo type which is included with several GUI programming and also computer vision technology to make sure that user feels comfortable with editing and decorating their effects
Apache License 2.0
1 stars 2 forks source link

import error while running main_gui.py #47

Open kdh0324 opened 4 years ago

kdh0324 commented 4 years ago
Traceback (most recent call last):
  File "main_gui.py", line 6, in <module>
    from VideoPlayer.VideoList import VideoList
  File "D:\Desktop\github\Team_Island_SW\VideoPlayer\VideoList.py", line 6, in <module>
    from Library.detectron2.demo.open_demo import open_demo
  File "D:\Desktop\github\Team_Island_SW\Library\detectron2\demo\open_demo.py", line 16, in <module>
    from detectron2.utils.predictor import PredictionDemo
  File "d:\desktop\github\team_island_sw\library\detectron2\detectron2\utils\predictor.py", line 9, in <module>
    from detectron2.data import MetadataCatalog
  File "d:\desktop\github\team_island_sw\library\detectron2\detectron2\data\__init__.py", line 4, in <module>
    from .build import (
  File "d:\desktop\github\team_island_sw\library\detectron2\detectron2\data\build.py", line 13, in <module>
    from detectron2.structures import BoxMode
  File "d:\desktop\github\team_island_sw\library\detectron2\detectron2\structures\__init__.py", line 2, in <module>
    from .boxes import Boxes, BoxMode, pairwise_iou
  File "d:\desktop\github\team_island_sw\library\detectron2\detectron2\structures\boxes.py", line 7, in <module>
    from detectron2.layers import cat
  File "d:\desktop\github\team_island_sw\library\detectron2\detectron2\layers\__init__.py", line 3, in <module>
    from .deform_conv import DeformConv, ModulatedDeformConv
  File "d:\desktop\github\team_island_sw\library\detectron2\detectron2\layers\deform_conv.py", line 10, in <module>
    from detectron2 import _C
ImportError: DLL load failed: 지정된 프로시저를 찾을 수 없습니다.

https://github.com/facebookresearch/detectron2/blob/master/INSTALL.md 를 참고하여도 잘 모르겠습니다....