DynaSLAM icon indicating copy to clipboard operation
DynaSLAM copied to clipboard

How can I only use Mask R-CNN segmentation to detect dynamic objects?

Open liubamboo opened this issue 3 years ago • 2 comments

I want to verify the output below image

it only use Mask R-CNN segmentation to detect dynamic objects, but the parameter of main function can't support it. it only support only multi-view geometry method(G), both geometrical and deep learning approaches(N+G). But It can't support only deep learning method(G). Can you help me? thank you very much.

liubamboo avatar Apr 07 '21 03:04 liubamboo

I want to verify the output below image

it only use Mask R-CNN segmentation to detect dynamic objects, but the parameter of main function can't support it. it only support only multi-view geometry method(G), both geometrical and deep learning approaches(N+G). But It can't support only deep learning method(G). Can you help me? thank you very much.

i have the same question with you,did you solve it ?

hongu0603 avatar Jul 21 '21 08:07 hongu0603

you can modify the code in Tracking::GrabImageRGBD() with reference of ORBSLAM2. but remember maintain the imMask variable! And did you test the onlyGeometry code? when i tried this, i got a segment default error.

wenyan96 avatar Dec 04 '21 07:12 wenyan96