zhengshoujian / darknet-yolo-segmentation

This project is based on darknet to get image segmentation
104 stars 25 forks source link

use darknet-yolo-segmentation with my own dataset #5

Open hakS07 opened 5 years ago

hakS07 commented 5 years ago

@zhengshoujian first of all I want to thank you for your project it's really helpful. My project is iris and detection and segmentation I have already trained my pretrained model with my own iris dataset (annotated in yolo format) but now I don't know how I use segmentation do I need to segment my dataset

zhengshoujian commented 5 years ago

@essalahsouad The dataset that i used is cityscapes,https://www.cityscapes-dataset.com/, which is a open source dataset for segmentation

hakS07 commented 5 years ago

@zhengshoujian thank you for your reply. But my question now is that I don't know how to organize my images file and my masks file in the data file for the training ./darknet segmenter train the/path/to/cfg/data the/paht/to/cfg/file the/path/to/weights/files i really need your help .

chyphen7 commented 2 years ago

HI, I have similar questions about how to organize images, labels, and data files in order to run darknet-yolo-segmentation. Can anybody give me instruction and guidance to follow? Thanks,