Hi @MaticFuc ,
I see a discrepancy in the paper and in the code.
According to the paper, for the global appearance model we use feature vectors from the teacher model, but in the code I see the student model being used.
Is this as expected?
Attached Snippet from train_salad.py.

Hi @MaticFuc ,
I see a discrepancy in the paper and in the code.
According to the paper, for the global appearance model we use feature vectors from the teacher model, but in the code I see the student model being used.
Is this as expected?
Attached Snippet from
train_salad.py.