jbwang1997 / OBBDetection

OBBDetection is an oriented object detection library, which is based on MMdetection.
Apache License 2.0
537 stars 113 forks source link

Can Oriented Rcnn run without requiring nvidia gpu #87

Closed vpeopleonatank closed 2 years ago

vpeopleonatank commented 2 years ago

Can Oriented Rcnn run without requiring nvidia gpu or exported to onnx format. If not, is it easy to implement these features?

jbwang1997 commented 2 years ago

This repo can be built on the CPU, but the onnx format is not supported yet.