You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
our objective is to create a reliable dataset by employing data augmentation algorithms. Using this improved GoEmotion dataset, we trained a transformer model with the ability to understand emotions from a given text.
This project focuses on optimizing overpass detection using YOLOv8. It involves training the model with a custom dataset created from synchronized dashcam footage and GPS data. The objective is to refine the model's accuracy in identifying overpasses, enabling precise determination of vehicle location and timing during these instances.
Aug Tool is a Python library available on PyPI that simplifies image data augmentation for machine learning tasks, compatible with TensorFlow, PyTorch, and the YOLO library.
Official implementation for "Pure Noise to the Rescue of Insufficient Data: Improving Imbalanced Classification by Training on Random Noise Images" https://arxiv.org/abs/2112.08810
This repo contains full solution for the challenge: from datasets creation to training and creating submit file. Moreover it can be used as a universal high-quality baseline solution for any segmentation task.