mirror of
https://github.com/LdDl/go-darknet.git
synced 2025-10-05 07:36:53 +08:00
merge detections files
This commit is contained in:
@@ -56,7 +56,7 @@ func main() {
|
||||
printError(err)
|
||||
return
|
||||
}
|
||||
log.Println("we are here 2")
|
||||
|
||||
log.Println("Network-only time taken:", dr.NetworkOnlyTimeTaken)
|
||||
log.Println("Overall time taken:", dr.OverallTimeTaken)
|
||||
for _, d := range dr.Detections {
|
||||
|
Reference in New Issue
Block a user