Renamed data folder to cascade

This commit is contained in:
esimov
2019-08-09 15:37:41 +03:00
parent f1b1e9e380
commit 9f9c80c9fc
8 changed files with 9 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ import (
"os"
"os/exec"
"github.com/esimov/pigo/core"
pigo "github.com/esimov/pigo/core"
"github.com/fogleman/gg"
)
@@ -57,7 +57,7 @@ func main() {
flag.Parse()
if len(*cascadeFile) == 0 {
log.Fatal("Usage: go run main.go -cf ../../data/facefinder")
log.Fatal("Usage: go run main.go -cf ../../cascade/facefinder")
}
if *scaleFactor < 1 {