Home / Companies / Activeloop / Blog / June 2021

June 2021 Summaries

3 posts from Activeloop

Filter
Month: Year:
Post Summaries Back to Blog
The Activeloop Hub app offers quick access and preprocessing for data with just a few lines of code. It allows users to store their dataset as a single NumPy-like array on the cloud, enabling seamless access and work from any machine without feeling like it's on the cloud in terms of speed of access. The tool is free, open-source, and evolving fast with great support from the community. Users can leverage its features to read their images into Numpy arrays, store them in Hub, and use them anytime, anywhere.
Jun 16, 2021 1,485 words in the original blog post.
The article discusses how Omdena successfully utilized collaborative Machine Learning (ML) datasets in their project with the Global Partnership for Sustainable Development Data (GPSDD). The goal of this project was to use ML to improve food security in Senegal. To achieve this, they tackled various issues related to crop yield prediction, climate risk, crop diseases, deforestation, and food storage/transport. The team faced several challenges such as handling heavy raw satellite images, preparing preprocessed data for Deep Learning models, and ensuring accessibility of these datasets for all collaborators. They resolved most of these issues by using Activeloop, a fast and simple framework for building and scaling data pipelines for ML. Activeloop was used to store the datasets used for training their Deep Learning models. The datasets comprised 32-bins histograms of satellite images, normalized difference vegetation indexes (ndvi), and yields (ground truth) values. Each dataset was loaded from the Activeloop hub using its unique path, making it easier to combine datasets when needed. The team also used TensorFlow functions to split data into train, validation, and test sets, and then trained their CNN model using these common lines of commands. The use of Activeloop ensured that all developers had access to the same dataset without needing to store it locally. Additionally, updating a dataset was straightforward as it only required re-uploading the updated dataset to the same tag. The authors suggest that while they could have stored satellite images in Activeloop, they chose to keep them in an S3 bucket for easier access and processing. They also note that there may be room for improvement in how ground truth yield values are stored using available schemas more efficiently. Overall, the use of collaborative ML datasets through Activeloop proved beneficial in this project by ensuring efficient storage, easy accessibility, and consistent paths for all collaborators.
Jun 16, 2021 1,163 words in the original blog post.
Selecting the right dataset benchmark for a computer vision project is crucial but challenging due to the lack of industry standards and increasing complexity of datasets. Good benchmarks should reflect real-world applications, while bad ones may be biased towards ideal conditions. Collaboration between organizations in creating diverse and high-standard benchmarks is essential for developing better computer vision machine learning models. Tools like Activeloop can facilitate this collaboration by providing centralized storage and version control for datasets.
Jun 14, 2021 1,243 words in the original blog post.