GCNv2_SLAM icon indicating copy to clipboard operation
GCNv2_SLAM copied to clipboard

GCN-SLAM runing only use RGB?

Open jinzhenmu opened this issue 5 years ago • 9 comments

The GCN-SLAM using the RGB-D. And it can runing only use RGB?

jinzhenmu avatar Nov 22 '19 00:11 jinzhenmu

Yes. You just need to hack some codes in Tracking::GrabImageMonocular() and overload Frame constructor with GCNextractor.

DreamWaterFound avatar Aug 09 '21 02:08 DreamWaterFound

Yes. You just need to hack some codes in Tracking::GrabImageMonocular() and overload Frame constructor with GCNextractor.

Can you tell the details?

szgy66 avatar Dec 09 '21 14:12 szgy66

Yes. You just need to hack some codes in Tracking::GrabImageMonocular() and overload Frame constructor with GCNextractor.

Can you tell the details?

szgy66 avatar Dec 09 '21 14:12 szgy66

Yes. You just need to hack some codes in Tracking::GrabImageMonocular() and overload Frame constructor with GCNextractor.

Can you tell the details?

Hello,Did you solve it?

leslieburke avatar Jul 19 '22 09:07 leslieburke

Yes. You just need to hack some codes in Tracking::GrabImageMonocular() and overload Frame constructor with GCNextractor.

I'm currently hacking Track.cc and Frame.cc, already spent half a day now, the Tracking still returns a empty pose......

cyizhuo avatar Jun 08 '23 10:06 cyizhuo

是的。您只需要修改一些代码并Tracking::GrabImageMonocular()使用.Frame``GCNextractor

我目前正在破解Track.cc和Frame.cc,已经用了半天​​了,Tracking还是返回一个空的pose……

Did you succeed?

wahaahaaaa avatar Nov 14 '23 12:11 wahaahaaaa

是的。您只需要修改一些代码并Tracking::GrabImageMonocular()使用. FrameGCNextractor ``

我目前正在破解Track.cc和Frame.cc,已经用了半天​​了,Tracking还是返回一个空的pose……

Did you succeed?

Yes, I'll post my code later, but my result is that gcn works too slow on pure CPU, and it also lost track from time to time. I think we have to train our own feature model to achive better result. So I'm back to good old orb_slam3.

cyizhuo avatar Nov 15 '23 10:11 cyizhuo

是的。您只需要修改一些代码并Tracking::GrabImageMonocular()使用. FrameGCNextractor ``

我目前正在破解Track.cc和Frame.cc,已经用了半天​​了,Tracking还是返回一个空的pose……

Did you succeed?

Yes, I'll post my code later, but my result is that gcn works too slow on pure CPU, and it also lost track from time to time. I think we have to train our own feature model to achive better result. So I'm back to good old orb_slam3.

Thank you very much for your reply. When will the code be released?

wahaahaaaa avatar Nov 15 '23 10:11 wahaahaaaa

是的。您只需要修改一些代码并Tracking::GrabImageMonocular()使用. FrameGCNextractor ``

我目前正在破解Track.cc和Frame.cc,已经用了半天​​了,Tracking还是返回一个空的pose……

Did you succeed?

Yes, I'll post my code later, but my result is that gcn works too slow on pure CPU, and it also lost track from time to time. I think we have to train our own feature model to achive better result. So I'm back to good old orb_slam3.

Thank you very much for your reply. When will the code be released?

https://github.com/cyizhuo/GCNv2_SLAM_modified

cyizhuo avatar Nov 15 '23 12:11 cyizhuo