-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
训练代码会开源吗? #71
Comments
How is your test result? My test results in ORB-SLAM3 are not as good as the original ORB. |
Well,I haven't tested it due to some problem about installation. Can you reply your installation steps? |
ORB-SLAM? Or LibTroch? |
libtorch |
可以在官网下载一个LibTorch的库,然后直接放到一个目录,编译的时候直接指定路径就可以了。 |
|
CUDA 11.3, LibTorch就是和CUDA对应的一个版本。但是这个版本好像效果不好,你可以测一下 |
谢谢,这个问题前段时间已解决,目前一直在尝试复现训练代码,如果大佬有研究可以交流交流 |
请问你是在ORB-SLAM3上复现的吗?效果如何呢? |
你好,我是在尝试复现它的模型 训练代码,您目前是将模型作为orb-slam3的前端吗?在数据集上效果不好? |
是的,效果感觉还不如ORB特征点 |
我目前只是在orb-slam2上运行我感觉还行,orb-slam3和2在前端处理的策略上变化不大,作者在论文里给出的结果也不是最好的,所以应该很正常。您可以多试几组数据集看看。 |
你好,我从官网下载了预编译的libpytroch并解压到/path/libtorch了,我在build.sh中将TORCH_PATH设置成了/path/libtorch但cmake时依然没有找到libpytorch,请问该如何设置? TORCH_PATH set to: /path/libtorch
CMake Error at CMakeLists.txt:46 (find_package):
By not providing "FindTorch.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Torch", but
CMake did not find one.
Could not find a package configuration file provided by "Torch" with any of
the following names:
TorchConfig.cmake
torch-config.cmake
Add the installation prefix of "Torch" to CMAKE_PREFIX_PATH or set
"Torch_DIR" to a directory containing one of the above files. If "Torch"
provides a separate development package or SDK, be sure it has been
installed.
-- Configuring incomplete, errors occurred! 好吧,没仔细看README.md |
你好再次打扰了,我现在用的libtorch11.6的版本,编译能够正常编译,但是无法运行,请问你遇到过这种情况吗?
|
你好,我也正在尝试复现训练代码,请问您有眉目了吗 |
你好,目前还没有,方便的话可以加个联系方式交流,qq是1726039332 |
我也遇到了同样的问题 请问你解决了吗 |
我也是 |
@007fox-bit Are you still working on this. I also try to re-train this model. However, I face with issue related to binary description training. Have you done yet? |
I believe you used 320x240 to run ORB-SLAM3 with GCNv2. If you do so, you should also use this resolution for original ORB for fairly comparison. In my results, GCNv2 still worker better than original ORB, at least in 320x240 version. Full resolution version (640x480) doesnt worker too well, I believe problem about the they didnt focus on training with high resolution image. |
I also face the same problem. |
请问您解决这个问题了吗?我也尝试在ORB-SLAM3上复现GCNv2,但是效果很差,甚至不如原版的GCN-SLAM。请问您对于这个问题有什么理解呢? |
我也遇到了这个问题,毫无头绪,我用的torch版本式1.11.0 cuda版本是11.3 |
有很多小伙伴加我qq想交流gcnv2,但是我当时因为能力有限没能成功复现,因此很多问题难以回复。本着众人拾柴火焰高的思想,我建了一个qq群方便大家交流。群号是930373239 |
使用libtorch-cxx11-abi-shared-with-deps-2.5.0+cu124也是同样的问题。 |
No description provided.
The text was updated successfully, but these errors were encountered: