Nodes/Nodes for use with real-time applications of ComfyUI/Yolo Similarity Compare πŸ•’πŸ…‘πŸ…£πŸ…
ComfyUI Node

Yolo Similarity Compare πŸ•’πŸ…‘πŸ…£πŸ…

A ComfyUI node in ScavengerHunt with 8 inputs and 3 outputs.

By ryanontheinsideΒ·Created 2 years agoΒ·Updated about a year agoΒ· 81
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)

NameTypeDefaultDescription
ULTRALYTICS_RESULTS1ULTRALYTICS_RESULTSβ€”
ULTRALYTICS_RESULTS2ULTRALYTICS_RESULTSβ€”
class_weightFLOAT0.300–1Weight for class similarity - how much to consider matching object types
spatial_weightFLOAT0.200–1Weight for spatial similarity - how much to consider object positions
confidence_weightFLOAT0.200–1Weight for confidence similarity - how much to consider detection confidence
size_weightFLOAT0.150–1Weight for size similarity - how much to consider matching object sizes
relationship_weightFLOAT0.150–1Weight for relationship similarity - how much to consider distances between objects
thresholdFLOAT0.500–1Threshold for similarity - scores above this value will return True

Outputs (3)

NameTypeDescription
similarity_scoreFLOATβ€”
above_thresholdBOOLEANβ€”
explanationSTRINGβ€”