If using Cell-APP in iPython, please submit your dataset as a ZIP file and ensure it conforms to this file structure:

  • {dataset-name}
    • train
      • images
        • {img-num}.jpg
        • ...
      • annotations
        • {img-num}_{class-name}_frame{img_num}cell{cell_num}.png
      • {dataset_name}_train.json
    • test (same internal stucture as "train")
    • validation (optional; same internal structure as "train")

If using Cell-APP in our Dataset Generation GUI, just click "Share your dataset." Formatting will be handled internally.