Pchank / caffe-sal

Amulet and UCF methods for Saliency Detection
51 stars 19 forks source link

How about using your algorithm to object detection? #2

Open lengly opened 6 years ago

lengly commented 6 years ago

Did Amulet works fine on object detection? Or it only works fine on salient object detection? Did you try it on PASCAL VOC 07+12 or COCO dataset?

Pchank commented 6 years ago

I think our framework can also work on the generic object detection. In fact, our aggregated feature method is a kind of feature pyramids and may be more efficient than FPN. You can try to use it in the object detection.