TripletLoader constructor

TripletLoader(
  1. String rootPath,
  2. int imageSize
)

Implementation

TripletLoader(this.rootPath, this.imageSize) {
  _scanDataset();
}