(function(doc, html, url) {
var widget = doc.createElement("div");
widget.innerHTML = html;
var script = doc.currentScript; // e = a.currentScript;
if (!script) {
var scripts = doc.scripts;
for (var i = 0; i < scripts.length; ++i) {
script = scripts[i];
if (script.src && script.src.indexOf(url) != -1) break;
}
}
script.parentElement.replaceChild(widget, script);
}(document, '
Automatic segmentation for porous bread samples using deep learning
What is it about?
This paper aims to develop a new method for training a deep neural network using synthetic data. The trained model will be used to automatically segment micro-CT images of bread dough collected at the Australian synchrotron.
Why is it important?
This automated model for data segmentation would alleviate the time-consuming aspects of experimental workflow and would open the door to perform 4D characterization experiments with smaller time steps.