Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Features are saved as doubles #117

Open
2 tasks
v-iashin opened this issue Jan 23, 2024 · 0 comments
Open
2 tasks

Features are saved as doubles #117

v-iashin opened this issue Jan 23, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@v-iashin
Copy link
Owner

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
@v-iashin v-iashin added enhancement New feature or request help wanted Extra attention is needed labels Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant