SegNet-Tutorial icon indicating copy to clipboard operation
SegNet-Tutorial copied to clipboard

Training output perform much worse than pre-train segnet_basic_camvid model

Open miketry0313 opened this issue 7 years ago • 0 comments

Hi All,

I am fine tuning segnet_basic_camvid.caffemodel on Cityscape data by using segnet_basic_train.prototxt and segnet_basic_solver.prototxt. The output of loss and avg accuracy looks good (loss: 0.76, avg accuracy: 0.6). But when I using test_segmentation_camvid.py to display inference model result, it looks much worse than pre-train model. Can anyone give me some help? Thanks in advanced.

ground_truth (Ground Truth)

infer_result_pretrain_model ( Pretrain Model Inference Result)

Below are the result of training output model before calculating bn statistics and after bn statistics. infer_result_before_compute_stat

infer_result_after_compute_stat

miketry0313 avatar Mar 01 '17 19:03 miketry0313