DeepConvFeature =============== ``DeepConvFeature`` flattens the feature maps of one convolutional layer of a :doc:`backbone ` into local descriptors. The :doc:`VLAD ` and :doc:`Fisher Vector ` embedders aggregate them the same way they aggregate ``SIFT`` descriptors. API reference ------------- .. autoclass:: pyvisim.neural_networks.features.DeepConvFeature :members: :inherited-members: :special-members: __call__ :show-inheritance: