Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No folder cython_bbox in cython_utils #103

Open
Rhutus opened this issue Feb 7, 2020 · 2 comments
Open

No folder cython_bbox in cython_utils #103

Rhutus opened this issue Feb 7, 2020 · 2 comments

Comments

@Rhutus
Copy link

Rhutus commented Feb 7, 2020

@yangxue0827 How can I compile and run the repo on CPU only machine ? Thanks
In cfg.py make change as follow:
ROTATE_NMS_USE_GPU = False
and run ./tools/inference.py
But I am getting error
File "./libs/detection_oprations/anchor_target_layer_without_boxweight.py", line 16, in
from libs.box_utils.cython_utils.cython_bbox import bbox_overlaps
ModuleNotFoundError: No module named 'libs.box_utils.cython_utils.cython_bbox' and when I checked there is no folder cython_bbox.

Originally posted by @Rhutus in #38 (comment)

@twinkle-pvips
Copy link

I am also getting the same error

Traceback (most recent call last):
File "tools/inference.py", line 17, in
from libs.networks import build_whole_network
File "./libs/networks/build_whole_network.py", line 19, in
from libs.detection_oprations.anchor_target_layer_without_boxweight import anchor_target_layer
File "./libs/detection_oprations/anchor_target_layer_without_boxweight.py", line 15, in
from libs.box_utils.cython_utils.cython_bbox import bbox_overlaps
ModuleNotFoundError: No module named 'libs.box_utils.cython_utils.cython_bbox'

@prayagpawar
Copy link

try pip install cython worked for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants