KarriLett
KarriLett
An excellent repository for CenterNet-based methods! but I noticed that this repository is only designed for object detection, is it possible to extend for instance segmentation or key point detection...
In the [text_promt](https://github.com/CASIA-IVA-Lab/FastSAM/blob/main/fastsam/prompt.py#L443C12-L443C12) function, the first return value `cropped_boxes` is used in post `retrieve` function. However, the first return value comes from [_segment_image](https://github.com/CASIA-IVA-Lab/FastSAM/blob/main/fastsam/prompt.py#L29), which leaves a large white padding for...