mirror of
https://github.com/esimov/pigo.git
synced 2025-10-10 18:40:11 +08:00
Correcting web example cf source path
This commit is contained in:
@@ -57,7 +57,7 @@ func main() {
|
|||||||
flag.Parse()
|
flag.Parse()
|
||||||
|
|
||||||
if len(*cascadeFile) == 0 {
|
if len(*cascadeFile) == 0 {
|
||||||
log.Fatal("Usage: go run main.go -cf ../data/facefinder")
|
log.Fatal("Usage: go run main.go -cf ../../data/facefinder")
|
||||||
}
|
}
|
||||||
|
|
||||||
if *scaleFactor < 1 {
|
if *scaleFactor < 1 {
|
||||||
|
Reference in New Issue
Block a user