You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The authors of this repo claim to have the following functionality:
Naive Cascade Instance Segmentation (YOLOv3+DeepMask)
The thing is, if you look at the code in yolo_deepmask.py, the deepmask model (mask_model) is loaded BUT never used. the only net that's used is YoloV3. why? are we missing a few commits here, or did the authors simply never finish writing the code?
The text was updated successfully, but these errors were encountered:
The authors of this repo claim to have the following functionality:
Naive Cascade Instance Segmentation (YOLOv3+DeepMask)
The thing is, if you look at the code in
yolo_deepmask.py
, the deepmask model (mask_model
) is loaded BUT never used. the only net that's used is YoloV3. why? are we missing a few commits here, or did the authors simply never finish writing the code?The text was updated successfully, but these errors were encountered: