Open didibaba opened 4 years ago
It looks like a resolution problem , the default mean , scale and input resolution were different between bdd100k and cityscapes model . The default parameter is 'bdd100k' in detect_and_segment.py
Just setting the seg_resize_scales to 8 solved my problem.
@eric612 I tried to change the seg_resize_scales to 4, but error occured.
65 yolo_seg.cpp:33] Check failed: bottom[0]->count() == bottom[1]->count() (46208 vs. 184832) YoloSeg layer inputs must have the same count.
Could you show me how to make this work? Thanks.
Dear author,
I was using the default settings and pretrained model with c++ given here https://github.com/eric612/MobileNet-YOLO/tree/master/data/cityscapes. The result seems to be wrong. However, I can obtain correct result with detect_and_segmentation.py. Is there anything that I missed to set in the program?
Thanks a lot!