R2CNN_Faster-RCNN_Tensorflow icon indicating copy to clipboard operation
R2CNN_Faster-RCNN_Tensorflow copied to clipboard

CPU environment . How to install your package and test?

Open freedom521jin opened this issue 6 years ago • 2 comments

freedom521jin avatar Dec 04 '18 09:12 freedom521jin

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

lamhoangtung avatar Dec 29 '19 09:12 lamhoangtung

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

Rhutus avatar Feb 07 '20 05:02 Rhutus