CASIA-IVA-Lab / FastSAM

Fast Segment Anything
GNU Affero General Public License v3.0
7.34k stars 682 forks source link

Retina=True returns empty results #177

Open dolhasz opened 10 months ago

dolhasz commented 10 months ago

It seems that the behaviour for FastSAM is different when I set retina=True vs retina=False.

With False I seem to get normal expected results. When I set retina=True with exactly the same other parameters, I get empty results.

What could be causing this?

YinglongDu commented 9 months ago

Hi,When retina=True, higher resolution results are used in post-processing. Usually retina does not affect the result of inference. Can you describe in detail under what mission this happened?:blush: