sahi
sahi copied to clipboard
sahi+ solo (mmdetection) not working
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'
)