Views
No views yet
ResNet-50 backbone and customized Multi-task Head and loss to make classification, boundary box prediction and segmentation (24.7M parameters).detr-resnet-50-panotic and resnet-50 backbone of the base model, not use transformers. All the model, task heads and loss are self-defined.[!warning] Since this model include customized type, thenAutoModel()andAutoConfig()may fail, butAutoProcessor()will work correctly (Since I use a DetrImageProcessor for this)If you want using this model, you can go to my source code below and look forFishSegmentationModelandFishSegmentModelConfigfor load these models correctly.

