yolo_segmentation
yolo_segmentation copied to clipboard
image (semantic segmentation) instance segmentation by darknet or yolo
I've noticed that in predict_segmenter method, it will call `if (l.out_w && l.out_h && l.out_c){ return float_to_image(l.out_w, l.out_h, l.out_c, l.output); } ` `image float_to_image(int w, int h, int c, float...
c++ 怎么调用这个修改后的darknet
Can anybody share with me a sample data set and train.txt to be include in data set configuration file. including the format of train.txt. Thanks.
Hi. Thanks you for sharing good code. Now I`m training your model. But It seems like using 1 GPU. Can I use multiple GPUs by just using arguments on terminal?...
Thank you for the code. I've tried to train our own dataset in GPU. When I set GPU and CUDNN in preprocessor, I got many unresolved external symbol error such...
I think I can imagine what cfg setting is. and whats the sample label rule do you set? is it a "binary image+src image" for every target? or some rule...
cityscapes have lane annotation?
have u consider of combine detection and segmentation?
I was wondering if the pre-trained model for tiny version is available online.
Can you pls upload the weights and cfg files somewhere