-1

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.

Jeremiah
  • 156
  • 7

1 Answers1

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