netvlad_tf_open icon indicating copy to clipboard operation
netvlad_tf_open copied to clipboard

Tensorflow port of https://github.com/Relja/netvlad

Results 7 netvlad_tf_open issues
Sort by recently updated
recently updated
newest added

My computer is macbook M2,i alredy extract the zip and move its contents to the checkpoints folder of the repo, when i run default network code,the have bug in those:...

Can you provide a trained kitti_pr.mat file with a corresponding link? @tcies Thanks a lot!

I download the project in my WINDOWS PC. I'm using tensorflow-gpu 2.2.0, but when I try to run the test code, it shows "AttributeError: module 'tensorflow' has no attribute 'reset_default_graph...

why line 25. code is `v = tf.expand_dims(inputs, -1) + C' in stead of subtraction

Hi, can I train this model from scratch on other datasets and how can I do it? Thanks a lot!

Mostly using the automated update script: https://www.tensorflow.org/guide/upgrade Fixes #8

Thank you for your code at first. I have a question about convolution layer before softmax. I remember that convlution layer should have bias term in original paper. However, the...