deep-image-retrieval icon indicating copy to clipboard operation
deep-image-retrieval copied to clipboard

Do you have a plan to release your train code?

Open IrvingShu opened this issue 5 years ago • 8 comments

IrvingShu avatar Jul 16 '19 12:07 IrvingShu

Waiting for train code +1 @almazan

fereenwong avatar Aug 09 '19 15:08 fereenwong

Hi @IrvingShu and @fereenwong,

Unfortunately, we don't have plans for releasing the training code at the moment.

However, I just added to the repository the AP loss function that is described in the paper and that we used to train our models, which can be used for reference. You can find it here.

I hope that helps :)

Cheers! Jon

almazan avatar Sep 06 '19 17:09 almazan

hi, thanks for the code :). I was wondering if label should not be NxN ? Can you please help understand what label is from your equation (12) ? Is it Yi ?

yan796 avatar Oct 28 '19 10:10 yan796

Hi @IrvingShu and @fereenwong,

Unfortunately, we don't have plans for releasing the training code at the moment.

However, I just added to the repository the AP loss function that is described in the paper and that we used to train our models, which can be used for reference. You can find it here.

I hope that helps :)

Cheers! Jon

Why do we need loss function during reference? :o

lyl472324464 avatar Aug 27 '20 08:08 lyl472324464

@lyl472324464 for training process

mrgransky avatar Mar 25 '21 12:03 mrgransky

@lyl472324464 for training process

Got it.Thank you

lyl472324464 avatar Mar 26 '21 13:03 lyl472324464

@yan796 @almazan Could you please simply explain why the shape of the label is N * M, why isn't N by N?

liyongqing-1101 avatar Apr 22 '22 02:04 liyongqing-1101

@yan796 @almazan Could you please simply explain why the shape of the label is N * M, why isn't N by N?

I actually have a similar question. If the descriptors are N * M (images * embed_dimension) shouldn't the labels be just N? Maybe I am confusing embedding and descriptors?

Emalude avatar Jul 29 '22 12:07 Emalude