Explorar el Código

bug fix

master
Chris hace 8 años
padre
commit
8f810faaab
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      test_pretrained.py

+ 1
- 0
test_pretrained.py Ver fichero

@@ -63,6 +63,7 @@ def main(args):
cv2.imwrite(out_fn, raw)

post, coords = post_process(raw)
print coords

out_fn = os.path.join(args.out_dir, f.replace('/','_')[:-4] + "_post.png")
cv2.imwrite(out_fn, post)


Cargando…
Cancelar
Guardar