Maskrcnn-benchmark: ?? What's the problem

Created on 26 Mar 2019  ·  3Comments  ·  Source: facebookresearch/maskrcnn-benchmark

[class_logits], [box_regression]

File "/MaskRCNN/maskrcnn_benchmark/modeling/roi_heads/box_head/loss.py", line 151, in __call__
sampled_pos_inds_subset = torch.nonzero(labels > 0).squeeze(1)

RuntimeError: copy_if failed to synchronize: device-side assert triggered

Most helpful comment

Hi @kaaier
I'm closing this issue, please let me know if you need any further help.

All 3 comments

Hi @kaaier,
I guess you are running the dataset which is not COCO. If this is the case, did you modify the MODEL.ROI_BOX_HEAD.NUM_CLASSES?

thank u

| |
智合法律人事部
|
|
邮箱:[email protected]
|

签名由 网易邮箱大师 定制

On 03/26/2019 10:16, Cheng-Yang Fu wrote:

Hi @kaaier,
I guess you are running the dataset which is not COCO. If this is the case, did you modify the MODEL.ROI_BOX_HEAD.NUM_CLASSES?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

Hi @kaaier
I'm closing this issue, please let me know if you need any further help.

Was this page helpful?
0 / 5 - 0 ratings