darknet-yolo-segmentation
darknet-yolo-segmentation copied to clipboard
use darknet-yolo-segmentation with my own dataset
@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
@essalahsouad The dataset that i used is cityscapes,https://www.cityscapes-dataset.com/, which is a open source dataset for segmentation
@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 .
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,