ghimiredhikura / Complex-YOLOv3

PyTorch implementation of Complex-YOLO paper with YoloV3
GNU General Public License v3.0
191 stars 69 forks source link

OSError: [WinError 126] The specified module could not be found #54

Open Ironman1508 opened 4 years ago

Ironman1508 commented 4 years ago

I am running it on Anaconda environment(OSError: [WinError 126] The specified module could not be found)

image

(lidar) C:\Users\Aravind Giri\Complex-YOLOv3>python test_detection.py --split=sample --folder=sampledata Traceback (most recent call last): File "test_detection.py", line 9, in import utils.utils as utils File "C:\Users\Aravind Giri\Complex-YOLOv3\utils\utils.py", line 9, in from shapely.geometry import Polygon File "C:\Users\Aravind Giri.conda\envs\lidar\lib\site-packages\shapely\geometry__init.py", line 4, in from .base import CAP_STYLE, JOIN_STYLE File "C:\Users\Aravind Giri.conda\envs\lidar\lib\site-packages\shapely\geometry\base.py", line 18, in from shapely.coords import CoordinateSequence File "C:\Users\Aravind Giri.conda\envs\lidar\lib\site-packages\shapely\coords.py", line 8, in from shapely.geos import lgeos File "C:\Users\Aravind Giri.conda\envs\lidar\lib\site-packages\shapely\geos.py", line 145, in _lgeos = CDLL(os.path.join(sys.prefix, 'Library', 'bin', 'geos_c.dll')) File "C:\Users\Aravind Giri.conda\envs\lidar\lib\ctypes\init.py", line 364, in init__ self._handle = _dlopen(self._name, mode) OSError: [WinError 126] The specified module could not be found