suyukun666 / S2CNet

Official PyTorch implementation of the “Spatial-Semantic Collaborative Cropping for User Generated Content”. (AAAI24)
42 stars 4 forks source link

How to handle fewer than 5 rcnn boxes? #7

Open rrrpdx opened 7 months ago

rrrpdx commented 7 months ago

Hi, What would be the correct way to handle the situation where the object detector does not find 5 objects? If it finds at least one object, I suppose you could repeat those bounding box. What if it doesn't find any objects? Thx