1) If my decoder is decoding correctly (which I'm not certain it is), the number of "objects" is the same as the number of rows in the image CSV- ie my Image.csv has two rows, my Cells.csv has 137, but I only see two lines in the file.
2) Some of the headers are wrong- The value for Area_Shape_Center_X from the Cells.csv is 291.457696827262 (and that value is NOT present at all in Cytoplasm.csv, but when I search that value in my parquet file it is under AreaShape_Center_X_Cytoplasm_Image.
1) If my decoder is decoding correctly (which I'm not certain it is), the number of "objects" is the same as the number of rows in the image CSV- ie my
Image.csv
has two rows, myCells.csv
has 137, but I only see two lines in the file. 2) Some of the headers are wrong- The value forArea_Shape_Center_X
from theCells.csv
is291.457696827262
(and that value is NOT present at all inCytoplasm.csv
, but when I search that value in my parquet file it is underAreaShape_Center_X_Cytoplasm_Image
.CSV_Input.zip
output.zip
Code run: