ııɹ∀
ııɹ∀
this is the script I use to convert the masks to polygon files for the yolo training: ``` import os import cv2 def convert_masks(input_dir, output_dir): for j in os.listdir(input_dir): image_path...
@sralvins thanks for the suggestion. Yes, that's the only fix that worked for me until now. Albumentations 1.4.14 + Ultralytics 8.3.4 (installing the albucore version as an extra command probably...
I wanted to confirm that latest version of ultralytics as of now + latest albumentations work perfectly fine. albucore==0.0.23 albumentations==2.0.0 ultralytics==8.3.59 The only time I get ``` RuntimeError: Tensors must...