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

@@ -73,7 +73,7 @@ func clusterDetection(pixels []uint8, rows, cols int) []pigo.Detection {
}
if len(cascade) == 0 {
cascade, err = ioutil.ReadFile("../../data/facefinder")
cascade, err = ioutil.ReadFile("../../cascade/facefinder")
if err != nil {
log.Fatalf("Error reading the cascade file: %s", err)
}