osimeoni
osimeoni
I made it work following piece of code from : [https://github.com/tensorflow/tensorflow/issues/783](url) > def _compute_gradients(tensor, var_list): grads = tf.gradients(tensor, var_list) return [grad if grad is not None else tf.zeros_like(var) for var,...
Did you find out what is causing the error ?
Dear @Robertwyq, thank you for replying. If by chance you were able to share even just the evaluation script soon it would be super helpful
Dear @Robertwyq, that would be great, indeed having a reference prediction file would be helpful to understand your code. Thanks again
Dear both, thank you for your interest. LOST by itself is designed to discover a single object per image. But we additionally propose to train a simple class-agnostic detector (named...