CIRPLANT
CIRPLANT copied to clipboard
I have three question with the code "model/OSCAR/OSCAR_CIRPLANT.py"
In model/OSCAR/OSCAR_CIRPLANT.py part of “def comput_soft_triplet_loss” in 211
- I wonder why you're reshape the size to 160.
- In vvv=1, I wonder why you get rid of -1 from vvv
- In the paper, metric learning is written as follows. the average loss was obtained from all sampled triplets. I wonder where the code for that part is.