where2go947
where2go947
使用版本:chrome插件 除了创建,能否支持删除已建歌单,以及编辑歌单显示名称的功能 望考虑和采纳,谢谢!
Hi, thanks for your Pytorch implementation of PointNetVLAD. I'm a new learner. When I read the code, I'm confused at PointNetVLAD: https://github.com/cattaneod/PointNetVlad-Pytorch/blob/ff00ff07b17f35db9ddaea15d04c94b491051d4d/models/PointNetVlad.py#L45-L81 According to my view: - `activation` at line...
hello, thanks for your awesome work! I'm trying to use docker to build on Ubuntu 20.04, Docker version 20.10.21, but errors occurred: ``` $ docker-compose build limo [+] Building 124.3s...
Thanks for your awesome work. It does help! But I got confused about a line in code. Could you give me some help? Thanks in advance! according to the slides...
Hi, I'm trying to install ORB_SLAM3 on ubuntu 20.04.5 LTS. I have followed [the github](https://github.com/egdw/ORB_SLAM3_Ubuntu20.04) to - update Cmakelists.txt from `-std=c++11` to `-std=c++14` - replace all `#include ` to `#include...
Hello, thanks for your work on docker to ORB_SLAM3. I have followed your instruction and build container CPU version But when I run a test example as ``` docker exec...
邱大佬您好,非常感谢您的总结与详细论证,收获良多。我在阅读时产生了一个疑问,若您有空的话,希望可以解答一下,不胜感激~ P13的推导  划红线处是否应该是: $ J^r_k = J_r(( \widetilde{\omega}_{k} - \overline{b}_{i}^{g}) \Delta t) $  再次感谢~
Hi, thanks for your implementation about LiDAR ground removal. However, I'm confused about function `filter_out_range` - function `project_5D` return the `point5D` with shapes [N,3+2], while 5 represent x, y, z,...