Landmark Detection For Tsetse Fly
Accurate Morphometric Data
@kaggle.thedevastator_automated_landmark_detection_for_14354_tsetse_fl
Accurate Morphometric Data
@kaggle.thedevastator_automated_landmark_detection_for_14354_tsetse_fl
By [source]
This dataset contains the coordinates of 11 anatomical landmarks on 14,354 pairs of field-collected tsetse fly wings. Accurately located with automatic deep learning by a two-tier method, this identification process is essential for those conducting morphological or biological research on the species Glossina pallidipes and G. m. morsitans. An accurate capture of these data points is both difficult and time-consuming — making our employee double tier method an invaluable resource for any researchers in need! Columns include morphology data such as wing length measurements, landmark locations, host collections, collection dates/months/years, morphometric data strings and more — allowing you to uncover new insights into these fascinating insects through detailed analysis! Unlock new discoveries within the natural world by exploring this exciting dataset today — from gaining insight into tsetse fly wing characteristics to larger implications regarding biology and evolution— you never know what exciting findings await!
For more datasets, click here.
- 🚨 Your notebook can be here! 🚨!
Step 1: Download the data from Kaggle. Unzip it and open it in your favorite spreadsheet software (e.g., Excel or Google Sheets).
Step 2: Become familiar with the two available data fields in ALDTTFW — wing length measurement ‘wlm' and distance between left and right wings ‘dis_l'. These two pieces of information are extremely helpful when analyzing wingpair morphology within a larger sample size as they allow researchers to identify discrepancies between multiple sets of wings in a given group quickly and easily.
**Step 3: ** Take note of each wing's landmark coordinates, which can be found under columns lmkl through lmkr — there are 11 total areas measured per each individual left and right wing (e.g., ‘L x1’: X coordinate of first landmark on the left wing provides anatomical precision)
**Step 4: ** Make sure that both wings have been labeled accurately by checking out their respective quality grades found under columns 'left_good' and 'right_good'. A grade of either 0 or 1 indicates whether background noise is present, which could result in inaccurate set of landmark points later on during analysis; thus grade should always be 1 before continuing with further steps
** Step 5 :** Calculate pertinent averages from given values such as overall wing span measurement or anatomic landmarks distances – these averages shall tell us if there exist particular traits distinguishing among multiple groups gathered together for comparison purposes
Lastly – always double check accuracy! It is advised that you reference previously collected literature regarding locations specific anatomic landmarks prior making any final conclusions from your
- Comparing the morphology of tsetse fly wings across different host species, locations, and/or collections.
- Creating classification algorithms for morphometric analysis that use deep learning architectures for automatic landmark detection.
- Developing high resolution identifying methods (or markers) to distinguish between tsesse fly species and subspecies based on their wing anatomy landmarks
If you use this dataset in your research, please credit the original authors.
Data Source
License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.
File: morphometric_data.csv
| Column name | Description |
|---|---|
| vpn | Unique identifier for the wing pair. (String) |
| cd | Collection date. (Date) |
| cm | Collection month. (Integer) |
| cy | Collection year. (Integer) |
| md | Morphometric data. (String) |
| g | Genus. (String) |
| wlm | Wing length measurement. (Float) |
| lmkl | Left wing landmark coordinates. (Float) |
| lmkr | Right wing landmark coordinates. (Float) |
| hc | Host collection. (String) |
| left_good | Quality of left wing image. (Integer) |
| right_good | Quality of right wing image. (Integer) |
| l_x1 | Left wing x-coordinate of landmark 1. (Float) |
| l_y1 | Left wing y-coordinate of landmark 1. (Float) |
| l_x2 | Left wing x-coordinate of landmark 2. (Float) |
| l_y2 | Left wing y-coordinate of landmark 2. (Float) |
| l_x3 | Left wing x-coordinate of landmark 3. (Float) |
| l_y3 | Left wing y-coordinate of landmark 3. (Float) |
| l_x4 | Left wing x-coordinate of landmark 4. (Float) |
| l_y4 | Left wing y-coordinate of landmark 4. (Float) |
| l_x5 | Left wing x-coordinate of landmark 5. (Float) |
| l_y5 | Left wing y-coordinate of landmark 5. (Float) |
| l_x6 | Left wing x-coordinate of landmark 6. (Float) |
| l_y6 | Left wing y-coordinate of landmark 6. (Float) |
| l_x7 | Left wing x-coordinate of landmark 7. (Float) |
| l_y7 | Left wing y-coordinate of landmark 7. (Float) |
| l_x8 | Left wing x-coordinate of landmark 8. (Float) |
| l_y8 | Left wing y |
If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit .
CREATE TABLE morphometric_data (
"unnamed_0" BIGINT -- Unnamed: 0,
"vpn" BIGINT,
"cd" BIGINT,
"cm" VARCHAR,
"cy" BIGINT,
"md" VARCHAR,
"g" VARCHAR,
"s" BIGINT,
"c" DOUBLE,
"wlm" BIGINT,
"f" BIGINT,
"lmkl" BIGINT,
"lmkr" BIGINT,
"hc" BIGINT,
"left_good" VARCHAR,
"right_good" VARCHAR,
"l_x1" DOUBLE,
"l_y1" DOUBLE,
"l_x2" DOUBLE,
"l_y2" DOUBLE,
"l_x3" DOUBLE,
"l_y3" DOUBLE,
"l_x4" DOUBLE,
"l_y4" DOUBLE,
"l_x5" DOUBLE,
"l_y5" DOUBLE,
"l_x6" DOUBLE,
"l_y6" DOUBLE,
"l_x7" DOUBLE,
"l_y7" DOUBLE,
"l_x8" DOUBLE,
"l_y8" DOUBLE,
"l_x9" DOUBLE,
"l_y9" DOUBLE,
"l_x10" DOUBLE,
"l_y10" DOUBLE,
"l_x11" DOUBLE,
"l_y11" DOUBLE,
"r_x1" DOUBLE,
"r_y1" DOUBLE,
"r_x2" DOUBLE,
"r_y2" DOUBLE,
"r_x3" DOUBLE,
"r_y3" DOUBLE,
"r_x4" DOUBLE,
"r_y4" DOUBLE,
"r_x5" DOUBLE,
"r_y5" DOUBLE,
"r_x6" DOUBLE,
"r_y6" DOUBLE,
"r_x7" DOUBLE,
"r_y7" DOUBLE,
"r_x8" DOUBLE,
"r_y8" DOUBLE,
"r_x9" DOUBLE,
"r_y9" DOUBLE,
"r_x10" DOUBLE,
"r_y10" DOUBLE,
"r_x11" DOUBLE,
"r_y11" DOUBLE,
"dis_l" DOUBLE,
"dis_r" DOUBLE
);Anyone who has the link will be able to view this.