I'm using kaldi for asr and now I want to do speaker segmentation using Kaldi's x-vector approach. They are providing some example segmentation scripts at https://github.com/kaldi-asr/kaldi/tree/master/egs/sre16/v2 .They also provide a basic pretrained model on LDC corpus at https://david-ryan-snyder.github.io/2017/10/04/model_sre16_v2.html
This pretrained model has following structure when unarchived:
I don't have access to LDC corpus and I want to know how to train a model on my own data, and then how to use that model to do actual segmentation ?