serser
serser
运行环境(gpu/cpu,torch, tensorrt etc.)和脚本辛苦给一下,另外报错信息也贴一下?
@lianjizhe Thanks. I've run it in 1K. I just managed to find the link on the official website (face blurred 21winter version). It is about 1.1T, downloading.
I parsed the settings in `parse_config.py`, there seems some difference between our two implementations. Please check and give some advice.
The data directory is bit tricky and should be made more clear in Readme.md. According to the code, the dataset (after preprocessing) shall be ``` --SensatUrban |- grid_0.200 |- original_block_ply...
I am using `tensorflow-gpu==1.14` with cuda11.0 and it seems to be okay.
I came with the same problem. It turns out to be using horovod 0.16 with tensorflow 1.14. Force reinstalling horovod 0.15 and the problem disappears.
Thanks @appleleaves . Neither `hpatches-release` nor `hpatches-sequences-release` provide ground-truth interest points (corner points), but instead homography matrix and jitter/overlaps. Matlab code `sift.m` reads in provided patches and calculates descriptors directly...
Thanks, Vassileios! I've tried to to apply your proposed method to grab keypoints on full images. As I am testing a new deep descriptor Superpoint, which is not patch-based, they've...
That is true. Superpoint architecture takes two images in and outputs heatmaps (probability) of keypoints and descriptors, which is also of the full image, lacking scale info. I am looking...
I installed with the walkaround: ``` pip3 install --prefix=/opt/intel/ipp ipp-devel pip3 install git+https://github.com/pytorch/accimage ``` Hope it helps for others.