mirror of
https://github.com/esimov/pigo.git
synced 2025-10-06 00:26:50 +08:00
Renamed data folder to cascade
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user