SOLO
SOLO copied to clipboard
Possible tiny problems in solo
Hi, wanna ask 2 questions about solo:
- How to solve these problems which overlapped masks (1 object may have 2-3 masks), I have used score_threshold=0.22 and default matrix nms settings, for those large object this should not happen:

- What's a proper way to improve little objects result in solo? Actually I found it's not the solo not able to found those objects, but not able to found accurate, as a result, larger grid size might not help and not bigger is better. For example:

@jinfagang 1. Maybe you can try a smaller mask_thr. 2. Did you train the model on your own data? For COCO trained model, we didn't find such results. Maybe you can increase the input resolution.