thomashopkins32 / HuBMAP

Hacking the Human Vasculature (Kaggle Competition)
Apache License 2.0
0 stars 0 forks source link

Look into optimizing the dataset loading #8

Closed thomashopkins32 closed 1 year ago

thomashopkins32 commented 1 year ago

Right now it takes a couple of minutes to load in all of the images and compute polygons for the various annotated masks. I should look into a vectorized version of the polygon function that will speed this computation up.

I should also see if ChatGPT has some simple improvements to make that could speed up my code.

thomashopkins32 commented 1 year ago

Not really an issue. It's negligible compared to training time.