HDR Imageomics Institute org
edited Nov 16, 2023

Generate CSV for license information for EOL images, and instantiate the notebook to check those licenses. Using predicted-category.csv to capture all images in the training set (category.csv) and the Rare Species test set.

HDR Imageomics Institute org

@thompsonmj can you add the licenses and update the file here?

egrace479 changed pull request status to open
HDR Imageomics Institute org
edited Dec 20, 2023

@thompsonmj , as this has gotten rather bloated, here is a summary of where we're at on the mis-match between predicted-catalog.csv and the media manifest that should link to all these entries.

  • eol_media_duplicates.csv: File with all images from predicted-catalog.csv that are duplicated in the media manifest, i.e., their Medium Source URLs match, but other identifiers are distinct.
  • eol_cp_not_media.csv: File with all images from predicted-catalog.csv that do not match to media manifest.
  • ToL_media_mismatch.ipynb: Notebook that explores and creates these files.

Note: Most mis-matched images and duplicates are in TreeOfLife-10M (i.e., they are in catalog.csv), but there are none in Rare Species dataset.

HDR Imageomics Institute org

Three versions of media manifest:

HDR Imageomics Institute org
edited Dec 21, 2023

data/eol_files/media_content_not_catalog.csv is the CSV with all EOL content IDs that are in the July 26 Media Manifest, but don't match to EOL content and page IDs in predicted-catalog (matching via inner merge on EOL content & page IDs).

Idea is to pull all these images from their EOL Source URLs and match them against the images listed in eol_cp_not_media.csv, which has all the predicted-catalog images (tol ID, EOL content & page IDs) that don't match to media manifest.

HDR Imageomics Institute org

Following commit 4886e4df, Licenses still missing Copyright Owners:

License Name
No known copyright restrictions    7389
cc-by-nc-sa-3.0                    4247
cc-by-nc                           3029
cc-publicdomain                     315
cc-by-3.0                            60
cc-0-1.0                             32
cc-by-sa-3.0                         28
cc-by-nc-2.0                          2
HDR Imageomics Institute org

Note: only files with "No known copyright restrictions" for License Name are missing the URL.

Any unknown title has "not provided".

HDR Imageomics Institute org

These issues are resolved in PR #10.

egrace479 changed pull request status to closed

Sign up or log in to comment