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

CPU environment . How to install your package and test? #38

Open
freedom521jin opened this issue Dec 4, 2018 · 2 comments
Open

CPU environment . How to install your package and test? #38

freedom521jin opened this issue Dec 4, 2018 · 2 comments

Comments

@freedom521jin
Copy link

No description provided.

@lamhoangtung
Copy link

@yangxue0827 How can I compile and run the repo on CPU only machine ? Thanks

@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.

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