Open oke-aditya opened 3 years ago
Next release of torchvision packs mobilenet v3 and mobilenet v3 FPN backbone. We can add that to supported backbones for Faster RCNN and RetinaNet
We need backbones, they enhance detection
Same way add backbones to pl_bolts.models.detection.componenets as done earlier.
pl_bolts.models.detection.componenets
But wait for Torchvision next release 0.9.
I will complete this once torchvision 0.9 is released (or do we test with torchvsion master ?)
@oke-aditya Sounds nice!
🚀 Feature
Next release of torchvision packs mobilenet v3 and mobilenet v3 FPN backbone. We can add that to supported backbones for Faster RCNN and RetinaNet
Motivation
We need backbones, they enhance detection
Pitch
Same way add backbones to
pl_bolts.models.detection.componenets
as done earlier.But wait for Torchvision next release 0.9.
Additional context
I will complete this once torchvision 0.9 is released (or do we test with torchvsion master ?)