Skip to content

Commit

Permalink
Clean up terminal output
Browse files Browse the repository at this point in the history
  • Loading branch information
esimov committed Aug 2, 2018
1 parent 5898ada commit 6dbb9e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webcam/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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 ../data/facefinder")
}

if *scaleFactor < 1 {
Expand Down Expand Up @@ -135,7 +135,6 @@ func webcam(w http.ResponseWriter, r *http.Request) {

// Calculate the intersection over union (IoU) of two clusters.
dets = classifier.ClusterDetections(dets, 0)
fmt.Println(dets)

dc = gg.NewContext(cols, rows)
dc.DrawImage(src, 0, 0)
Expand Down

0 comments on commit 6dbb9e7

Please sign in to comment.