Antonios Matakos

Results 11 comments of Antonios Matakos

I will take a look once I'm able to find some time to get back to this wok. This issue is a bit surprising to me since I have tested...

@vevenom I noticed in the past that due to the structure of the eval script the initialization was invoked 3 times instead of just once (which is strange since I...

@atztao I am sharing the [new point cloud retuls](https://microsoft-my.sharepoint.com/:u:/p/anmatako/EWzaqJRj6OVLhZwtNIaVO2YB3O1RI3nqTMl89303urDuDg?e=8rQCIH) along with a text file with the metrics. For comparison here are the [legacy point cloud results](https://microsoft-my.sharepoint.com/:u:/p/anmatako/EbuT3Vz-3ChNu5o3E3bdypUB-BEfvi6Aolq3AmeYO4oUfw?e=wy0HZE) with a metrics text...

@vevenom have you tried again using the code after merging this PR #57? Curious if you still see increased GPU memory consumption, because that's not something I see on my...

@hx804722948 Can you please provide more info regarding the dataset and inputs you're using? I think Torch 1.7.1 had an issue with batch size of 2 and @FangjinhuaWang had to...

@vevenom I will try to repro your issue on my end once I get some time hopefully soon. I have not seen such discrepancy running on Windows, but maybe I'm...

> I've been trying to compile this but I get the following error: > > ``` > -- Caffe2: CUDA detected: 11.2 > -- Caffe2: CUDA nvcc is: /usr/local/cuda/bin/nvcc >...

@Dawars @ahojnnes I update colmap's cmake to set the MKL flags without needing the full dependency for LibTorch to build. Also, I removed an NVCC flag set by LibTorch that...

I can load the module just fine in C++ and Python 3.8.5 on Windows using `torch.jit.load`; even `torch.load` works as well with a warning like this: ``` ...Python\Python38\site-packages\torch\serialization.py:589: UserWarning: 'torch.load'...

@Dawars one more thing you can try in case it's an issue with encodings between windows and Linux would be to pull PatchMatchNet from the tip of my branch here...