Open jiwoncpark opened 5 years ago
We're varying 3 main things in the dataset: whether X/Y are cropped (yes or no), how the AR shape is parameterized (circle, ellipse, bitmap), and the resolution (256 vs. 512). So we name output directories like Y_masks_uncropped_circle_res256
.
The directory structure we have in mind is helio-ai ---data/ ------generate_Y_segmented_maps.py ------generate_Y_annotations.py ------data_utils/ ---------download_sharp_data.py ---------visualize_data.py where
generate_Y_segmented_maps.py
will import modules fromdownload_sharp_data.py
.download_sharp_data.py
that fetches the SHARP data and another that creates theY_metadata
Pandas dataframe.generate_Y_annotation.py
.visualize_data.py
.