- Remove sly.nn.checkpoints module
- Add sly.nn.artifacts module
- Add BaseTrainArtifacts class
- Add subclasses for the following frameworks:
- YOLOv5
- YOLOv5 2.0
- YOLOv8
- MMDetection
- MMDetection 3.0
- MMSegmentation
- MMClassification
- RITM
- Detectron2
- UNet
Usage example:
python
from supervisely.nn.artifacts.yolov5 import YOLOv5
framework = YOLOv5(team_id)
custom_artifacts= framework.get_list()