January 2020 Summaries
2 posts from Roboflow
Filter
Month:
Year:
Post Summaries
Back to Blog
Roboflow has launched a platform called Roboflow Public Datasets, aimed at simplifying access to clean, labeled data for computer vision projects. This initiative allows users to find and share datasets, starting with the release of a Boggle board image dataset, which includes 357 images and 7110 labels, under a public license. The platform supports various data formats, such as VOC XML, COCO JSON, and YOLOv3, enabling users to download and use the data freely, with attribution encouraged. Users can contribute their own datasets, which can be forked and modified with different preprocessing techniques, across diverse domains like board games, self-driving cars, and aerial drone images. The initiative is part of Roboflow's mission to democratize computer vision by providing accessible resources and encouraging community involvement.
Jan 27, 2020
401 words in the original blog post.
Joseph Nelson's guide on training a YOLOv3 object detection model on a custom dataset provides a comprehensive walkthrough for adapting this powerful algorithm for specific applications such as identifying chess pieces. The guide details each step of the process, from data collection and preparation using tools like Roboflow to model training and inference, emphasizing the importance of properly labeling and augmenting image data to enhance model performance. It further explains the use of pre-trained weights to optimize the model's training process, leveraging Google Colab for computational resources. The tutorial is adaptable to various contexts beyond chess, requiring minimal code changes to apply to different datasets, and offers insights into deploying the trained model in various production environments.
Jan 09, 2020
2,583 words in the original blog post.