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

No folder cython_bbox in cython_utils

Open Rhutus opened this issue 5 years ago • 2 comments

@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 https://github.com/DetectionTeamUCAS/R2CNN_Faster-RCNN_Tensorflow/issues/38#issuecomment-583240700

Rhutus avatar Feb 07 '20 05:02 Rhutus

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'

twinkle-pvips avatar Feb 24 '20 11:02 twinkle-pvips

try pip install cython worked for me

prayagpawar avatar Nov 10 '22 06:11 prayagpawar