djl icon indicating copy to clipboard operation
djl copied to clipboard

Training example of Instance Segmentation

Open stu1130 opened this issue 5 years ago • 1 comments
trafficstars

Description

Is there any guide on how to train an instance segmentation model for DJL?

Will this change the current api? How?

Who will benefit from this feature?

References

  • list reference and related literature
  • list known implementations

stu1130 avatar Mar 11 '20 02:03 stu1130

I think a common case would be to take a basic Mask-RCNN model from the model zoo ( e.g MxNET ) and use transfer learning to fit it to a different dataset ( in Coco Format ) ... An example of how to achieve that would be awesome

BernhardGlueck avatar Sep 15 '20 22:09 BernhardGlueck