ComfyUI Node
Yolo Similarity Compare ππ ‘π £π
A ComfyUI node in ScavengerHunt with 8 inputs and 3 outputs.
Yolo Similarity Compare ππ
‘π
£π
- ULTRALYTICS_RESULTS1
- ULTRALYTICS_RESULTS2
- similarity_score
- above_threshold
- explanation
βclass_weight0.30βΊ
βspatial_weight0.20βΊ
βconfidence_weight0.20βΊ
βsize_weight0.15βΊ
βrelationship_weight0.15βΊ
βthreshold0.50βΊ
CategoryScavengerHunt
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| ULTRALYTICS_RESULTS1 | ULTRALYTICS_RESULTS | β | |
| ULTRALYTICS_RESULTS2 | ULTRALYTICS_RESULTS | β | |
| class_weight | FLOAT | 0.300β1 | Weight for class similarity - how much to consider matching object types |
| spatial_weight | FLOAT | 0.200β1 | Weight for spatial similarity - how much to consider object positions |
| confidence_weight | FLOAT | 0.200β1 | Weight for confidence similarity - how much to consider detection confidence |
| size_weight | FLOAT | 0.150β1 | Weight for size similarity - how much to consider matching object sizes |
| relationship_weight | FLOAT | 0.150β1 | Weight for relationship similarity - how much to consider distances between objects |
| threshold | FLOAT | 0.500β1 | Threshold for similarity - scores above this value will return True |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| similarity_score | FLOAT | β |
| above_threshold | BOOLEAN | β |
| explanation | STRING | β |