Explorar o código

debug loss of YOLOv2

yjh0410 %!s(int64=2) %!d(string=hai) anos
pai
achega
754653892d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      test.py

+ 1 - 0
test.py

@@ -137,6 +137,7 @@ def test(args,
         # inference
         bboxes, scores, labels = model(x)
         print("detection time used ", time.time() - t0, "s")
+        print(bboxes)
         
         # rescale bboxes
         origin_img_size = [orig_h, orig_w]