CLIP-ODS icon indicating copy to clipboard operation
CLIP-ODS copied to clipboard

Is there any paper about how this work?

Open JM-IP opened this issue 3 years ago • 1 comments

JM-IP avatar Feb 22 '22 07:02 JM-IP

You can understand most of it by reading the source code.

Basically, the V0 uses a sliding window, choose the box with the highest score and performs postprocess. The V1 gets possible masks with OpenCV functions, gets bouding boxes from these masks and then uses CLIP to get predictions to feed to a postprocessing algorithm.

clementw168 avatar Jun 22 '22 13:06 clementw168