[pre-commit.ci] pre-commit autoupdate #84
Annotations
5 errors
test:
test_images.py#L88
test_sample_images[test_images/conecube.jpg-False-True-512-360-740-503]
AssertionError: Cube present in image but not found by detector
assert False is True
+ where False = <function is_game_piece_present at 0x7f75e719f130>(array([[[ 66, 60, 85],\n [ 66, 57, 84],\n [ 67, 55, 85],\n ...,\n [ 40, 35, 37],\n ...[164, 157, 184],\n ...,\n [168, 163, 184],\n [167, 162, 183],\n [167, 162, 183]]], dtype=uint8), <helper_types.BoundingBox object at 0x7f75e71a52a0>, <ExpectedGamePiece.CUBE: 2>)
+ where <function is_game_piece_present at 0x7f75e719f130> = vision.is_game_piece_present
+ and <ExpectedGamePiece.CUBE: 2> = ExpectedGamePiece.CUBE
|
test:
test_images.py#L88
test_sample_images[test_images/midshelf.jpg-False-True-512-360-700-310]
AssertionError: Cube present in image but not found by detector
assert False is True
+ where False = <function is_game_piece_present at 0x7f75e719f130>(array([[[ 64, 54, 77],\n [ 56, 46, 69],\n [ 51, 39, 61],\n ...,\n [ 25, 16, 13],\n ...[161, 165, 190],\n ...,\n [176, 159, 186],\n [173, 157, 181],\n [171, 155, 179]]], dtype=uint8), <helper_types.BoundingBox object at 0x7f75e717dd80>, <ExpectedGamePiece.CUBE: 2>)
+ where <function is_game_piece_present at 0x7f75e719f130> = vision.is_game_piece_present
+ and <ExpectedGamePiece.CUBE: 2> = ExpectedGamePiece.CUBE
|
test:
test_images.py#L72
test_sample_images[test_images/monk.jpg-True-False-530-400-685-570]
AssertionError: Cone present in image but not found by detector
assert False is True
+ where False = <function is_game_piece_present at 0x7f75e719f130>(array([[[186, 180, 191],\n [185, 180, 189],\n [184, 179, 188],\n ...,\n [142, 144, 155],\n ...[195, 205, 222],\n ...,\n [ 38, 21, 25],\n [ 40, 21, 24],\n [ 40, 21, 24]]], dtype=uint8), <helper_types.BoundingBox object at 0x7f75e7019f00>, <ExpectedGamePiece.CONE: 1>)
+ where <function is_game_piece_present at 0x7f75e719f130> = vision.is_game_piece_present
+ and <ExpectedGamePiece.CONE: 1> = ExpectedGamePiece.CONE
|
test:
test_images.py#L72
test_sample_images[test_images/plswork.jpg-True-False-540-230-740-470]
AssertionError: Cone present in image but not found by detector
assert False is True
+ where False = <function is_game_piece_present at 0x7f75e719f130>(array([[[209, 192, 205],\n [209, 192, 205],\n [208, 194, 205],\n ...,\n [130, 123, 136],\n ...[225, 223, 223],\n ...,\n [ 58, 49, 70],\n [ 61, 48, 70],\n [ 60, 47, 69]]], dtype=uint8), <helper_types.BoundingBox object at 0x7f75e71a79d0>, <ExpectedGamePiece.CONE: 1>)
+ where <function is_game_piece_present at 0x7f75e719f130> = vision.is_game_piece_present
+ and <ExpectedGamePiece.CONE: 1> = ExpectedGamePiece.CONE
|
test
Process completed with exit code 1.
|