February 2022 Summaries
2 posts from Voxel51
Filter
Month:
Year:
Post Summaries
Back to Blog
ActivityNet, a prominent video dataset in the computer vision realm, is featured in the annual ActivityNet challenge and is now integrated with FiftyOne, an open-source tool for dataset curation and model analysis. This integration streamlines access to the ActivityNet dataset, enabling users to download, visualize, and evaluate models directly within the FiftyOne App. The dataset includes versions with 100 and 200 activity classes, containing thousands of labeled video instances. Users can enhance model evaluation by adding custom predictions and utilizing the ActivityNet evaluation protocol to compute metrics like mean average precision (mAP). FiftyOne's powerful querying capabilities allow for in-depth analysis of model performance, identifying areas for improvement by examining specific cases where models perform poorly. This integration facilitates the development of more accurate activity classification and detection models, making it an invaluable resource for the computer vision community.
Feb 08, 2022
1,144 words in the original blog post.
The article provides a comprehensive guide to creating high-quality deep learning datasets and models using ClearML and FiftyOne, with a focus on training a computer vision model for detecting dragons. It emphasizes the importance of a data-centric approach to machine learning, highlighting the role of meticulous dataset understanding, tracking, and improvement in developing high-performing models. The workflow involves using FiftyOne for building datasets and analyzing model results, while ClearML facilitates experiment tracking and management, enabling reproducibility and scalability. The article demonstrates the process through a practical example using the DETR model, with a new dragon image dataset, and showcases how integrating these tools helps in identifying model failures and iteratively improving both datasets and model performance. Through detailed steps, it illustrates how to automate tracking, log metrics, visualize data, evaluate model predictions, and address annotation issues, ultimately promoting a systematic approach for enhancing machine learning outcomes.
Feb 04, 2022
2,794 words in the original blog post.