Open khanh-md opened 1 week ago
Hi, what you have done to infer novel affordances is reasonable. As mentioned in the limitations of Readme, we suggest removing text prompt learning or combing with manually designed prompts for better novel affordance recognition. The trained checkpoint is evaluated in the seen/unseen object settings, but is limited for novel affordance setting. You can try to remove the text prompt learning and train a new model.
Hello,
Thank you for your work and for making the code available. I'm trying to perform inference with novel affordance labels, following the guidance provided in a previous issue thread. However, I'm encountering a problem where the affordance map remains unchanged regardless of the affordance labels I use.
Here's what I've done so far:
test.py
.args.class_names
with custom labels during inference.Despite these changes, the output affordance map remains the same for all input labels, as long as the index passed to inference is the same as the index of the original label in AGD20k. I've verified that the new labels are being passed to the model, but it seems the model is not responding to these different inputs.
Could you please provide some additional guidance on this issue? Specifically:
models/ooal.py
file to enable open-vocabulary inference?Any insights or example code would be greatly appreciated. Thank you for your time and assistance!