sdimantsd

Results 23 comments of sdimantsd

@WongVi @Snailgoo This is me code doing this: ``` import os import json js_path = 'train.json' out_labels_path = 'labels/' main_dir = '[path_to_root_dataset_dir]' all_images = list() js_path = os.path.join(main_dir, js_path) out_labels_path...

This repo did not updated 3 years. It's better for you to train with yolov8-seg

Hi @jaybdub @marigoold Did you solved this problem? I have the same problem...