Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. if begin > 0.0 or end > 0.0:
  2. features.create_features(wav_filename, tmp_features_filename, begin, end)
  3. easy_call("**th load_estimation_model.lua** " + tmp_features_filename + ' ' + preds_filename)
  4. else:
  5. features.create_features(wav_filename, tmp_features_filename)
  6. easy_call("th load_tracking_model.lua " + tmp_features_filename + ' ' + preds_filename)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement