Skip to content

Features are saved as doubles #117

@v-iashin

Description

@v-iashin

np.array(vid_feats) saves the list into float64 which doubles the disk space.

casting it to f32 (or, ideally, to a user-defined precision) would be nice.

it is should be very simply to do

  • implement casting to f32
  • (optional) make it configurable with f32 as default

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions