ASLFeat
ASLFeat copied to clipboard
get the error when the image height is bigger than max_dim:2048; the error occur in the line 47 returns = self.sess.run(self.endpoints, feed_dict=feed_dict) in the feat_model.py
i meet the same error. i change "model_path" from 'pretrained/aslfeat/model.ckpt-380000.index' to 'pretrained/aslfeat/model.ckpt-380000' in file 'matching_eval.yaml'. it works.