Rosa

Results 18 comments of Rosa

> you can use `pip install git+https://github.com/princeton-vl/lietorch.git` when I install it, error occurred. ![image](https://github.com/princeton-vl/DROID-SLAM/assets/115403971/21bb1ad4-88ed-43a6-8b21-0ceaf4de811d)

i've met the same problem [mynteye/mynteye_wrapper_node-1] process has died [pid 76883, exit code -11, cmd /home/wuyiming/MYNT-EYE-S-SDK/wrappers/ros/devel/lib/mynt_eye_ros_wrapper/mynteye_wrapper_node __name:=mynteye_wrapper_node __log:=/home/wuyiming/.ros/log/c29d4eb8-efd6-11ee-badf-fbc023fbeb30/mynteye-mynteye_wrapper_node-1.log]. log file: /home/wuyiming/.ros/log/c29d4eb8-efd6-11ee-badf-fbc023fbeb30/mynteye-mynteye_wrapper_node-1*.log

> Try to adapt the output path in the config file I have adapted the outpath in config file but a same error is reported ![image](https://github.com/url-kaist/dynaVINS/assets/115403971/ade78ed6-7bfb-458b-8335-36063825c167)

> > Try to adapt the output path in the config file > > I have adapted the outpath in config file but a same error is reported ![image](https://user-images.githubusercontent.com/115403971/283316529-ade78ed6-7bfb-458b-8335-36063825c167.png) I...

重定位代码如何修改方便让我学习一下吗?感谢

我是20.04的环境 修改成c++14后仍然报这个错是什么原因呢

我添加了c++14支持仍然报这个错 是pagolin版本的原因吗

> > When I run ''sudo python3 setup.py install'' ,error occurred ![image](https://user-images.githubusercontent.com/115403971/281939187-251e8418-14f0-47a9-84c9-0e81acee9df9.png) it shows I don't have torch module, but the picture shows I have installed the torch > >...

同在自制数据集中运行rgbd_tum会出现检测框并黑屏卡住,在current frame中显示waiting for image

> 你好,谢谢你的工作。我想把您的工作修改为在单目Example上也能运行,进行了如下修改: 在Trackingcc的ophus::SE3f Tracking::GrabImageMonocular(const cv::Mat &im, const double &timestamp, string filename)函数中加入 cv::Mat InputImage; InputImage = im.clone(); mpDetector->GetImage(InputImage); mpDetector->Detect(); mpORBextractorLeft->mvDynamicArea = mpDetector->mvDynamicArea; { std::unique_lockstd::mutex lock(mpViewer->mMutexPAFinsh); mpViewer->mmDetectMap = mpDetector->mmDetectMap; } mpDetector->mvDynamicArea.clear(); mpDetector->mmDetectMap.clear();...