-
Notifications
You must be signed in to change notification settings - Fork 12
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
Unclear how to run the semantic mask part along with orb_slam(e.g. mono_kitti node) #1
Comments
hi, we implemented our method only with the stereo nodes. |
Thank you for the reply. After precomputing the labels do I have to run both the DynaSLAM and the OrbSLAM together at the same time? I'm still confused about how to use the output from DynaSLAM as an input to the OrbSLAM2. |
Hi!
DynaSLAM is a complete different method. We just used it to compare or
method to the state of the art. You only need to run the stereo node
examples with precomputed semantic segmentation images.
Best,
Martin
…On Sat 9 Nov 2019 at 01:58, Minsung Chris Hong ***@***.***> wrote:
Thank you for the reply. After precomputing the labels do I have to run
both the DynaSLAM and the OrbSLAM together at the same time? I'm still
confused about how to use the output from DynaSLAM as an input to the
OrbSLAM2.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1?email_source=notifications&email_token=ABCNPODP5WR2XBONYR56U73QSYDJTA5CNFSM4JKJWPL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDTZHGQ#issuecomment-552047514>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCNPOGLWHGSC7LWDLKEM6TQSYDJTANCNFSM4JKJWPLQ>
.
|
Hi, Still have some issues. Right now I'm stuck on how to use the https://github.com/ucbdrive/dla to precompute the labels. Can you give me some guidance on that? I looked through the dla repo but it isn't clear where in the files precomputation of labels is happening. Also I downloaded all 6 vkitti files and am trying to run vkitti_create_extrinsic.py choosing the --data directory as ./vkitti_1.3.1_extrinsicsgt/. I chose that directory as none of the other ones contains any extrinsic files. None of the vkitti dataset folders that I downloaded from Naverlabs Europe has extrinsic.txt files in them. Am I missing something here? Also on line 92 of vkitti_create_extrinsic.py I had to change the scenes = ["Scene01", "Scene02", "Scene18", "Scene06", "Scene20"] -> scenes = ["0001", "0002", "0018", "0006", "0020"] with the dataset I downloaded. I'm guessing I'm missing the right dataset. If so how can I get the dataset that was used? |
Hi! I am sorry, the vkitti2 dataset (which is needed for slamantic) is not released yet. I will add this to the readme file. Best, |
Hi Martin, Thank you again. Best regards, Chris |
Hi! I guess beginning of December 2019. Best, |
Thank you for the reply Martin! |
This comment has been minimized.
This comment has been minimized.
Hi, yes you could as well use bounding boxes to gather the semantic information. But you have to take into account that 3D-Points could be within the bounding box but not on the object itself. Furthermore you have to manage overlapping boxes somehow. The semantic labeling allows to use easily background labels such as road, sidewalk, building. We directly started with a semantic labeling model and thus didn't do experiments with bounding box detectors. Best, |
Hi Matthias, Thank you very much for the detailed reply. Best regards, Chris |
Hi! VKITTI2 is released now. I added the link to the readme file. Best, |
Been trying to figure out how to get the semantic part to run along with running the orb_slam2.
The only thing that's been working for me now is running a ros-node by ("rosrun ORB_SLAM2 mono_kitti Vocabulary/ORBvoc.txt Examples/Monocular/KITTI03.yaml") or running ("./Examples/Monocular/mono_kitti Vocabulary/ORBvoc.txt Examples/Monocular/KITTI0X.yaml PATH_TO_SEQUENCE").
Can someone provide some more detailed guidance to running the semantic mask part along with the orb slam2 to get the result as shown on the sample video included in this repo?
Thank you in advance!
The text was updated successfully, but these errors were encountered: