dbolya / yolact

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

Decreasing number of resnet layers #816

Open abd-gang opened 1 year ago

abd-gang commented 1 year ago

Hi All,

I want to decrease the number of layers in yolact model which is currently using resnet50. I want to see how it performs when we gradually decrease the resnet layers.

Is there any way to perform this?

Thanks

justinkkgoh commented 1 year ago

Did you manage to figure out how to decrease the number of layers? I am trying to increase the number of layers to use a Resnet152 as the backbone

abd-gang commented 1 year ago

I am able to make it to resnet-18 but mAPs are very low. I am figuring it out currently.