Skip to content

Commit

Permalink
collected data using fastsam
Browse files Browse the repository at this point in the history
  • Loading branch information
quajak committed Mar 12, 2024
1 parent f60018f commit be6d880
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 1 deletion.
Binary file added data/SimpleTestData/22-10-FastSAM-x.npz
Binary file not shown.
Binary file added data/SimpleTestData/23-10-FastSAM-x.npz
Binary file not shown.
Binary file added data/SimpleTestData/24-10-FastSAM-x.npz
Binary file not shown.
Binary file added data/SimpleTestData/25-10-FastSAM-x.npz
Binary file not shown.
Binary file added data/SimpleTestData/26-10-FastSAM-x.npz
Binary file not shown.
Binary file added data/SimpleTestData/27-10-FastSAM-x.npz
Binary file not shown.
Binary file added data/SimpleTestData/28-100-FastSAM-x.npz
Binary file not shown.
Binary file added data/SimpleTestData/29-100-FastSAM-x.npz
Binary file not shown.
Binary file added data/SimpleTestData/30-100-FastSAM-x.npz
Binary file not shown.
Binary file added data/SimpleTestData/31-100-FastSAM-x.npz
Binary file not shown.
Binary file added data/SimpleTestData/32-100-FastSAM-x.npz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/data_collection/gen_simple_test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def gen_frames(self) -> list[np.ndarray]:
image_height = 128

# Set the number of frames in the sequence
num_frames = 10
num_frames = 100

# Create an empty list to store the frames
frames = []
Expand Down

0 comments on commit be6d880

Please sign in to comment.