GeorgeSeif / Semantic-Segmentation-Suite

Semantic Segmentation Suite in TensorFlow. Implement, train, and test new Semantic Segmentation models easily!
2.5k stars 880 forks source link

Adding tensorflow summary metrics support for Tensorboard #166

Open dpsm opened 5 years ago

dpsm commented 5 years ago

Adding output folder option for storing training artifacts

Fixing plotting code issue when restarting training from an offter > 0.

starkcn commented 4 years ago

hello,have you solved this problem?i have the same problem.

yahuuu commented 4 years ago

@starkcn I'm nobody, but I meet the problems of @dpsm, U could solve like this: ax3.plot(range(args.epoch_start_i, epoch+1, 1), avg_iou_per_epoch)