Closed GabbySuwichaya closed 3 years ago
Hi @GabbySuwichaya !
For faster debugging, I used superpoint since it runs fastest when one has a gpu. I ran the following command:
# Turn on --print_out to see each sample results
python -m immatch.eval_hpatches --gpu 0 \
--config 'superpoint' --task 'both' \
--root_dir . --print_out
And here are the console outputs:
... (skip intermediate results)
So to figure out why you have that problem, you can do:
Thanks! I found the error now, and the problem is solved. It was the directly of the HPatches data...
Here I would like to kindly ask one more question...
There is a line which said Cannot import sparsencnet
...
Could you please guide me what causes this line... ? I am very sorry I am not very familiar with the code... Also should I try to solve it?
Hi @GabbySuwichaya ,
That line will appear when your environment doesn't contain MinkowskiEngine which is required by SparseNCNet. This is explained in install.md. So don't worry about it. It's expected to be there unless you want to run SparseNcNet, for which you need to follow the install.md.
Hi @GrumpyZhou,
Thanks so much for this. Yes, I will fix the problem accordingly. :)
Hi!
Thank you so much for releasing this toolbox and for the awesome paper on Patch2Pix. Here, I would like to kindly ask for your help.
I have tried to run your example for
Patch2Pix
and another one ofSuperPoint + NCNet
...The following code lines are in
./test_patch3pix.sh
...However, I keep getting following error
ValueError: zero-size array to reduction operation minimum which has no identity
... I am not sure how to fix it. So, please give the guidance...Below here is the full error report.
Also, I have captured the screen to confirm at the bottom to confirm