Datasets:
Reorganize Repo
Removing the mask images which were initially used for getting individual beetles.
Now we have manually annotated individual beetle images
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.mdexplaining 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_namecolumn inbeetle_images_resized/metadata.csvneeds 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
READMEto explain remaining components ("subsets") of this dataset. - Removes
individual_metadata.csv(check for pointers elsewhere to maintain record if needed). - Updates Citation appropriately.
The individual_metadata.csv file is this file in the processing repo.
It is described in the data fields section of the README in Revision 7b3731d.
Comment : "Metadata appropriately adjusted to keep dataset viewer functional. Specifically, the file_name column in beetle_images_resized/metadata.csv needs to be updated from beetle_images_resized/<img-filename> to group_images_resized/<img-filename>."
Ans- The file_name is currently in the format of just having the pictureID so keeping it as is
Comment : "Metadata appropriately adjusted to keep dataset viewer functional. Specifically, the
file_namecolumn inbeetle_images_resized/metadata.csvneeds to be updated frombeetle_images_resized/<img-filename>togroup_images_resized/<img-filename>."Ans- The
file_nameis currently in the format of just having thepictureIDso keeping it as is
Ah, yes, because the metadata file was moved into the folder.
@mridulk , I think this and #25 should be ready. Please review