dchaley / deepcell-imaging

Tools & guidance to scale DeepCell imaging on Google Cloud Batch
8 stars 2 forks source link

Rename benchmarking pixels_m to pixels #340

Closed dchaley closed 2 months ago

dchaley commented 2 months ago

We've been writing it for Batch as pixels, not millions of pixels. Also it's an int so we can't just div by 1M to get millions.

Formatting is a downstream concern anyhow… so just rename the column to pixels. (Update benchmarking upload + schema json file)