DetectionTeamUCAS / DetectionTeamUCAS/R2CNN_Faster-RCNN_Tensorflow
No folder cython_bbox in cython_utils
- Dominant language
- Python
- Stars
- 582
- Forks
- 185
- PR merge metrics
- No merged PRs in 30d
Description
> @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_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.