ltdrdata / ComfyUI-Impact-Pack

Custom nodes pack for ComfyUI This custom node helps to conveniently enhance images through Detector, Detailer, Upscaler, Pipe, and more.
GNU General Public License v3.0
1.89k stars 183 forks source link

The segs detected by Simple Detector (SEGS) seem wrong #246

Closed mijuku233 closed 1 year ago

mijuku233 commented 1 year ago

Before, I didn't realize that the segs output by Simple Detector (SEGS) were wrong until I connected BBOX Detector (SEGS) and SAMDetector (combined) separately and with Simple Detector (SEGS)Compare.

seg 2023-10-26 192617

The following is the workflow used for testing: segdetector.json

Until it is fixed, adding an additional SAMDetector will give the correct effect.

ltdrdata commented 1 year ago

Your settings are different. Simple Detector's sub_threshold is 0.5 but SAMDetector's threshold is 0.93.