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
With the new Isaac data, @Dat-Bois has been training yolov8 such that it detects the letters and shapes at once (36 + 9 = 45 classes total for both things). To integrate this, we need to modify the pipeline so that if we get a letter detection on top of a shape detection, it combines them and skips the letter classification step.
The text was updated successfully, but these errors were encountered:
With the new Isaac data, @Dat-Bois has been training yolov8 such that it detects the letters and shapes at once (36 + 9 = 45 classes total for both things). To integrate this, we need to modify the pipeline so that if we get a letter detection on top of a shape detection, it combines them and skips the letter classification step.
The text was updated successfully, but these errors were encountered: