Add Lower Limb data extracted from PowerPoint#312
Add Lower Limb data extracted from PowerPoint#312Brehana-Naidu wants to merge 4 commits intodatafrom
Conversation
- Extracted 57 slides from Lower Limb PowerPoint - Extracted bone images (150+ images) - Extracted bone descriptions (57 bones with descriptions) - Extracted bone hierarchy (boneset structure) - Extracted colored regions annotations (46 slides) - Extracted text label annotations (4 labeled slides) Files prepared in: data_extraction/Bone_Box_Lower_Limb_extracted/ Pending: Final cleanup and organization per DataPelvis structure
Organized and added complete Lower Limb extraction data:
Boneset Structure:
- lower_limb.json (main boneset)
Bones (5 total):
- femur.json, patella.json, tibia.json, fibula.json, foot.json
Subbones (40+ total):
- Individual JSON files for each anatom anatomical subpart
Descriptions (45+ files):
- Individual description files for each bone and subbone
- Includes anatomical details and muscle attachment information
Images (120+ files):
- Organized and renamed images for each bone
- Files: femur_image1-120.{png,jpeg}, patella_image.png, tibia_image.png, etc.
Annotations:
- Colored Regions (4 files): femur, tibia, fibula, foot
- Text Labels (4 files): femur, patella, tibia, fibula
All data follows DataPelvis folder structure standards
leandrumartin
left a comment
There was a problem hiding this comment.
- The
data_extractionfolder should not be committed - The images should not all be named after just the femur. You should look through the PowerPoint and verify which bone the image is a picture of based on the slides. You can also go ahead and get rid of duplicate images.
- The femur and fibula both have "head" and "shaft" subbones. In order for these to have unique IDs, I think they should be renamed to "femur_head", "fibula_head", "femur_shaft", and "fibula_shaft". These changes would have to be made in
bones/femur.json,bones/fibula.json, and in thesubbones/directory. It also looks like there are only descriptions (indescriptions/for the femur head and femur shaft, not for the fibula head and fibula shaft. - The descriptions generally need to be cleaned up by looking through the PowerPoints and making sure the description arrays only contain lines of text in the actual descriptions on each slide.
- The text labels weren't extracted, which is fine, since the script needed to be improved. I've recently made improvements to the text extraction script; you can update your
mainbranch to see the changes to the newextract_text_labels.pywhich should better extract the text labels.
There was a problem hiding this comment.
Since they have their own dedicated slides in the PowerPoint, the following should also be their own dedicated subbones:
[
"1st_metatarsal",
"proximal_phalanx",
"distal_phalanx",
"2nd-5th_metatarsals"
"phalanges"
]There was a problem hiding this comment.
This is the description for the "1st metatarsal." The filename, name, and ID should be adjusted to match.
There was a problem hiding this comment.
This is the description for the "2nd-5th metatarsals." The filename, name, and ID should be adjusted to match.
There was a problem hiding this comment.
This file should not be committed.
|
Slight addendum to my previous comment about removing duplicate images: To link a boneset, bone, or subbone to a specific image, you can (as described in the documentation for cleaning the output of |
Lower Limb Data Addition
Overview
This pull request adds the complete extracted and organized data from the Bone Box (Lower Limb) PowerPoint presentation to the data branch.
Data Included
Boneset Structure
Bones (5 total)
Subbones (40+ files)
Individual JSON files for each anatomical subpart with standardized naming (snake_case IDs).
Descriptions (45+ files)
Images (120+ files)
Annotations
Quality Standards
All data follows DataPelvis folder structure
File naming conventions standardized
JSON structure validated
226+ files organized into appropriate directories
Complete hierarchy: boneset bones subbones descriptions + images
Related Issue
Resolves extraction of Lower Limb PowerPoint data for digital anatomy reference tool