main.cpp 36.2 KB
Newer Older
1001
	fs::path outputFile1Name = outputPath / "VideoAnalyser_IrregularityFileOutput1.json";
Matteo's avatar
update    
Matteo committed
1002
	saveFile(outputFile1Name, irregularityFileOutput1, false);
1003
1004
1005
1006

	// Irregularities to extract for the AudioAnalyser and to the TapeIrregularityClassifier
	extractIrregularityImagesForAudio(outputPath, videoPath, irregularityFileInput, irregularityFileOutput2);

1007
	fs::path outputFile2Name = outputPath / "VideoAnalyser_IrregularityFileOutput2.json";
Matteo's avatar
update    
Matteo committed
1008
	saveFile(outputFile2Name, irregularityFileOutput2, false);
1009

1010
1011
    return 0;
}
For faster browsing, not all history is shown. View entire blame