sparse-ncnet
sparse-ncnet copied to clipboard
Implementation of Sparse-NCNet: "Efficient Neighbourhood Consensus Networks via Submanifold Sparse Convolutions"
with torch.no_grad(): corr4d, feature_A_2x, feature_B_2x, fs1, fs2, fs3, fs4 = eval_model_reloc( model, {'source_image':src, 'target_image':tgt} ) It has errors that /usr/local/lib/python3.7/dist-packages/MinkowskiEngine/MinkowskiSparseTensor.py in __init__(self, features, coordinates, tensor_stride, coordinate_map_key, coordinate_manager, quantization_mode, allocator_type, minkowski_algorithm,...
> Faiss assertion 'err__ == cudaSuccess' failed in void faiss::gpu::runL2Norm(faiss::gpu::Tensor&, bool, faiss::gpu::Tensor&, bool, cudaStream_t) [with T = float; TVec = float4; IndexType = int; cudaStream_t = CUstream_st*] at gpu/impl/L2Norm.cu:292; details:...
Thank you for your wonderful work。 I want to retrain the model, but I can't find these two files. Could you share it with me? Thank you. **train_csv = 'train_pairs.csv'...
Hi, I really need your help When I installed the MinkowskiEngine, there is a mistake occurred. I try many solutions to solve that, but it didn't work. I'm not sure...
Hello! I'm going to try your method on InLoc dataset. When I ran the eval/eval_inloc_extract.py. I got this error. `Traceback (most recent call last): File "/media/pc/E68247168246EB1F/sparse-ncnet/eval/eval_inloc_extract.py", line 167, in args...
Hello, I'm sorry to bother you. I have a question about the dataset. Where should we download the ivd training dataset? The link is no longer valid.I hope you can...