Closed dennis21bb closed 3 years ago
Are you using mmdetection
v1 or v2?
I ran into the same issue with mmdet v2, just copy the relevant attribute from mmdet/configs/_base_/models/cascade_mask_rcnn_r50_fpn.py
(you will need to repeat that for several attributes).
The config file cascade_mask_rcnn_hrnetv2p_w32_20e_v2.py
needs to be updated...
Are you using
mmdetection
v1 or v2? I ran into the same issue with mmdet v2, just copy the relevant attribute frommmdet/configs/_base_/models/cascade_mask_rcnn_r50_fpn.py
(you will need to repeat that for several attributes). The config filecascade_mask_rcnn_hrnetv2p_w32_20e_v2.py
needs to be updated...
Yeah that seems to be the problem then, can you tell me where exactly the attribute needs to be added?
hi @dennis21bb @mfproto, I've come across the same problem and am looking where to update the attribute. Can you please help me, with this. Thanks
@omrastogi I created a pull request #144 so you can try that...
I'm getting the error while trying to run the code, at the following line:
_result = inferencedetector(model, i)
did anyone run into the same issue and has a solution?