Closed pntt3011 closed 2 years ago
Yes, you are right, OCIR is a retrieval task rather than a prediction task.
We are following the setting of Fashion outfit complementary item retrieval, CVPR2020
.
prediction.py
is used to predict data without ground truth, you need to define post-processing to get the expected output. We didn't use it in our pipeline.
Thank you for your reply. I will close this now.
❓ Questions and Help
Hi, suppose I have
PolyvoreOutfits
dataset and a list of image ids (likequestions
attr inocir_disjoint_test.json
), how can I predict theblank
id for OCIR task?I read your evaluation code but it just calculates the similarity between the prediction and ground-truth embedding (please correct me if I'm wrong).
I also run the
prediction.py
instead ofrun.py
but the report file is just[]
. Any advice would be much appreciated.