DeepDoNet / DoNet

29 stars 1 forks source link

No module named 'detectron2.modeling.roi_heads.mask_visible_head' #8

Open lianuo opened 7 months ago

lianuo commented 7 months ago

Thank you for sharing. I am currently encountering a problem where some libraries seem to be missing. Is the code incomplete?

from .mask_double_branch_overlapping_head import build_double_branch_overlapping_mask_head from .mask_double_branch_whole_head import build_double_branch_whole_mask_head from .mask_triple_branch_overlapping_head import build_triple_branch_overlapping_mask_head from .mask_triple_branch_nonoverlapping_head import build_triple_branch_nonoverlapping_mask_head from .mask_triple_branch_whole_head import build_triple_branch_whole_mask_head

from .mask_head_from_SSP import build_mask_head_from_SSP,mask_rcnn_inference, amodal_mask_rcnn_inference,\ mask_rcnn_loss, amodal_mask_rcnn_loss, mask_fm_loss, classes_choose from .recon_net import build_reconstruction_head, mask_recon_loss, mask_recon_inference from .recls_head import build_recls_head, mask_recls_filter_loss, mask_recls_margin_loss, mask_recls_adaptive_loss

hjiangaz commented 5 months ago

We updated it, please check it.

HGCSDN commented 5 months ago

Great job!The following libraries seem to be still missing. Could you please check it.

from .mask_head_from_SSP import build_mask_head_from_SSP,mask_rcnn_inference, amodal_mask_rcnn_inference, mask_rcnn_loss, amodal_mask_rcnn_loss, mask_fm_loss, classes_choose from .recon_net import build_reconstruction_head, mask_recon_loss, mask_recon_inferenc

lonelywanderer8 commented 3 months ago

Great job!The following libraries seem to be still missing. Could you please check it.

from .mask_head_from_SSP import build_mask_head_from_SSP,mask_rcnn_inference, amodal_mask_rcnn_inference, mask_rcnn_loss, amodal_mask_rcnn_loss, mask_fm_loss, classes_choose from .recon_net import build_reconstruction_head, mask_recon_loss, mask_recon_inferenc

I have encountered the same error as well. May I ask if you have managed to resolve it?