activeloopai / deeplake

Database for AI. Store Vectors, Images, Texts, Videos, etc. Use with LLMs/LangChain. Store, query, version, & visualize any AI data. Stream data in real-time to PyTorch/TensorFlow. https://activeloop.ai
https://activeloop.ai
Mozilla Public License 2.0
7.87k stars 605 forks source link

Store sample_info for segment_mask htypes #2867

Closed nvoxland-al closed 1 month ago

nvoxland-al commented 1 month ago

🚀 🚀 Pull Request

Impact

Description

Previously, sample_info was only stored for the following htypes:

This PR adds "segment_mask" to that list

Things to be aware of

Will not create the sample_info for existing segment_mask tensors. If you need sample_info for a segment_mask you will need to create a new tensor and copy the data over

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud