sahi icon indicating copy to clipboard operation
sahi copied to clipboard

sahi+ solo (mmdetection) not working

Open zanetsc opened this issue 2 years ago • 5 comments

SAHI and solo_v2 from mmdetection is not working, objects are not detecting: WARNING - sahi.model - ignoring invalid prediction with bbox: [0. 0. 0. 0.]

detection_model = MmdetDetectionModel(
    model_path=model_path,
    config_path=config_path,
    confidence_threshold=0.2,
    device="cuda:0", # or 'cpu'
)

zanetsc avatar Sep 02 '22 08:09 zanetsc