how fix keyerror ‘model’ when make a training model as CNN for image segmentation?
hi happy to ask you this question.
i have a project that want extract a ROI region in image by instance segmentation.
i choose for this duty YOLO5 as i have spyder (3.11). first for exercising me make a training model with 5 images and this pre trained model = torch.hub.load(‘ultralytics/yolov5’, ‘yolov5s’) and was successful to make it.