Change8

v3.9.46

📦 deeplakeView on GitHub →
1 features🔧 1 symbols

Summary

This patch release introduces a base mmsegmentation dataset class to facilitate integration with mmseg 1.x, requiring users to inherit from it.

Migration Steps

  1. If you are using mmseg version 1.x, ensure your custom datasets inherit from the new base mmsegmentation dataset class for smoother integration.

✨ New Features

  • Added a base mmsegmentation dataset class. If using mmseg 1.x version, users need to inherit from this class to ensure a smoother integration workflow.

🔧 Affected Symbols

mmsegmentation dataset class