Datasets:
Reorganize Repo
#26
by
mridulk
- opened
Removing the mask images which were initially used for getting individual beetles.
Now we have manually annotated individual beetle images
mridulk
changed pull request status to
open
egrace479
changed pull request title from
Remove Mask Images
to Reorganize Repo
This PR reorganizes the repository to be more straightforward:
- Removes mid-process images from
Separate_segmented_train_test_splits_80_20/
:group_images_masks/
andseparate_segmented_beetle_images/
. - Adds
Separate_segmented_train_test_splits_80_20/README.md
explaining this subset and linking to a commit where both the intermediate step folders existed. Include full citation (with DOI) for that version of the dataset (including on SST repo which uses this). - Renames
beetle_images_resized/
togroup_images_resized/
so relationship is clearer.- Metadata appropriately adjusted to keep dataset viewer functional. Specifically, the
file_name
column inbeetle_images_resized/metadata.csv
needs to be updated frombeetle_images_resized/<img-filename>
togroup_images_resized/<img-filename
.
- Metadata appropriately adjusted to keep dataset viewer functional. Specifically, the
- Updates the Dataset Structure section of the
README
to explain remaining components ("subsets") of this dataset. - Removes
individual_metadata.csv
(check for pointers elsewhere to maintain record if needed).