Commit dc2f80170a1aeedad4c19d2dbeb15c8a9b78decc
1 parent
def244f4
Update brpy script to changes in acc04206
Showing
1 changed file
with
1 additions
and
1 deletions
scripts/brpy/__init__.py
| ... | ... | @@ -58,7 +58,7 @@ def init_brpy(br_loc='/usr/local/lib'): |
| 58 | 58 | br.br_eval.argtypes = _string_args(3) |
| 59 | 59 | br.br_eval.restype = c_float |
| 60 | 60 | br.br_eval_classification.argtypes = _string_args(4) |
| 61 | - br.br_eval_clustering.argtypes = _string_args(2) | |
| 61 | + br.br_eval_clustering.argtypes = _string_args(3) | |
| 62 | 62 | br.br_eval_detection.argtypes = _string_args(3) |
| 63 | 63 | br.br_eval_detection.restype = c_float |
| 64 | 64 | br.br_eval_landmarking.argtypes = _string_args(3) + [c_int, c_int] | ... | ... |