Skip to content

Commit

Permalink
πŸ’š [Fix] test bugs, pass streamloader orgimg shape
Browse files Browse the repository at this point in the history
  • Loading branch information
henrytsui000 committed Jul 31, 2024
1 parent 5c8e313 commit 1e4ec0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tools/test_data_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ def test_directory_stream_data_loader_frame(directory_stream_data_loader: Stream
frame, rev_tensor, origin_frame = next(iter(directory_stream_data_loader))
assert frame.shape == (1, 3, 640, 640)
assert rev_tensor.shape == (1, 5)
assert origin_frame.size == (480, 640) or origin_frame.size == (512, 640)
assert origin_frame.size != (640, 640)

0 comments on commit 1e4ec0a

Please sign in to comment.