RDSNet icon indicating copy to clipboard operation
RDSNet copied to clipboard

implement for paper: "RDSNet: A New Deep Architecture for Reciprocal Object Detection and Instance Segmentation"

Results 8 RDSNet issues
Sort by recently updated
recently updated
newest added

Hello, i would like to re-implement your method. The official code is write with old version of mmdetection, and i meet troubles when compiling mmdetection. Could you please offer log...

how to set mbrm_cfg if mbrm_cfg is not None: self.mbrm = MBRM(mbrm_cfg) else: self.mbrm = None

I've test the model you provided on coco val2017, but I don't know how to test the model on coco test2017.could you tell me how to do that? I test...

When I run the code train.py The error code is as follows: ``` Traceback (most recent call last): File "/home/code/RDSNet-master/tools/train.py", line 9, in from mmdet.apis import (get_root_logger, init_dist, set_random_seed, File...

How to avoid mismatch between rep and bbox when i do flip augmentaton in inference stage? Thanks.

during inference, the cost of GPU will increase one by one。Is there any variable causes this problem? And I find the process which instance masks are up-sampled to the input...

An error occurs when trying to run the quick demo: loading annotations into memory... Done (t=0.64s) creating index... index created! Traceback (most recent call last): File "tools/test.py", line 224, in...

# Welcome update to OpenMMLab 2.0 I am Vansin, the technical operator of OpenMMLab. In September of last year, we announced the release of OpenMMLab 2.0 at the World Artificial...