diptamath/Object-Detection-from-SAR-images-using-DCNN

How to perform object detection and draw bounding box after image classification? Please help!

Closed this issue · 2 comments

How to perform object detection and draw bounding box after image classification? Please help!

at first , you should check the storage of bouding box in tensors , then iterated cls information and draw bouding box (The cls information has been indexed during training)

at first , you should check the storage of bouding box in tensors , then iterated cls information and draw bouding box (The cls information has been indexed during training)

Okay Thanks!