dbolya / yolact

A simple, fully convolutional model for real-time instance segmentation.
MIT License
4.97k stars 1.32k forks source link

Hyperparameter tuning #825

Open abd-gang opened 11 months ago

abd-gang commented 11 months ago

Hi All,

I am training yolact model on resnet18 on ms coco dataset and trying to tune some hyperparameters to increase my mAPs. Currently I am getting 25mAP while the resnet50 based yolact has 29mAP. Can anyone has any idea how to increase this mAP while keeping resnet18 backbone?

Regards ABD