vinnik-dmitry07 / place-recognition

NetVLAD, a PyTorch place recognition
8 stars 3 forks source link

Run time error #1

Open Zumbalamambo opened 4 years ago

Zumbalamambo commented 4 years ago

It throws the following error,

PlaceRecognition/hard_triplet_loss.py", line 139, in _get_triplet_mask valid_labels = i_equal_j * (i_equal_k ^ 1) RuntimeError: result type Long can't be cast to the desired output type Bool

vinnik-dmitry07 commented 4 years ago

Try to run the original repo's code. There are almost no changes except the heatmap of feature distances.