-
Notifications
You must be signed in to change notification settings - Fork 26
Description
I've been exploring the implementation of the heuristic routing strategy within your project and came across a specific operation that piqued my curiosity. Specifically, I noticed that the strategy doesn't directly utilize the first bounding box (IOU score index 0) prediction result for routing decisions. Instead, there seems to be an operation where the initial mask prediction result is modified by subtracting 1000 from it.
Could you please clarify the underlying principle behind this approach? I'm particularly interested in understanding:
-
The rationale for not using the first BBox prediction result as-is for heuristic routing.
-
The significance and expected impact of subtracting 1000 from the initial mask prediction result.
I believe understanding this could greatly enhance my comprehension of the heuristic routing strategy's design and its implications on the system's overall performance.
Looking forward to your insights.
Thank you for your time and consideration.