longcw / yolo2-pytorch

YOLOv2 in PyTorch
1.54k stars 421 forks source link

utils.cython_bbox not found #70

Closed shirishr closed 6 years ago

shirishr commented 6 years ago

@longcw

when I run python demo.py I get an error:

from utils.cython_bbox import bbox_ious, anchor_intersections ModuleNotFoundError: No module named 'utils.cython_bbox'

Any idea why this may be the case? I am on Ubuntu 16.04 GCC 4.4.7 Python 3.6, Pytorch 0.3.1

Thanks

shirishr commented 6 years ago

I guess I needed updated version of cython. Once it was upgraded the issue was gone.