source: other-projects/is-sheet-music-encore/trunk/image-identification-terminal/Makefile~@ 33141

Last change on this file since 33141 was 33141, checked in by cpb16, 5 years ago

Completed end-to-end pipeline and one classifier

File size: 510 bytes
Line 
1#https://www.tensorflow.org/install/lang_java
2#testClassifier runs the cmd below
3#java -cp /Scratch/cpb16/opencv-3.4.2/build/bin/opencv-342.jar:. -Djava.library.path=/Scratch/cpb16/opencv-3.4.2/build/lib/ javaImageClassifier TestImages/Test.png 1
4
5test-run-classifier01:
6 javac javaAccuracyCalculator.java
7 javac -cp /Scratch/cpb16/opencv-3.4.2/build/bin/opencv-342.jar javaImageClassifier.java;
8 ./testClassifer.sh TestImages 1
9 less log.txt
10 java javaAccuracyCalculator log.txt 1 results.txt
11 rm log.txt
12
13
14
Note: See TracBrowser for help on using the repository browser.