I am using a VGG16 model with the classification layer stripped off to generate vectors for an intermediate stage of an image fingerprinting algorithm. It works well, but VGG16 is a little hefty, and I was wondering what suggestions the community had regarding good alternatives to VGG16, with regards to this application, if someone is looking for something lighter weight.
Asked
Active
Viewed 453 times
1 Answers
1
If you are looking for lightweights architecture, take a look at backbones designed for mobile such as MobileNet V3 or GhostNet V2 .
Lelouch
- 236
- 1
- 5