{"id":21980188,"url":"https://github.com/innolitics/kaggle-hubmap","last_synced_at":"2026-05-01T06:32:33.421Z","repository":{"id":174878298,"uuid":"652680409","full_name":"innolitics/kaggle-HuBMAP","owner":"innolitics","description":"HuBMAP - Hacking the Human Vasculature (Kaggle Competition)","archived":false,"fork":false,"pushed_at":"2023-07-05T18:20:47.000Z","size":10361,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-01T21:47:24.998Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/innolitics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-12T15:13:39.000Z","updated_at":"2023-06-14T14:43:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"c35e81c8-44a5-45e1-b401-5843177499f9","html_url":"https://github.com/innolitics/kaggle-HuBMAP","commit_stats":null,"previous_names":["innolitics/kaggle-hubmap"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/innolitics/kaggle-HuBMAP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/innolitics%2Fkaggle-HuBMAP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/innolitics%2Fkaggle-HuBMAP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/innolitics%2Fkaggle-HuBMAP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/innolitics%2Fkaggle-HuBMAP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/innolitics","download_url":"https://codeload.github.com/innolitics/kaggle-HuBMAP/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/innolitics%2Fkaggle-HuBMAP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32487370,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-29T17:09:52.654Z","updated_at":"2026-05-01T06:32:33.406Z","avatar_url":"https://github.com/innolitics.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kaggle-HuBMAP\nHuBMAP - Hacking the Human Vasculature (Kaggle Competition)\n\n## Kidney microscopy resources\n- [kidney under a microscope](https://www.youtube.com/watch?v=m-xdxuF4_lE)\n    - glomerulus: \"little ball of yarn\"\n    - distal convoluted tubules: \"open centers\"\n    - proximal convoluted tubules: \"fluffy centers\"\n\n## Image data overview\n- training:\n    - metadata summary csv: `metadata/trn_img_meta_7033.csv`\n    - 7033 samples\n    - 512 x 512 x 3\n    - data type `uint8`\n    - mean intensity across 3 channels:\n    \n    \u003cimg src='docs/trn_img_mean.png' width='300' style=\"margin-left: 40px;\"/\u003e\n\n    - stdev intensity across 3 channels:\n\n    \u003cimg src='docs/trn_img_std.png' width='300' style=\"margin-left: 40px;\"/\u003e\n\n    - sample image:\n\n    \u003cimg src='docs/trn_img_0006ff2aa7cd.png' width='300' style=\"margin-left: 40px;\"/\u003e\n- test:\n    - 1 sample\n    - 512 x 512 x 3\n    - data type `uint8`\n    - mean 163.5\n    - std 53.1\n    - sample image:\n\n     \u003cimg src='docs/tst_img_72e40acccadf.png' width='300' style=\"margin-left: 40px;\"/\u003e\n\n## Provided CSVs\n- tile:\n    - location: `metadata/tile_meta_7033.csv`\n    - columns:\n        - id\n        - source_wsi (patients from where WSIs were extracted)\n            - 1-4, 6-14\n            - source_wsi 1-4 described in `wsi_meta`\n        - dataset:\n            1. 422\n            2. 1211\n            3. 5400\n    - dataset description:\n        1. Annotations that have been expert reviewed.\n        2. Comprises the remaining tiles from these same WSIs and contain sparse annotations that have not been expert reviewed.\n        3. Tiles extracted from an additional nine WSIs. These tiles have not been annotated. You may wish to apply semi- or self-supervised learning techniques on this data to support your predictions.\n        - i, j: upper-left corner within the WSI where the tile was extracted\n- wsi (whole slide images):\n    - source_wsi (4 patients: 3 females, 1 male)\n    - age\n    - sex\n    - race\n    - height (cm)\n    - weight (kg)\n    - bmi\n\n## Annotations\n- Source: `polygons.jsonl`\n- 1633 unique IDs\n- 3 labels:\n    1. blood_vessel\n    2. glomerulus\n    3. unsure\n- produced 1633 segmentations masks with name `mask.tif`\n- sample image with segmentation:\n\n\u003cimg src='docs/image_w_seg.png' width='300' style=\"margin-left: 40px;\"/\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finnolitics%2Fkaggle-hubmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finnolitics%2Fkaggle-hubmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finnolitics%2Fkaggle-hubmap/lists"}