I'm currently working on semantic mapping and I aim to prioritize certain classes over others within the algorithm. I'm considering skipping nodes where data[0].color matches the 'color of irrelevant class' when adding the log odds to the le_list. Is this approach correct, or am I overlooking something?
I'm currently working on semantic mapping and I aim to prioritize certain classes over others within the algorithm. I'm considering skipping nodes where data[0].color matches the 'color of irrelevant class' when adding the log odds to the le_list. Is this approach correct, or am I overlooking something?
Thank you