Commit 8fbbf506 authored by Rohan  Kumar's avatar Rohan Kumar
Browse files
parents 92b3d008 f191986d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ use_yolo_detector() {
    cp $POM_FILE "${POM_FILE}.bak"

    # Replace the main class to use YOLODetector
    sed -i 's|<exec.mainClass>object_detection.ObjectDetector</exec.mainClass>|<exec.mainClass>yolo.YOLODetector</exec.mainClass>|g' $POM_FILE
    sed -i 's\<exec.mainClass>top.BackendJava</exec.mainClass>\<exec.mainClass>yolo.YOLODetector</exec.mainClass>\g' $POM_FILE

}